From 82fbc0c21edfaa85030e4248ecf702858948b13b Mon Sep 17 00:00:00 2001 From: JohnMolotov Date: Wed, 18 Dec 2024 09:47:49 +1000 Subject: [PATCH] fixup! qqsp: init at 1.9 --- pkgs/by-name/qq/qqsp/package.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/by-name/qq/qqsp/package.nix b/pkgs/by-name/qq/qqsp/package.nix index 996ad4ad1c873..9f6f8c660a733 100644 --- a/pkgs/by-name/qq/qqsp/package.nix +++ b/pkgs/by-name/qq/qqsp/package.nix @@ -49,10 +49,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Qt Quest Soft Player"; license = lib.licenses.mit; homepage = "https://gitlab.com/Sonnix1/Qqsp"; - platforms = [ - platforms.unix - platforms.windows - ]; + platforms = platforms.unix ++ platforms.windows; mainProgram = "qqsp"; maintainers = [ lib.maintainers.JohnMolotov ]; };