gnome3: fix more nativeBuildInputs
This commit is contained in:
parent
52461be8c5
commit
99b95f9e75
@ -16,5 +16,5 @@ stdenv.mkDerivation rec {
|
|||||||
configureFlags = "--disable-scrollkeeper";
|
configureFlags = "--disable-scrollkeeper";
|
||||||
buildInputs = [ gnome3.gtk gnome3.gsettings_desktop_schemas gnome3.vte gconf ];
|
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";
|
configureFlags = "--disable-scrollkeeper";
|
||||||
buildInputs = [ gnome3.glib libxml2 libxslt libX11 ];
|
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";
|
configureFlags = "--disable-scrollkeeper";
|
||||||
buildInputs = [ gnome3.gtk libxml2 libxslt libX11 ];
|
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 ];
|
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…
x
Reference in New Issue
Block a user