mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
Revert "gnu: swig: Patch for Octave 4.4."
This reverts commit 3771000f89
.
This commit is contained in:
parent
bfc25e015d
commit
a21bcd7079
3 changed files with 1 additions and 1124 deletions
|
@ -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
|
@ -22,7 +22,6 @@ (define-module (gnu packages swig)
|
|||
#: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 @@ (define-public swig
|
|||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0kf99ygrjs5616gsqhz1l7bib3a12izmxi7g48bwblbymr3z9ybw"))
|
||||
(patches
|
||||
(search-patches "swig-octave-patches.patch"))))
|
||||
"0kf99ygrjs5616gsqhz1l7bib3a12izmxi7g48bwblbymr3z9ybw"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue