mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: smb4k: Fix build.
Since the source file was called `download', it wasn't uncompressed during the build. * gnu/packages/kde-utils.scm (smb4k)[source]: Add `file-name'.
This commit is contained in:
parent
7558417360
commit
2b29176f78
1 changed files with 1 additions and 0 deletions
|
@ -502,6 +502,7 @@ (define-public smb4k
|
|||
(method url-fetch)
|
||||
(uri (string-append "https://sourceforge.net/projects/smb4k/files/"
|
||||
version "/smb4k-" version ".tar.xz/download"))
|
||||
(file-name (string-append name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0hz6nfd845bykf78s4g2qs77szl96gy6g8rpg44pqd39a0k0xbh7"))))
|
||||
(build-system qt-build-system)
|
||||
|
|
Loading…
Reference in a new issue