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:
Julien Lepiller 2022-07-17 15:08:28 +02:00
parent 7558417360
commit 2b29176f78
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -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)