mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 01:20:40 +00:00
haskellPackages.generic-lens: apply patch to fix tests
This commit is contained in:
parent
2255fce780
commit
550fe159f0
|
@ -1150,4 +1150,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
|
||||
|
|
Loading…
Reference in a new issue