gnu: icecat: Remove duplicated line.

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

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Alírio Eyng 2014-04-07 07:11:54 +00:00 committed by Ludovic Courtès
parent 9e4eddb4fc
commit 030daf7133
1 changed files with 1 additions and 4 deletions

View File

@ -55,8 +55,6 @@
(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 @@
`(("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