haskellPackages.utc: unbreak
This commit is contained in:
parent
160faaa061
commit
2f139e40c6
2 changed files with 7 additions and 1 deletions
|
@ -1557,4 +1557,11 @@ self: super: {
|
||||||
})
|
})
|
||||||
]));
|
]));
|
||||||
|
|
||||||
|
# add unreleased commit fixing version constraint as a patch
|
||||||
|
# Can be removed if https://github.com/lpeterse/haskell-utc/issues/8 is resolved
|
||||||
|
utc = appendPatch super.utc (pkgs.fetchpatch {
|
||||||
|
url = "https://github.com/lpeterse/haskell-utc/commit/e4502c08591e80d411129bb7c0414539f6302aaf.diff";
|
||||||
|
sha256 = "0v6kv1d4syjzgzc2s7a76c6k4vminlcq62n7jg3nn9xd00gwmmv7";
|
||||||
|
});
|
||||||
|
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
|
|
@ -10527,7 +10527,6 @@ broken-packages:
|
||||||
- usb-safe
|
- usb-safe
|
||||||
- users-mysql-haskell
|
- users-mysql-haskell
|
||||||
- users-persistent
|
- users-persistent
|
||||||
- utc
|
|
||||||
- utf8-prelude
|
- utf8-prelude
|
||||||
- utf8-validator
|
- utf8-validator
|
||||||
- UTFTConverter
|
- UTFTConverter
|
||||||
|
|
Loading…
Reference in a new issue