libgnome-keyring: separate $dev output

This commit is contained in:
Thomas Tuegel 2017-05-23 16:25:13 -05:00
parent b4780249c6
commit d0337b0874
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "c4c178fbb05f72acc484d22ddb0568f7532c409b0a13e06513ff54b91e947783";
};
outputs = [ "out" "dev" ];
propagatedBuildInputs = [ glib gobjectIntrospection dbus_libs libgcrypt ];
nativeBuildInputs = [ pkgconfig intltool ];