mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
numatop: platforms
This commit is contained in:
parent
50fc2e7382
commit
49ed37b4f3
1 changed files with 4 additions and 1 deletions
|
@ -19,6 +19,9 @@ stdenv.mkDerivation rec {
|
|||
homepage = https://01.org/numatop;
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ dtzWill ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
platforms = [
|
||||
{ kernel.name = "linux"; cpu.family = "x86"; }
|
||||
{ kernel.name = "linux"; cpu.family = "power"; }
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue