From 8546be38e552e4c1de35fe2bfbbda544d3e5991f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 19 Aug 2018 09:38:40 +0200 Subject: [PATCH] hackage-packages: avoid broken reference to gnome2.gnome-keyring Fixes https://github.com/NixOS/nixpkgs/issues/44996. --- pkgs/development/haskell-modules/hackage-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 21660cfb7d2d..2339b9f110ba 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -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