mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-17 21:35:36 +00:00
haskellPackages: Restrict halide packages to linux
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user