Skip to content

Commit 915f62f

Browse files
committedApr 10, 2017
shell.nix: Remove more dependencies
Thanks @copumpkin.
1 parent 1fe1976 commit 915f62f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

Diff for: ‎shell.nix

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ with import <nixpkgs> {};
66
name = "nix";
77

88
buildInputs =
9-
[ curl bison flex perl libxml2 libxslt
9+
[ curl bison flex libxml2 libxslt
1010
bzip2 xz brotli
1111
pkgconfig sqlite libsodium boehmgc
1212
docbook5 docbook5_xsl
@@ -16,7 +16,6 @@ with import <nixpkgs> {};
1616
customMemoryManagement = false;
1717
})
1818
autoreconfHook
19-
perlPackages.DBDSQLite
2019
];
2120

2221
configureFlags =

0 commit comments

Comments
 (0)