From 666f51f9e1bcd7354f4a85a2a8b1b4c6a6cb0d12 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Thu, 10 Oct 2019 19:00:03 -0400 Subject: 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(-) (limited to 'gnu/packages/file-systems.scm') 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 @@ (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) -- cgit v1.2.3