haskellPackages.hpapi: limit to linux
The underlying package is only available on Linux.
This commit is contained in:
parent
7503f25359
commit
076cf3c73c
2 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue