1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00
nixpkgs/pkgs/desktops/gnome-3
Jan Tojnar adbba9d5f6
gnome3.gcr: propagate pkg-config dependencies
The pinentry_gnome package requires gcr. Unfortunately, when configure
asks about the library (or `pkg-config --libs gcr-base-3` is used) it
fails because glib is not in scope.

```
$ pkg-config --libs gcr-base-3
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'glib-2.0', required by 'gcr-base-3', not found
```

This commit moves glib and gtk to `propagatedBuildInputs` so pkgconfig
could find them.

See also 38b58bab62
2017-10-01 01:38:15 +02:00
..
apps gnome3: only maintain single GNOME 3 package set (#29397) 2017-09-24 12:15:50 +01:00
core gnome3.gcr: propagate pkg-config dependencies 2017-10-01 01:38:15 +02:00
desktop/rarian gnome3: only maintain single GNOME 3 package set (#29397) 2017-09-24 12:15:50 +01:00
devtools gnome3: only maintain single GNOME 3 package set (#29397) 2017-09-24 12:15:50 +01:00
extensions GNOME: 3.22 -> 3.24 2017-08-28 15:32:49 +01:00
games gnome3: only maintain single GNOME 3 package set (#29397) 2017-09-24 12:15:50 +01:00
misc libgda: finally fix compatibility with GLib 2017-09-28 12:13:29 +02:00
default.nix gnome3: only maintain single GNOME 3 package set (#29397) 2017-09-24 12:15:50 +01:00
installer.nix gnome3: only maintain single GNOME 3 package set (#29397) 2017-09-24 12:15:50 +01:00