mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
* Fixed the old envpkgs filename.
This commit is contained in:
parent
9b44480612
commit
6d46e647ba
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue