mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
* Doh.
svn path=/nixpkgs/trunk/; revision=12075
This commit is contained in:
parent
48fe06f321
commit
61de7ef033
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
buildInputs = [zlib lzo libgcrypt]
|
||||
++ stdenv.optional guileBindings guile;
|
||||
++ stdenv.lib.optional guileBindings guile;
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user