mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
* Doh.
svn path=/nixpkgs/trunk/; revision=12075
This commit is contained in:
parent
48fe06f321
commit
61de7ef033
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue