c971c4b9db
bump version to 0.15 We needed to add some patches because the release tarball misses them. I'll remove them at next release. I did extensive testing on Tumbleweed and Leap 15.0 which can be found here: https://etherpad.opensuse.org/p/guix-0.15 There is still some stuff which doesn't work as expected, but only small things. No showstoppers. I'll improve them peu a peu :) OBS-URL: https://build.opensuse.org/request/show/622310 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guix?expand=0&rev=22
33 lines
1.3 KiB
Diff
33 lines
1.3 KiB
Diff
From 8dd0e2f057a63231ffe3f8c41dbf4c7f8b4dbdf6 Mon Sep 17 00:00:00 2001
|
|
From: Jonathan Brielmaier <jbrielmaier@suse.de>
|
|
Date: Tue, 10 Jul 2018 12:16:41 +0200
|
|
Subject: [PATCH 1/1] gnu: local.mk: Add missing patches.
|
|
|
|
---
|
|
gnu/local.mk | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/gnu/local.mk b/gnu/local.mk
|
|
index dad664ca1..5b1e634dd 100644
|
|
--- a/gnu/local.mk
|
|
+++ b/gnu/local.mk
|
|
@@ -1018,6 +1018,7 @@ dist_patch_DATA = \
|
|
%D%/packages/patches/perl-no-sys-dirs.patch \
|
|
%D%/packages/patches/perl-module-pluggable-search.patch \
|
|
%D%/packages/patches/perl-reproducible-build-date.patch \
|
|
+ %D%/packages/patches/perl-text-markdown-discount-unbundle.patch \
|
|
%D%/packages/patches/perl-www-curl-remove-symbol.patch \
|
|
%D%/packages/patches/picprog-non-intel-support.patch \
|
|
%D%/packages/patches/pidgin-add-search-path.patch \
|
|
@@ -1094,6 +1095,7 @@ dist_patch_DATA = \
|
|
%D%/packages/patches/quagga-reproducible-build.patch \
|
|
%D%/packages/patches/quassel-qt-5.11.patch \
|
|
%D%/packages/patches/quickswitch-fix-dmenu-check.patch \
|
|
+ %D%/packages/patches/racket-fix-xform-issue.patch \
|
|
%D%/packages/patches/rapicorn-isnan.patch \
|
|
%D%/packages/patches/raptor2-heap-overflow.patch \
|
|
%D%/packages/patches/ratpoison-shell.patch \
|
|
--
|
|
2.18.0
|
|
|