forked from lix-project/lix
package: default fileset to lib.fileset
The following command is now sufficient to build Lix from outside of the
flake:
nix-build -E 'let pkgs = import <nixpkgs> { }; in pkgs.callPackage
./package.nix { build-release-notes = false; nix-doc = pkgs.callPackage
./nix-doc/package.nix { }; }'
Change-Id: Ie6b14b446480ac07c7266d4fba20042b04cc35b9
This commit is contained in:
parent
cad59ae345
commit
c0d2e2a55b
|
@ -21,7 +21,7 @@
|
|||
curl,
|
||||
doxygen,
|
||||
editline,
|
||||
fileset,
|
||||
fileset ? lib.fileset,
|
||||
flex,
|
||||
git,
|
||||
gtest,
|
||||
|
|
Loading…
Reference in a new issue