mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
iortcw: move makeWrapper to nativeBuildInputs
This commit is contained in:
parent
facdb727a0
commit
ab559bd823
@ -12,7 +12,7 @@ in buildEnv {
|
||||
|
||||
pathsToLink = [ "/opt" ];
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
# so we can launch sp from mp game and vice versa
|
||||
postBuild = ''
|
||||
|
Loading…
Reference in New Issue
Block a user