haskellPackages.hpapi: limit to linux

The underlying package is only available on Linux.
main
sternenseemann 2 years ago
parent 7503f25359
commit 076cf3c73c
  1. 1
      pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
  2. 1
      pkgs/development/haskell-modules/hackage-packages.nix

@ -532,6 +532,7 @@ supported-platforms:
gtk-mac-integration: [ platforms.darwin ]
gtk3-mac-integration: [ platforms.darwin ]
hommage-ds: [ platforms.windows ]
hpapi: [ platforms.linux ] # limited by pkgs.papi
hsignal: [ platforms.x86 ] # -msse2
HFuse: [ platforms.linux ]
hw-prim-bits: [ platforms.x86 ] # x86 assembler

@ -141979,6 +141979,7 @@ self: {
librarySystemDepends = [ papi ];
description = "Binding for the PAPI library";
license = lib.licenses.bsd3;
platforms = lib.platforms.linux;
}) {inherit (pkgs) papi;};
"hpaste" = callPackage

Loading…
Cancel
Save