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