hackage-packages: avoid broken reference to gnome2.gnome-keyring

Fixes https://github.com/NixOS/nixpkgs/issues/44996.
This commit is contained in:
Peter Simons 2018-08-19 09:38:40 +02:00
parent ef6b76ca7d
commit 8546be38e5

View file

@ -85142,7 +85142,7 @@ self: {
description = "Bindings for libgnome-keyring";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs.gnome2) gnome-keyring;};
}) {gnome-keyring = null;};
"gnomevfs" = callPackage
({ mkDerivation, array, base, containers, glib, gnome-vfs