Merge pull request #47424 from Taneb/dontcheck-generic-lens

haskellPackages.generic-lens: dontCheck
This commit is contained in:
Bas van Dijk 2018-09-28 10:55:38 +02:00 committed by GitHub
commit 0ab8fa2181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1153,4 +1153,10 @@ 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";
});
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super