diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-11-10 16:43:59 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-11-10 16:43:59 +0100 |
commit | 74361d3ee8c1524ee3f3496f113b9a8bf644e023 (patch) | |
tree | fd41d83b1c445226b5ebaccdb784196e1a9058f8 /gnu/packages/glib.scm | |
parent | 362529963ea38dd0d9bcdd54d5fced5243427f3d (diff) | |
download | guix-74361d3ee8c1524ee3f3496f113b9a8bf644e023.tar.gz |
gnu: python2-pygobject@2: Shorten patch file name.
The file would not be included in the tarball produced by "make dist" because its name was too long. * gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch: Rename to... * gnu/packages/patches/python2-pygobject-2-deprecation.patch: ... this. * gnu/packages/glib.scm (python2-pygobject-2)[source]: Adjust accordingly. * gnu/local.mk (dist_patch_DATA): Likewise.
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r-- | gnu/packages/glib.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index bba9461d44..901222476a 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -698,8 +698,7 @@ useful for C++.") (sha256 (base32 "0nkam61rsn7y3wik3vw46wk5q2cjfh2iph57hl9m39rc8jijb7dv")) - (patches (search-patches - "python2-pygobject-2-gi-info-type-error-domain.patch")))) + (patches (search-patches "python2-pygobject-2-deprecation.patch")))) (build-system gnu-build-system) (native-inputs `(("which" ,which) |