nvtopPackages: set platform accordingly
This commit is contained in:
parent
37cf6e3ee6
commit
088ac6b39e
@ -98,7 +98,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
homepage = "https://github.com/Syllo/nvtop";
|
homepage = "https://github.com/Syllo/nvtop";
|
||||||
changelog = "https://github.com/Syllo/nvtop/releases/tag/${finalAttrs.version}";
|
changelog = "https://github.com/Syllo/nvtop/releases/tag/${finalAttrs.version}";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = lib.optional (!apple) platforms.linux ++ lib.optional apple platforms.darwin;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
willibutz
|
willibutz
|
||||||
gbtb
|
gbtb
|
||||||
|
Loading…
Reference in New Issue
Block a user