brasero: move makeWrapper to nativeBuildInputs
This commit is contained in:
parent
b479f3abcd
commit
25be3c82d4
@ -6,7 +6,7 @@ in symlinkJoin {
|
||||
name = "brasero-${brasero-original.version}";
|
||||
|
||||
paths = [ brasero-original ];
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/brasero \
|
||||
|
Loading…
Reference in New Issue
Block a user