[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: apfs-fuse: Fix build.
From: |
guix-commits |
Subject: |
01/01: gnu: apfs-fuse: Fix build. |
Date: |
Thu, 10 Oct 2019 19:13:58 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 666f51f9e1bcd7354f4a85a2a8b1b4c6a6cb0d12
Author: Leo Famulari <address@hidden>
Date: Thu Oct 10 19:00:03 2019 -0400
gnu: apfs-fuse: Fix build.
* gnu/packages/file-systems.scm (apfs-fuse)[arguments]: Install the LICENSE
file
with the default 'install-license-files' phase.
---
gnu/packages/file-systems.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 3a7e328..85bfd8d 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -316,7 +316,6 @@ network. LIBNFS offers three different APIs, for different
use :
(install-file "apfs-dump-quick" bin)
(install-file "apfs-fuse" bin)
(install-file "libapfs.a" lib)
- (install-file "../source/LICENSE" doc)
#t))))))
(inputs
`(("bzip2" ,bzip2)