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