nvtop: fix meta.platforms
This commit is contained in:
parent
c9a8698f80
commit
30b3b966c7
@ -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 = lib.optional (!apple) platforms.linux ++ lib.optional apple platforms.darwin;
|
platforms = if apple then platforms.darwin else platforms.linux;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
willibutz
|
willibutz
|
||||||
gbtb
|
gbtb
|
||||||
|
Loading…
Reference in New Issue
Block a user