diff options
author | Leo Famulari <leo@famulari.name> | 2019-10-10 19:00:03 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-10-10 19:01:03 -0400 |
commit | 666f51f9e1bcd7354f4a85a2a8b1b4c6a6cb0d12 (patch) | |
tree | 616a48849763a2b7a0a78b5aa481b535e5796fcb /gnu/packages/file-systems.scm | |
parent | ff0efc8f6c35606878ca009f3582f5257db2c9e3 (diff) | |
download | patches-666f51f9e1bcd7354f4a85a2a8b1b4c6a6cb0d12.tar patches-666f51f9e1bcd7354f4a85a2a8b1b4c6a6cb0d12.tar.gz |
gnu: apfs-fuse: Fix build.
* gnu/packages/file-systems.scm (apfs-fuse)[arguments]: Install the LICENSE file
with the default 'install-license-files' phase.
Diffstat (limited to 'gnu/packages/file-systems.scm')
-rw-r--r-- | gnu/packages/file-systems.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 3a7e3284a9..85bfd8dd38 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) |