mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: swig: Use guile-3.0 instead of guile-2.2.
* gnu/packages/swig.scm (swig)[native-inputs]: Replace guile-2.2 with guile-3.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
b778989e9a
commit
e607cc3a47
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
|
||||
;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
|
||||
;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -57,7 +58,7 @@ (define-public swig
|
|||
(native-inputs `(("boost" ,boost)
|
||||
("pcre" ,pcre "bin") ;for 'pcre-config'
|
||||
;; The following are for tests and examples:
|
||||
("guile" ,guile-2.2)
|
||||
("guile" ,guile-3.0)
|
||||
("perl" ,perl)))
|
||||
;;("python" ,python-wrapper)
|
||||
(inputs `(("pcre" ,pcre)))
|
||||
|
|
Loading…
Reference in a new issue