[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: smb4k: Fix build.
From: |
guix-commits |
Subject: |
branch master updated: gnu: smb4k: Fix build. |
Date: |
Sun, 17 Jul 2022 09:10:20 -0400 |
This is an automated email from the git hooks/post-receive script.
roptat pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2b29176f78 gnu: smb4k: Fix build.
2b29176f78 is described below
commit 2b29176f78ae4b4e84dadf65d0f559781ef8c668
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Jul 17 15:08:28 2022 +0200
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'.
---
gnu/packages/kde-utils.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index 2b3a0dd15e..b7acf76a15 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -502,6 +502,7 @@ remind you to take a break now and then.")
(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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: smb4k: Fix build.,
guix-commits <=