mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
treewide: Make explicit that 'dev' output of gnome3.libsoup is used
This commit is contained in:
parent
ec8af05e1f
commit
e363b019cf
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
# TODO: need libuhttpmock
|
||||
configureFlags = "--disable-tests";
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-I${gnome3.libsoup}/include/libsoup-gnome-2.4/ -I${gnome3.gcr}/include/gcr-3 -I${gnome3.gcr}/include/gck-1";
|
||||
NIX_CFLAGS_COMPILE = "-I${gnome3.libsoup.dev}/include/libsoup-gnome-2.4/ -I${gnome3.gcr}/include/gcr-3 -I${gnome3.gcr}/include/gck-1";
|
||||
|
||||
buildInputs = with gnome3;
|
||||
[ pkgconfig libsoup intltool libxml2 glib gobjectIntrospection
|
||||
|
Loading…
Reference in New Issue
Block a user