ihaskell: unbreak

Use upstream release.nix as an inspiration for the correct overrides to
fix RPATH issues and make tests run again.
This commit is contained in:
sternenseemann
2021-05-04 13:27:41 +02:00
parent 96f573300f
commit 990d12641e
4 changed files with 15 additions and 40 deletions
-26
View File
@@ -146759,8 +146759,6 @@ self: {
];
description = "A Haskell backend kernel for the IPython project";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"ihaskell-aeson" = callPackage
@@ -146776,8 +146774,6 @@ self: {
];
description = "IHaskell display instances for Aeson";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"ihaskell-basic" = callPackage
@@ -146802,8 +146798,6 @@ self: {
libraryHaskellDepends = [ base blaze-html blaze-markup ihaskell ];
description = "IHaskell display instances for blaze-html types";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"ihaskell-charts" = callPackage
@@ -146820,8 +146814,6 @@ self: {
];
description = "IHaskell display instances for charts types";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"ihaskell-diagrams" = callPackage
@@ -146838,8 +146830,6 @@ self: {
];
description = "IHaskell display instances for diagram types";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"ihaskell-display" = callPackage
@@ -146864,8 +146854,6 @@ self: {
libraryHaskellDepends = [ base bytestring gnuplot ihaskell ];
description = "IHaskell display instance for Gnuplot (from gnuplot package)";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"ihaskell-graphviz" = callPackage
@@ -146877,8 +146865,6 @@ self: {
libraryHaskellDepends = [ base bytestring ihaskell process ];
description = "IHaskell display instance for GraphViz (external binary)";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"ihaskell-hatex" = callPackage
@@ -146890,8 +146876,6 @@ self: {
libraryHaskellDepends = [ base HaTeX ihaskell text ];
description = "IHaskell display instances for hatex";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"ihaskell-hvega" = callPackage
@@ -146903,8 +146887,6 @@ self: {
libraryHaskellDepends = [ aeson base hvega ihaskell text ];
description = "IHaskell display instance for hvega types";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"ihaskell-inline-r" = callPackage
@@ -146922,8 +146904,6 @@ self: {
];
description = "Embed R quasiquotes and plots in IHaskell notebooks";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"ihaskell-juicypixels" = callPackage
@@ -146938,8 +146918,6 @@ self: {
];
description = "IHaskell - IHaskellDisplay instances of the image types of the JuicyPixels package";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"ihaskell-magic" = callPackage
@@ -146956,8 +146934,6 @@ self: {
];
description = "IHaskell display instances for bytestrings";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"ihaskell-parsec" = callPackage
@@ -146986,8 +146962,6 @@ self: {
libraryHaskellDepends = [ base bytestring hmatrix ihaskell plot ];
description = "IHaskell display instance for Plot (from plot package)";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"ihaskell-rlangqq" = callPackage