dput-ng: fix eval (#364540)
[NixPkgs.git] / pkgs / by-name / gw / gwyddion / codegen.patch
blobeb306d99f8a34a41b5c399dcd56773e4f9df9f7b
1 --- gwyddion-2.55.orig/configure 2019-11-04 01:25:31.000000000 -0800
2 +++ gwyddion-2.55/configure 2020-03-20 18:49:43.860452655 -0700
3 @@ -18560,7 +18560,7 @@
4 fi
5 if test "x$embed_pygtk" = xno; then
6 if test "x$PYGTK_CODEGENDIR" = 'x'; then
7 - PYGTK_CODEGENDIR=`$PKG_CONFIG --variable=codegendir pygtk-2.0`
8 + PYGTK_CODEGENDIR=`$PKG_CONFIG --variable=codegendir pygobject-2.0`
9 fi
10 else
11 # Some silly OSes want to remove pygtk2. We can build pygwy without
12 --- gwyddion-2.55.orig/configure.ac 2019-11-04 01:25:16.000000000 -0800
13 +++ gwyddion-2.55/configure.ac 2020-03-20 18:52:55.042724547 -0700
14 @@ -270,7 +270,7 @@
15 [embed_pygtk=yes; pygwy_warn=" (embedded pygtk2)"])
16 if test "x$embed_pygtk" = xno; then
17 if test "x$PYGTK_CODEGENDIR" = 'x'; then
18 - PYGTK_CODEGENDIR=`$PKG_CONFIG --variable=codegendir pygtk-2.0`
19 + PYGTK_CODEGENDIR=`$PKG_CONFIG --variable=codegendir pygobject-2.0`
21 else
22 # Some silly OSes want to remove pygtk2. We can build pygwy without