misc pkgs: Make solitary pkgconfig buildInputs nativeBuildInputs
This commit is contained in:
@@ -10,7 +10,7 @@ buildPythonPackage rec {
|
||||
sha256 = "b9f3a1d4cdb8742e8e4ecafab04bff541bde4ff09af233293ed0b94028ec1ab5";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
propagatedBuildInputs = [ chardet lxml pkgs.libxml2 ];
|
||||
|
||||
doCheck = false; # No such file or directory: 'run_tests.py'
|
||||
|
||||
@@ -11,7 +11,7 @@ buildPythonPackage rec {
|
||||
sha256 = "05bgcsxwkp63rlr8wg6znd46cfbhrzc5wh70jabsi654pxxjb39d";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pygtk libsexy gtk2 glib pango libxml2
|
||||
|
||||
Reference in New Issue
Block a user