haskellPackages: Restrict halide packages to linux

This commit is contained in:
maralorn 2023-06-20 12:18:34 +02:00
parent 51c15f3b4a
commit 3780de2d51
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View file

@ -700,6 +700,8 @@ supported-platforms:
gi-gtkosxapplication: [ platforms.darwin ]
gtk-mac-integration: [ platforms.darwin ]
gtk3-mac-integration: [ platforms.darwin ]
halide-haskell: [ platforms.linux ]
halide-JuicyPixels: [ platforms.linux ]
hommage-ds: [ platforms.windows ]
hpapi: [ platforms.linux ] # limited by pkgs.papi
hsignal: [ platforms.x86 ] # -msse2

View file

@ -128210,6 +128210,7 @@ self: {
testHaskellDepends = [ base halide-haskell hspec JuicyPixels ];
description = "Integration between Halide and JuicyPixels";
license = lib.licenses.bsd3;
platforms = lib.platforms.linux;
}) {};
"halide-arrayfire" = callPackage
@ -128247,6 +128248,7 @@ self: {
];
description = "Haskell bindings to Halide";
license = lib.licenses.bsd3;
platforms = lib.platforms.linux;
}) {Halide = null;};
"halipeto" = callPackage