haskellPackages: Restrict halide packages to linux
This commit is contained in:
parent
51c15f3b4a
commit
3780de2d51
2 changed files with 4 additions and 0 deletions
|
@ -700,6 +700,8 @@ supported-platforms:
|
||||||
gi-gtkosxapplication: [ platforms.darwin ]
|
gi-gtkosxapplication: [ platforms.darwin ]
|
||||||
gtk-mac-integration: [ platforms.darwin ]
|
gtk-mac-integration: [ platforms.darwin ]
|
||||||
gtk3-mac-integration: [ platforms.darwin ]
|
gtk3-mac-integration: [ platforms.darwin ]
|
||||||
|
halide-haskell: [ platforms.linux ]
|
||||||
|
halide-JuicyPixels: [ platforms.linux ]
|
||||||
hommage-ds: [ platforms.windows ]
|
hommage-ds: [ platforms.windows ]
|
||||||
hpapi: [ platforms.linux ] # limited by pkgs.papi
|
hpapi: [ platforms.linux ] # limited by pkgs.papi
|
||||||
hsignal: [ platforms.x86 ] # -msse2
|
hsignal: [ platforms.x86 ] # -msse2
|
||||||
|
|
|
@ -128210,6 +128210,7 @@ self: {
|
||||||
testHaskellDepends = [ base halide-haskell hspec JuicyPixels ];
|
testHaskellDepends = [ base halide-haskell hspec JuicyPixels ];
|
||||||
description = "Integration between Halide and JuicyPixels";
|
description = "Integration between Halide and JuicyPixels";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
|
platforms = lib.platforms.linux;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"halide-arrayfire" = callPackage
|
"halide-arrayfire" = callPackage
|
||||||
|
@ -128247,6 +128248,7 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Haskell bindings to Halide";
|
description = "Haskell bindings to Halide";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
|
platforms = lib.platforms.linux;
|
||||||
}) {Halide = null;};
|
}) {Halide = null;};
|
||||||
|
|
||||||
"halipeto" = callPackage
|
"halipeto" = callPackage
|
||||||
|
|
Loading…
Reference in a new issue