about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-08-04 12:54:46 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-08-04 12:54:46 +0200
commit47bed4fe00ce4cf753dc5fc053ada62ce49e0804 (patch)
tree9ceb3a00547b59d1cd6b6cca8f150d3ccd47c19a /pkgs
parent8a4f0c286ed074a0848541a5ff0a08d7e35819a7 (diff)
netease-cloud-music-gtk: restrict platforms
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/audio/netease-cloud-music-gtk/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/netease-cloud-music-gtk/default.nix b/pkgs/applications/audio/netease-cloud-music-gtk/default.nix
index edf1b9a9ddb42..9a9d9ee8cc933 100644
--- a/pkgs/applications/audio/netease-cloud-music-gtk/default.nix
+++ b/pkgs/applications/audio/netease-cloud-music-gtk/default.nix
@@ -79,5 +79,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ diffumist ];
     mainProgram = "netease-cloud-music-gtk4";
+    platforms = platforms.linux;
   };
 }