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