Revert "gnu: swig: Patch for Octave 4.4."

This reverts commit 3771000f89.
master
Mark H Weaver 2018-05-30 02:17:53 -04:00
parent bfc25e015d
commit a21bcd7079
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
3 changed files with 1 additions and 1124 deletions

View File

@ -1106,7 +1106,6 @@ dist_patch_DATA = \
%D%/packages/patches/steghide-fixes.patch \
%D%/packages/patches/strace-kernel-4.16.patch \
%D%/packages/patches/superlu-dist-scotchmetis.patch \
%D%/packages/patches/swig-octave-patches.patch \
%D%/packages/patches/swish-e-search.patch \
%D%/packages/patches/swish-e-format-security.patch \
%D%/packages/patches/synfigstudio-fix-ui-with-gtk3.patch \

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,6 @@
#:use-module (guix download)
#:use-module (guix licenses)
#:use-module (guix build-system gnu)
#:use-module (gnu packages)
#:use-module (gnu packages pcre)
#:use-module (gnu packages guile)
#:use-module (gnu packages boost)
@ -40,9 +39,7 @@
name "-" version ".tar.gz"))
(sha256
(base32
"0kf99ygrjs5616gsqhz1l7bib3a12izmxi7g48bwblbymr3z9ybw"))
(patches
(search-patches "swig-octave-patches.patch"))))
"0kf99ygrjs5616gsqhz1l7bib3a12izmxi7g48bwblbymr3z9ybw"))))
(build-system gnu-build-system)
(arguments
'(#:phases