mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
gnome3: fix more nativeBuildInputs
This commit is contained in:
parent
52461be8c5
commit
99b95f9e75
|
@ -16,5 +16,5 @@ stdenv.mkDerivation rec {
|
|||
configureFlags = "--disable-scrollkeeper";
|
||||
buildInputs = [ gnome3.gtk gnome3.gsettings_desktop_schemas gnome3.vte gconf ];
|
||||
|
||||
buildNativeInputs = [ pkgconfig intltool gnome_doc_utils which ];
|
||||
nativeBuildInputs = [ pkgconfig intltool gnome_doc_utils which ];
|
||||
}
|
||||
|
|
|
@ -17,5 +17,5 @@ stdenv.mkDerivation rec {
|
|||
configureFlags = "--disable-scrollkeeper";
|
||||
buildInputs = [ gnome3.glib libxml2 libxslt libX11 ];
|
||||
|
||||
buildNativeInputs = [ pkgconfig intltool gnome_doc_utils which ];
|
||||
nativeBuildInputs = [ pkgconfig intltool gnome_doc_utils which ];
|
||||
}
|
||||
|
|
|
@ -16,5 +16,5 @@ stdenv.mkDerivation rec {
|
|||
configureFlags = "--disable-scrollkeeper";
|
||||
buildInputs = [ gnome3.gtk libxml2 libxslt libX11 ];
|
||||
|
||||
buildNativeInputs = [ pkgconfig intltool gnome_doc_utils which ];
|
||||
nativeBuildInputs = [ pkgconfig intltool gnome_doc_utils which ];
|
||||
}
|
||||
|
|
|
@ -11,5 +11,5 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [ gnome3.gtk ];
|
||||
buildNativeInputs = [ pkgconfig intltool gnome_doc_utils which libxml2 libxslt gnome3.scrollkeeper ];
|
||||
nativeBuildInputs = [ pkgconfig intltool gnome_doc_utils which libxml2 libxslt gnome3.scrollkeeper ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue