From 2928dcaf2918fea68fd5b1fd4fae5b06738cedf5 Mon Sep 17 00:00:00 2001 From: x123 Date: Sat, 26 Oct 2024 20:37:31 +0200 Subject: [PATCH] inkscape: refactor meta --- pkgs/applications/graphics/inkscape/default.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/graphics/inkscape/default.nix b/pkgs/applications/graphics/inkscape/default.nix index d80b7e820261..9a08f876a1df 100644 --- a/pkgs/applications/graphics/inkscape/default.nix +++ b/pkgs/applications/graphics/inkscape/default.nix @@ -184,12 +184,14 @@ stdenv.mkDerivation rec { passthru.tests.ps2pdf-plugin = callPackage ./test-ps2pdf-plugin.nix { }; - meta = with lib; { + meta = { description = "Vector graphics editor"; homepage = "https://www.inkscape.org"; - license = licenses.gpl3Plus; - maintainers = [ maintainers.jtojnar ]; - platforms = platforms.all; + license = lib.licenses.gpl3Plus; + maintainers = with lib.maintainers; [ + jtojnar + ]; + platforms = lib.platforms.all; mainProgram = "inkscape"; longDescription = '' Inkscape is a feature-rich vector graphics editor that edits