mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 16:23:02 +00:00
* Fixed the old envpkgs filename.
This commit is contained in:
parent
9b44480612
commit
6d46e647ba
@ -18,7 +18,7 @@ sub createLinks {
|
||||
my $basename = $srcfile;
|
||||
$basename =~ s/^.*\///g; # strip directory
|
||||
my $dstfile = "$dstdir/$basename";
|
||||
if ($srcfile =~ /\/envpkgs$/) {
|
||||
if ($srcfile =~ /\/propagated-build-inputs$/) {
|
||||
} elsif (-d $srcfile) {
|
||||
# !!! hack for resolving name clashes
|
||||
if (!-e $dstfile) {
|
||||
|
Loading…
Reference in New Issue
Block a user