hackage-packages: avoid broken reference to gnome2.gnome-keyring
Fixes https://github.com/NixOS/nixpkgs/issues/44996.
This commit is contained in:
parent
ef6b76ca7d
commit
8546be38e5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user