aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/gdk-pixbuf
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-06-11 15:48:07 +0200
committerJan Tojnar <jtojnar@gmail.com>2020-06-11 15:51:45 +0200
commit5a416c00498512ce9ddced8f3b43ca165c3e11e4 (patch)
tree2fae2f78fb758c08f77eb8f4cc46a0bda0a8f7c1 /pkgs/development/libraries/gdk-pixbuf
parent98058759b7de720dad2b2ad0c9fd3dc8a9e99bff (diff)
gdk-pixbuf-xlib: fix pc file
It had incorrect include path and did not propagate dependencies correctly.
Diffstat (limited to 'pkgs/development/libraries/gdk-pixbuf')
-rw-r--r--pkgs/development/libraries/gdk-pixbuf/xlib.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/pkgs/development/libraries/gdk-pixbuf/xlib.nix b/pkgs/development/libraries/gdk-pixbuf/xlib.nix
index e5f1718f0751..53414d921288 100644
--- a/pkgs/development/libraries/gdk-pixbuf/xlib.nix
+++ b/pkgs/development/libraries/gdk-pixbuf/xlib.nix
@@ -20,8 +20,8 @@ stdenv.mkDerivation rec {
domain = "gitlab.gnome.org";
owner = "Archive";
repo = "gdk-pixbuf-xlib";
- rev = "dc22ea36f69755007c66877284596df270532cc1";
- sha256 = "XhBQ4wano+MtGaqF6JNKoWgYQN6eBW+b8ZCGEBGt8IM=";
+ rev = "19482794a621d542b223219940e836257d4ae2c9";
+ sha256 = "7Qv6tyjR0/iFXYHx5jPhvLLLt0Ms2nzpyWw02oXTkZc=";
};
nativeBuildInputs = [
@@ -33,12 +33,9 @@ stdenv.mkDerivation rec {
gtk-doc
];
- buildInputs = [
- libX11
- ];
-
propagatedBuildInputs = [
gdk-pixbuf
+ libX11
];
mesonFlags = [