numatop: platforms
This commit is contained in:
parent
50fc2e7382
commit
49ed37b4f3
@ -19,6 +19,9 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://01.org/numatop;
|
homepage = https://01.org/numatop;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ dtzWill ];
|
maintainers = with maintainers; [ dtzWill ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = [
|
||||||
|
{ kernel.name = "linux"; cpu.family = "x86"; }
|
||||||
|
{ kernel.name = "linux"; cpu.family = "power"; }
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user