Skip to content

Commit

Permalink
fixup! qqsp: init at 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMolotov committed Dec 17, 2024
1 parent f432ffa commit 11a49e2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pkgs/by-name/qq/qqsp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,14 @@ stdenv.mkDerivation (finalAttrs: {
rsvg-convert -w $i -h $i -f png $src/icons/qsp-logo-vector.svg -o $out/share/icons/''${i}x$i/apps/qsp.png
done
'';
meta = {
meta = with lib; {
description = "Qt Quest Soft Player";
license = lib.licenses.mit;
homepage = "https://gitlab.com/Sonnix1/Qqsp";
platforms = [
platforms.unix
platforms.windows
];
mainProgram = "qqsp";
maintainers = [ lib.maintainers.JohnMolotov ];
};
Expand Down

0 comments on commit 11a49e2

Please sign in to comment.