Commit 99ab0ebe authored by leiserfg's avatar leiserfg Committed by Jan Tojnar
Browse files

inkscape: 1.2.2 → 1.3

https://inkscape.org/doc/release_notes/1.3/Inkscape_1.3.html



libepoxy for experimental GPU-accelerated rendering.
pyparsing for HPGL support.

Co-authored-by: default avatarJan Tojnar <jtojnar@gmail.com>
parent 89138016
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@
, python3
, substituteAll
, wrapGAppsHook
, libepoxy
, zlib
}:
let
@@ -58,6 +59,7 @@ let
      packaging
      pillow
      scour
      pyparsing
      pyserial
      requests
      pygobject3
@@ -65,11 +67,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "inkscape";
  version = "1.2.2";
  version = "1.3";

  src = fetchurl {
    url = "https://media.inkscape.org/dl/resources/file/inkscape-${version}.tar.xz";
    sha256 = "oMf9DQPAohU15kjvMB3PgN18/B81ReUQZfvxuj7opcQ=";
    url = "https://inkscape.org/release/inkscape-${version}/source/archive/xz/dl/inkscape-${version}.tar.xz";
    sha256 = "sha256-v08oawJeAWm4lIzBTVGZqbTCBNdhyJTEtISWVx7HYwc=";
  };

  # Inkscape hits the ARGMAX when linking on macOS. It appears to be
@@ -147,6 +149,7 @@ stdenv.mkDerivation rec {
    potrace
    python3Env
    zlib
    libepoxy
  ] ++ lib.optionals (!stdenv.isDarwin) [
    gspell
  ] ++ lib.optionals stdenv.isDarwin [
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
, packaging
, pillow
, pygobject3
, pyparsing
, pyserial
, scour
, gobject-introspection
@@ -47,6 +48,7 @@ buildPythonPackage {
    gtk3
    packaging
    pillow
    pyparsing
    scour
  ];