Merge pull request #55497 from guibou/fix_generic_lens_override

haskellPackages.generic-lens: update configuration-common.nix
This commit is contained in:
Peter Simons 2019-02-10 11:13:01 +01:00 committed by GitHub
commit 59f328d34d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1147,11 +1147,8 @@ self: super: {
};
};
# https://github.com/kcsongor/generic-lens/pull/60
generic-lens = appendPatch super.generic-lens (pkgs.fetchpatch {
url = https://github.com/kcsongor/generic-lens/commit/d9af1ec22785d6c21e928beb88fc3885c6f05bed.patch;
sha256 = "0ljwcha9l52gs5bghxq3gbzxfqmfz3hxxcg9arjsjw8f7kw946xq";
});
# https://github.com/kcsongor/generic-lens/pull/65
generic-lens = dontCheck super.generic-lens;
xmonad-extras = doJailbreak super.xmonad-extras;