From a3605b59c6b0cb4595f5f05e9167518ba2a6923c Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 12 May 2022 15:39:44 -0400 Subject: 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. --- gnu/packages/gnuzilla.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gnu/packages/gnuzilla.scm') diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 4728b5e347..006191c9bd 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -17,7 +17,7 @@ ;;; Copyright © 2020 Marius Bakke ;;; Copyright © 2021 Brice Waegeneire ;;; Copyright © 2021 Maxime Devos -;;; Copyright © 2021 Maxim Cournoyer +;;; Copyright © 2021, 2022 Maxim Cournoyer ;;; Copyright © 2021 Baptiste Strazzul ;;; ;;; This file is part of GNU Guix. @@ -974,9 +974,7 @@ (define-public icecat ("clang" ,clang-11) ("perl" ,perl) ("node" ,node) - ("python" ,python) - ("python-2" ,python-2) - ("python2-pysqlite" ,python2-pysqlite) + ("python" ,python-wrapper) ("yasm" ,yasm) ("nasm" ,nasm) ; XXX FIXME: only needed on x86_64 and i686 ("pkg-config" ,pkg-config) -- cgit v1.2.3