about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/hackage-packages.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-08-13 20:00:59 +0200
committerPeter Simons <simons@cryp.to>2019-08-13 20:01:38 +0200
commit705b5cd05d1be32b83cfc097732214ce6cc35790 (patch)
tree147dbe505ad195e3ecb1be45f58cb92ec2e4fdce /pkgs/development/haskell-modules/hackage-packages.nix
parent72c55dda974d65b99e777ed227fad713414f98bd (diff)
downloadnixlib-705b5cd05d1be32b83cfc097732214ce6cc35790.tar
nixlib-705b5cd05d1be32b83cfc097732214ce6cc35790.tar.gz
nixlib-705b5cd05d1be32b83cfc097732214ce6cc35790.tar.bz2
nixlib-705b5cd05d1be32b83cfc097732214ce6cc35790.tar.lz
nixlib-705b5cd05d1be32b83cfc097732214ce6cc35790.tar.xz
nixlib-705b5cd05d1be32b83cfc097732214ce6cc35790.tar.zst
nixlib-705b5cd05d1be32b83cfc097732214ce6cc35790.zip
darcs: fix build
Diffstat (limited to 'pkgs/development/haskell-modules/hackage-packages.nix')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index e1c70c608ddd..62e2ff6c53bf 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -61840,8 +61840,6 @@ self: {
        '';
        description = "a distributed, interactive, smart revision control system";
        license = stdenv.lib.licenses.gpl2;
-       hydraPlatforms = stdenv.lib.platforms.none;
-       broken = true;
      }) {inherit (pkgs) curl;};
 
   "darcs-benchmark" = callPackage
@@ -99289,8 +99287,6 @@ self: {
        benchmarkHaskellDepends = [ base criterion deepseq text ];
        description = "Bindings to Graphviz for graph visualisation";
        license = stdenv.lib.licenses.bsd3;
-       hydraPlatforms = stdenv.lib.platforms.none;
-       broken = true;
      }) {inherit (pkgs) graphviz;};
 
   "graql" = callPackage