haskellPackages.hpapi: limit to linux
The underlying package is only available on Linux.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user