darcs: fix build

This commit is contained in:
Peter Simons 2019-08-13 20:00:59 +02:00
parent 72c55dda97
commit 705b5cd05d
3 changed files with 3 additions and 6 deletions

View file

@ -1279,4 +1279,7 @@ self: super: {
# https://github.com/sol/hpack/issues/366 # https://github.com/sol/hpack/issues/366
hpack = dontCheck super.hpack; hpack = dontCheck super.hpack;
# QuickCheck >=2.3 && <2.13, hspec >=2.1 && <2.7
graphviz = dontCheck super.graphviz;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

View file

@ -4100,7 +4100,6 @@ broken-packages:
- Dao - Dao
- dao - dao
- dapi - dapi
- darcs
- darcs-benchmark - darcs-benchmark
- darcs-beta - darcs-beta
- darcs-buildpackage - darcs-buildpackage
@ -5248,7 +5247,6 @@ broken-packages:
- graphql - graphql
- graphql-api - graphql-api
- graphtype - graphtype
- graphviz
- graql - graql
- grasp - grasp
- gray-code - gray-code

View file

@ -61840,8 +61840,6 @@ self: {
''; '';
description = "a distributed, interactive, smart revision control system"; description = "a distributed, interactive, smart revision control system";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {inherit (pkgs) curl;}; }) {inherit (pkgs) curl;};
"darcs-benchmark" = callPackage "darcs-benchmark" = callPackage
@ -99289,8 +99287,6 @@ self: {
benchmarkHaskellDepends = [ base criterion deepseq text ]; benchmarkHaskellDepends = [ base criterion deepseq text ];
description = "Bindings to Graphviz for graph visualisation"; description = "Bindings to Graphviz for graph visualisation";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {inherit (pkgs) graphviz;}; }) {inherit (pkgs) graphviz;};
"graql" = callPackage "graql" = callPackage