summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authortwesterhout <14264576+twesterhout@users.noreply.github.com>2023-06-10 18:09:59 +0200
committermaralorn <mail@maralorn.de>2023-06-10 20:09:50 +0200
commitf93429ebe8d013c1757a68675197799bfc1a1917 (patch)
treee936c03b52e16850e4542e8682115829767e9e2f /pkgs/development/haskell-modules
parent35885ddb2374c090aa6d98ea97e469e269e27d60 (diff)
downloadnixpkgs-f93429ebe8d013c1757a68675197799bfc1a1917.tar
nixpkgs-f93429ebe8d013c1757a68675197799bfc1a1917.tar.gz
nixpkgs-f93429ebe8d013c1757a68675197799bfc1a1917.tar.bz2
nixpkgs-f93429ebe8d013c1757a68675197799bfc1a1917.tar.lz
nixpkgs-f93429ebe8d013c1757a68675197799bfc1a1917.tar.xz
nixpkgs-f93429ebe8d013c1757a68675197799bfc1a1917.tar.zst
nixpkgs-f93429ebe8d013c1757a68675197799bfc1a1917.zip
haskellPackages.halide-haskell: native dependency on Halide
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml1
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix2
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix2
3 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
index e6f98ce6f57..14871a5d731 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
@@ -1981,7 +1981,6 @@ broken-packages:
   - HaLeX
   - halfs
   - half-space
-  - halide-haskell # failure in compileBuildDriverPhase in job https://hydra.nixos.org/build/212823532 at 2023-03-22
   - halipeto
   - halive
   - halma
diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix
index 9624b28e115..a0ad6357105 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -1286,4 +1286,6 @@ self: super: builtins.intersectAttrs super {
   # Disable checks to break dependency loop with SCalendar
   scalendar = dontCheck super.scalendar;
 
+  halide-haskell = super.halide-haskell.override { Halide = pkgs.halide; };
+
 }
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 991c1a5c1e4..720a3d16e6e 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -128235,8 +128235,6 @@ self: {
        ];
        description = "Haskell bindings to Halide";
        license = lib.licenses.bsd3;
-       hydraPlatforms = lib.platforms.none;
-       broken = true;
      }) {Halide = null;};
 
   "halipeto" = callPackage