From 65aedb1b28d6040ba6ec35a0cc8fc2f2b79f1d50 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Wed, 30 Nov 2022 16:09:35 +0000 Subject: [PATCH] vimpc: Support more platforms (cherry picked from commit b0f767da93e4f813fe25c4b876d013a3decda744) --- pkgs/applications/audio/vimpc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/vimpc/default.nix b/pkgs/applications/audio/vimpc/default.nix index 5cc3c1099995..7e834efb9524 100644 --- a/pkgs/applications/audio/vimpc/default.nix +++ b/pkgs/applications/audio/vimpc/default.nix @@ -44,7 +44,7 @@ stdenv.mkDerivation rec { description = "A vi/vim inspired client for the Music Player Daemon (mpd)"; homepage = "https://github.com/boysetsfrog/vimpc"; license = licenses.gpl3; - platforms = platforms.linux; + platforms = platforms.unix; maintainers = with maintainers; [ pSub ]; }; }