mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
inkscape: fix typo in upstream sources.
fixes stdenv-updates
This commit is contained in:
parent
296e2857f7
commit
1772bcebc1
@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches = [ ./configure-python-libs.patch ];
|
||||
|
||||
postPatch = ''
|
||||
patch -p0 < ${./spuriouscomma.patch}
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
# Python is used at run-time to execute scripts, e.g., those from
|
||||
# the "Effects" menu.
|
||||
|
11
pkgs/applications/graphics/inkscape/spuriouscomma.patch
Normal file
11
pkgs/applications/graphics/inkscape/spuriouscomma.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/widgets/desktop-widget.h~ 2011-07-08 13:25:09.000000000 -0500
|
||||
+++ src/widgets/desktop-widget.h 2013-02-15 16:04:45.806910365 -0600
|
||||
@@ -239,7 +239,7 @@
|
||||
private:
|
||||
GtkWidget *tool_toolbox;
|
||||
GtkWidget *aux_toolbox;
|
||||
- GtkWidget *commands_toolbox,;
|
||||
+ GtkWidget *commands_toolbox;
|
||||
GtkWidget *snap_toolbox;
|
||||
|
||||
static void init(SPDesktopWidget *widget);
|
Loading…
Reference in New Issue
Block a user