1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

gcr: propagate p11_kit required in the pc file

This commit is contained in:
Luca Bruno 2015-06-10 15:00:20 +02:00
parent 8e63e9bfbe
commit 38b58bab62

View file

@ -11,10 +11,12 @@ stdenv.mkDerivation rec {
};
buildInputs = [
pkgconfig intltool gnupg p11_kit glib gobjectIntrospection libxslt
pkgconfig intltool gnupg glib gobjectIntrospection libxslt
libgcrypt libtasn1 dbus_glib gtk pango gdk_pixbuf atk makeWrapper vala
];
propagatedBuildInputs = [ p11_kit ];
#doCheck = true;
preFixup = ''