aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/applications/science/chemistry/gwyddion/codegen.patch
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2020-04-19 14:57:25 +0200
committerKatharina Fey <kookie@spacekookie.de>2020-04-19 14:57:25 +0200
commit0ca211d4ec600fa7b3cc701e4997cd1e8d38ebdc (patch)
tree4f9b09ca5d55e44710f020bcf6621daa4fd6b73a /nixpkgs/pkgs/applications/science/chemistry/gwyddion/codegen.patch
parent1c2ef52230ed2c8b2529c47ce6a857bdde46c7c7 (diff)
parentb61999e4ad60c351b4da63ae3ff43aae3c0bbdfb (diff)
Merge commit 'b61999e4ad60c351b4da63ae3ff43aae3c0bbdfb'
Diffstat (limited to 'nixpkgs/pkgs/applications/science/chemistry/gwyddion/codegen.patch')
-rw-r--r--nixpkgs/pkgs/applications/science/chemistry/gwyddion/codegen.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/science/chemistry/gwyddion/codegen.patch b/nixpkgs/pkgs/applications/science/chemistry/gwyddion/codegen.patch
new file mode 100644
index 00000000000..eb306d99f8a
--- /dev/null
+++ b/nixpkgs/pkgs/applications/science/chemistry/gwyddion/codegen.patch
@@ -0,0 +1,22 @@
+--- gwyddion-2.55.orig/configure 2019-11-04 01:25:31.000000000 -0800
++++ gwyddion-2.55/configure 2020-03-20 18:49:43.860452655 -0700
+@@ -18560,7 +18560,7 @@
+ fi
+ if test "x$embed_pygtk" = xno; then
+ if test "x$PYGTK_CODEGENDIR" = 'x'; then
+- PYGTK_CODEGENDIR=`$PKG_CONFIG --variable=codegendir pygtk-2.0`
++ PYGTK_CODEGENDIR=`$PKG_CONFIG --variable=codegendir pygobject-2.0`
+ fi
+ else
+ # Some silly OSes want to remove pygtk2. We can build pygwy without
+--- gwyddion-2.55.orig/configure.ac 2019-11-04 01:25:16.000000000 -0800
++++ gwyddion-2.55/configure.ac 2020-03-20 18:52:55.042724547 -0700
+@@ -270,7 +270,7 @@
+ [embed_pygtk=yes; pygwy_warn=" (embedded pygtk2)"])
+ if test "x$embed_pygtk" = xno; then
+ if test "x$PYGTK_CODEGENDIR" = 'x'; then
+- PYGTK_CODEGENDIR=`$PKG_CONFIG --variable=codegendir pygtk-2.0`
++ PYGTK_CODEGENDIR=`$PKG_CONFIG --variable=codegendir pygobject-2.0`
+ fi
+ else
+ # Some silly OSes want to remove pygtk2. We can build pygwy without