gnu: icecat: Remove obsolete Python 2 dependencies.
* gnu/packages/gnuzilla.scm (icecat)[native-inputs]: Remove python-2 and python2-pysqlite. Replace python by python-wrapper.
This commit is contained in:
parent
be672f1f7f
commit
a3605b59c6
1 changed files with 2 additions and 4 deletions
|
@ -17,7 +17,7 @@
|
||||||
;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
|
;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
|
||||||
;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
|
;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
|
||||||
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
|
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
|
||||||
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
;;; Copyright © 2021 Baptiste Strazzul <bstrazzull@hotmail.fr>
|
;;; Copyright © 2021 Baptiste Strazzul <bstrazzull@hotmail.fr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -974,9 +974,7 @@ (define-public icecat
|
||||||
("clang" ,clang-11)
|
("clang" ,clang-11)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("node" ,node)
|
("node" ,node)
|
||||||
("python" ,python)
|
("python" ,python-wrapper)
|
||||||
("python-2" ,python-2)
|
|
||||||
("python2-pysqlite" ,python2-pysqlite)
|
|
||||||
("yasm" ,yasm)
|
("yasm" ,yasm)
|
||||||
("nasm" ,nasm) ; XXX FIXME: only needed on x86_64 and i686
|
("nasm" ,nasm) ; XXX FIXME: only needed on x86_64 and i686
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in a new issue