Skip to content
Snippets Groups Projects
Commit 030daf71 authored by Alírio Eyng's avatar Alírio Eyng Committed by Ludovic Courtès
Browse files

gnu: icecat: Remove duplicated line.


* gnu/packages/gnuzilla.scm (icecat): Remove duplicate PYTHON-2 input,
  and extraneous 'native-inputs' field.

Co-authored-by: default avatarLudovic Courtès <ludo@gnu.org>
parent 9e4eddb4
No related branches found
No related tags found
No related merge requests found
...@@ -55,8 +55,6 @@ (define-public icecat ...@@ -55,8 +55,6 @@ (define-public icecat
(base32 (base32
"1vxzjwmhad6yxx4sk9zvapjgv5salcv10id061q0991ii3dycy9a")))) "1vxzjwmhad6yxx4sk9zvapjgv5salcv10id061q0991ii3dycy9a"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs (inputs
`(("alsa-lib" ,alsa-lib) `(("alsa-lib" ,alsa-lib)
("bzip2" ,bzip2) ("bzip2" ,bzip2)
...@@ -78,8 +76,7 @@ (define-public icecat ...@@ -78,8 +76,7 @@ (define-public icecat
`(("perl" ,perl) `(("perl" ,perl)
("python" ,python-2) ; Python 3 not supported ("python" ,python-2) ; Python 3 not supported
("python2-pysqlite" ,python2-pysqlite) ("python2-pysqlite" ,python2-pysqlite)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)))
("python" ,python-2))) ; Python 3 not supported
(arguments (arguments
`(#:tests? #f ; no check target `(#:tests? #f ; no check target
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment