treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -40,7 +40,7 @@ let
|
||||
|
||||
paths = [ rxvt-unicode-unwrapped ] ++ plugins ++ extraDeps;
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/urxvt \
|
||||
|
||||
Reference in New Issue
Block a user