aboutsummaryrefslogtreecommitdiff
path: root/corepkgs/buildenv.pl
diff options
context:
space:
mode:
Diffstat (limited to 'corepkgs/buildenv.pl')
-rw-r--r--corepkgs/buildenv.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/buildenv.pl b/corepkgs/buildenv.pl
index 3d79e5031..ea517687b 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) };
}
}