mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05: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:
parent
ff0efc8f6c
commit
666f51f9e1
1 changed files with 0 additions and 1 deletions
|
@ -316,7 +316,6 @@ (define-public apfs-fuse
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue