···00001--- inkscape-0.45.1/configure 2007-03-20 14:56:43.000000000 +0100
2+++ inkscape-0.45.1/configure 2008-02-22 16:19:10.000000000 +0100
3@@ -10202,7 +10202,7 @@ if test "x$with_python" = "xyes"; then
···1+Work around Python misdetection and set `PYTHON_LIBS' to
2+"-L/nix/store/... -lpython2.4" instead of "/nix/store/.../libpython2.4.so".
3+Changed to 2.5.
4+5--- inkscape-0.45.1/configure 2007-03-20 14:56:43.000000000 +0100
6+++ inkscape-0.45.1/configure 2008-02-22 16:19:10.000000000 +0100
7@@ -10202,7 +10202,7 @@ if test "x$with_python" = "xyes"; then
+1-4
pkgs/applications/graphics/inkscape/default.nix
···8 sha256 = "0flrjqa68vnnn8lrhj86xpa6h2cyzrvjy6873v9id092f86ix1li";
9 };
1011- # Work around Python misdetection and set `PYTHON_LIBS' to
12- # "-L/nix/store/... -lpython2.4" instead of "/nix/store/.../libpython2.4.so".
13- # Changed to 2.5
14- patches = [ ./configure-python-libs.patch ];
1516 propagatedBuildInputs = [
17 # Python is used at run-time to execute scripts, e.g., those from
···8 sha256 = "0flrjqa68vnnn8lrhj86xpa6h2cyzrvjy6873v9id092f86ix1li";
9 };
1011+ patches = [ ./configure-python-libs.patch ./libpng-setjmp.patch ];
0001213 propagatedBuildInputs = [
14 # Python is used at run-time to execute scripts, e.g., those from