mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-13 11:14:49 +03:00
Added fixup phase flag
This commit is contained in:
parent
e309da560b
commit
dabd41fd0d
1 changed files with 1 additions and 0 deletions
|
@ -108,5 +108,6 @@ let
|
||||||
noAuditTmpdir = true;
|
noAuditTmpdir = true;
|
||||||
dontGzipMan = true;
|
dontGzipMan = true;
|
||||||
dontPatchShebangs = true;
|
dontPatchShebangs = true;
|
||||||
|
dontMoveLib64 = true;
|
||||||
});
|
});
|
||||||
in env
|
in env
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue