texLive-linkdir: work around a failure
It often failed since 3c6efec2c09, i.e. #4453. Now it should "work" the same as before. CC @7c6f434c, maybe?
This commit is contained in:
parent
09dc132e04
commit
b5ea865f35
@ -9,6 +9,8 @@ rec {
|
|||||||
phaseNames = [ "doAggregate" ];
|
phaseNames = [ "doAggregate" ];
|
||||||
|
|
||||||
doAggregate = fullDepEntry (''
|
doAggregate = fullDepEntry (''
|
||||||
|
set +o pipefail
|
||||||
|
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
for currentPath in ${lib.concatStringsSep " " buildInputs}; do
|
for currentPath in ${lib.concatStringsSep " " buildInputs}; do
|
||||||
echo Symlinking "$currentPath"
|
echo Symlinking "$currentPath"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user