3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: apfs-fuse: Fix build.

* gnu/packages/file-systems.scm (apfs-fuse)[arguments]: Install the LICENSE file
with the default 'install-license-files' phase.
This commit is contained in:
Leo Famulari 2019-10-10 19:00:03 -04:00
parent ff0efc8f6c
commit 666f51f9e1
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

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