treewide: unzip buildInputs to nativeBuildInputs (#112302)
This commit is contained in:
@@ -8,7 +8,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0n86gwh9pw0jqqpdz7mxggllfr8k0r7pc67ayy7w5z6z79kig6mz";
|
||||
};
|
||||
|
||||
buildInputs = [ unzip portaudio ];
|
||||
nativeBuildInputs = [ unzip ];
|
||||
buildInputs = [ portaudio ];
|
||||
|
||||
patches = [
|
||||
./gcc6.patch
|
||||
|
||||
@@ -8,8 +8,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0x8s7vpb7rw5x37yjzy1f98m4f2csdg89libb74fm36gn8ly0hli";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ unzip portaudio wxGTK ];
|
||||
nativeBuildInputs = [ pkg-config unzip ];
|
||||
buildInputs = [ portaudio wxGTK ];
|
||||
|
||||
# TODO:
|
||||
# Uhm, seems like espeakedit still wants espeak-data/ in $HOME, even thought
|
||||
|
||||
Reference in New Issue
Block a user