diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-12-04 14:30:34 +0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-12-04 14:30:34 +0100 |
commit | 2d5e8e267b58f531f00b043c9e3dbaefad62a4a1 (patch) | |
tree | 7ffc983e9b68fdfed02f39013d747dc901449164 /corepkgs/buildenv.pl | |
parent | 5ad89398d12bf8bc83426036dedc2c601ff8f795 (diff) | |
download | guix-2d5e8e267b58f531f00b043c9e3dbaefad62a4a1.tar.gz |
Add a test for ‘nix-env --set-flag active ...’
Diffstat (limited to 'corepkgs/buildenv.pl')
-rw-r--r-- | corepkgs/buildenv.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/buildenv.pl b/corepkgs/buildenv.pl index 3d79e50316..ea517687bd 100644 --- a/corepkgs/buildenv.pl +++ b/corepkgs/buildenv.pl @@ -134,7 +134,7 @@ while (scalar @derivations) { for (my $n = 0; $n < $outputs; $n++) { my $path = shift @derivations; $pkgs{$path} = - { active => int($active) + { active => $active ne "false" , priority => int($priority) }; } } |