Skip to content

Commit 088ac6b

Browse files
committed
nvtopPackages: set platform accordingly
1 parent 37cf6e3 commit 088ac6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/tools/system/nvtop/build-nvtop.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ stdenv.mkDerivation (finalAttrs: {
9898
homepage = "https://github.com/Syllo/nvtop";
9999
changelog = "https://github.com/Syllo/nvtop/releases/tag/${finalAttrs.version}";
100100
license = licenses.gpl3Only;
101-
platforms = platforms.linux ++ platforms.darwin;
101+
platforms = lib.optional (!apple) platforms.linux ++ lib.optional apple platforms.darwin;
102102
maintainers = with maintainers; [
103103
willibutz
104104
gbtb

0 commit comments

Comments
 (0)