haskellPackages.halide-haskell: native dependency on Halide

This commit is contained in:
twesterhout 2023-06-10 18:09:59 +02:00 committed by maralorn
parent 35885ddb23
commit f93429ebe8
No known key found for this signature in database
3 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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; };
}

View file

@ -128235,8 +128235,6 @@ self: {
];
description = "Haskell bindings to Halide";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {Halide = null;};
"halipeto" = callPackage