Skip to content

Commit

Permalink
shell.nix: Remove more dependencies
Browse files Browse the repository at this point in the history
Thanks @copumpkin.
  • Loading branch information
edolstra committed Apr 10, 2017
1 parent 1fe1976 commit 915f62f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ with import <nixpkgs> {};
name = "nix";

buildInputs =
[ curl bison flex perl libxml2 libxslt
[ curl bison flex libxml2 libxslt
bzip2 xz brotli
pkgconfig sqlite libsodium boehmgc
docbook5 docbook5_xsl
Expand All @@ -16,7 +16,6 @@ with import <nixpkgs> {};
customMemoryManagement = false;
})
autoreconfHook
perlPackages.DBDSQLite
];

configureFlags =
Expand Down

1 comment on commit 915f62f

@copumpkin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This deserves a major announcement πŸ˜„

Please sign in to comment.