diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-03-31 23:29:00 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-03-31 23:30:51 +0200 |
commit | 9c575023422c9d6f86c817a2309e74baa2d37b1b (patch) | |
tree | 18d98c646bbad81c36de28544e915beb43f5c802 /gnu/packages/patches/libgnomeui-utf8.patch | |
parent | c92e5612996e98cde005a572b83fc66aae32bcd7 (diff) | |
download | guix-9c575023422c9d6f86c817a2309e74baa2d37b1b.tar.gz guix-9c575023422c9d6f86c817a2309e74baa2d37b1b.zip |
gnu: libgnomeui: Avoid store file names in patch.
This placates 'assert-no-store-file-names', which would prevent
'make dist' from succeeding.
* gnu/packages/patches/libgnomeui-utf8.patch: Replace store file names
with ellipses.
Diffstat (limited to 'gnu/packages/patches/libgnomeui-utf8.patch')
-rw-r--r-- | gnu/packages/patches/libgnomeui-utf8.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/patches/libgnomeui-utf8.patch b/gnu/packages/patches/libgnomeui-utf8.patch index 304d74e1e2..11622b21ee 100644 --- a/gnu/packages/patches/libgnomeui-utf8.patch +++ b/gnu/packages/patches/libgnomeui-utf8.patch @@ -8,11 +8,11 @@ make[2]: Entering directory '/tmp/guix-build-libgnomeui-2.24.5.drv-0/libgnomeui- INFO: Reading ./gnome-marshal.list... GEN gnome-marshal.h Traceback (most recent call last): - File "/gnu/store/azh1is0xknn4xphwj33iqcb5ic9qhk8l-glib-2.54.2-bin/bin/glib-mkenums", line 688, in <module> + File "/gnu/store/...-glib-2.54.2-bin/bin/glib-mkenums", line 688, in <module> process_file(fname) - File "/gnu/store/azh1is0xknn4xphwj33iqcb5ic9qhk8l-glib-2.54.2-bin/bin/glib-mkenums", line 420, in process_file + File "/gnu/store/...-glib-2.54.2-bin/bin/glib-mkenums", line 420, in process_file line = curfile.readline() - File "/gnu/store/3lkypf5wnsnvkaidhw0pv7k3yjfh1r9g-python-3.6.3/lib/python3.6/codecs.py", line 321, in decode + File "/gnu/store/...-python-3.6.3/lib/python3.6/codecs.py", line 321, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf1 in position 1009: invalid continuation byte make[2]: *** [Makefile:1109: stamp-gnometypebuiltins.h] Error 1 |