forked from lix-project/lix
shell.nix: Remove more dependencies
Thanks @copumpkin.
This commit is contained in:
parent
1fe1976e0d
commit
915f62fa19
|
@ -6,7 +6,7 @@ with import <nixpkgs> {};
|
||||||
name = "nix";
|
name = "nix";
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ curl bison flex perl libxml2 libxslt
|
[ curl bison flex libxml2 libxslt
|
||||||
bzip2 xz brotli
|
bzip2 xz brotli
|
||||||
pkgconfig sqlite libsodium boehmgc
|
pkgconfig sqlite libsodium boehmgc
|
||||||
docbook5 docbook5_xsl
|
docbook5 docbook5_xsl
|
||||||
|
@ -16,7 +16,6 @@ with import <nixpkgs> {};
|
||||||
customMemoryManagement = false;
|
customMemoryManagement = false;
|
||||||
})
|
})
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
perlPackages.DBDSQLite
|
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
|
|
Loading…
Reference in a new issue