Skip to content

Commit d9f5e00

Browse files
Merge request #765 clean-up {neat-interpolation, data-fix} derivation overrides
clean-up derivation overrides
2 parents 8c18321 + def8572 commit d9f5e00

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

default.nix

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
# , nixos-20.03 # Last stable release, gets almost no updates to recipes, gets only required backports
9292
# ...
9393
# }
94-
, rev ? "1dc37370c489b610f8b91d7fdd40633163ffbafd"
94+
, rev ? "24eb3f87fc610f18de7076aee7c5a84ac5591e3e"
9595

9696
, pkgs ?
9797
if builtins.compareVersions builtins.nixVersion "2.0" < 0
@@ -223,25 +223,6 @@ let
223223
root = packageRoot;
224224

225225
overrides = self: super: {
226-
# 2020-06-26 Due to a behaviour change in neat-interpolation-0.4, we
227-
# require n-i >= 0.4. dontCheck helps us avoid conflicts with
228-
# neat-interpolation's test dependencies.
229-
neat-interpolation = pkgs.haskell.lib.dontCheck super.neat-interpolation_0_5_1_2;
230-
231-
# 2020-07-23 hnix uses multiple functions that are unavailable in
232-
# data-fix < 0.3.
233-
data-fix = haskellPackages.callPackage
234-
({ mkDerivation, base, deepseq, hashable, stdenv }:
235-
mkDerivation {
236-
pname = "data-fix";
237-
version = "0.3.0";
238-
sha256 = "9e59b3ed694b5139316093b3767842e60ad4821858459e7cd763e5773dfa99a0";
239-
libraryHaskellDepends = [ base deepseq hashable ];
240-
homepage = "https://github.com/spell-music/data-fix";
241-
description = "Fixpoint data types";
242-
license = stdenv.lib.licenses.bsd3;
243-
}) {};
244-
245226
# 2020-08-04 hnix uses custom LayoutOptions and therefore is
246227
# likely to be affected by the change in the ribbon width
247228
# calculation in prettyprinter-1.7.0.

0 commit comments

Comments
 (0)