buildNativeInputs -> nativeBuildInputs
This commit is contained in:
parent
2aa6f262cb
commit
a25b27a7f8
@ -93,7 +93,7 @@ stdenv.mkDerivation rec {
|
|||||||
++ optional libpngSupport libpng
|
++ optional libpngSupport libpng
|
||||||
;
|
;
|
||||||
|
|
||||||
buildNativeInputs = [ yasm python3 ];
|
nativeBuildInputs = [ yasm python3 ];
|
||||||
|
|
||||||
postConfigure = ''
|
postConfigure = ''
|
||||||
patchShebangs TOOLS
|
patchShebangs TOOLS
|
||||||
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ alsaLib ncurses libsamplerate ];
|
buildInputs = [ alsaLib ncurses libsamplerate ];
|
||||||
buildNativeInputs = [ gettext ];
|
nativeBuildInputs = [ gettext ];
|
||||||
|
|
||||||
configureFlags = "--disable-xmlto";
|
configureFlags = "--disable-xmlto";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user