treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -7,7 +7,7 @@ in symlinkJoin {
|
||||
|
||||
paths = [ puredata ] ++ plugins;
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/pd \
|
||||
|
||||
Reference in New Issue
Block a user