diff options
author | Alírio Eyng <alirioeyng@gmail.com> | 2014-04-07 07:11:54 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-04-07 09:52:08 +0200 |
commit | 030daf7133ce16a87b0a06e310c6e143911df668 (patch) | |
tree | 0356738b3c6ed504e6adbd3ef885d3c24c37021c /gnu/packages/gnuzilla.scm | |
parent | 9e4eddb4fcd7115d011dd142dbeb6aa1e419634f (diff) | |
download | patches-030daf7133ce16a87b0a06e310c6e143911df668.tar patches-030daf7133ce16a87b0a06e310c6e143911df668.tar.gz |
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>
Diffstat (limited to 'gnu/packages/gnuzilla.scm')
-rw-r--r-- | gnu/packages/gnuzilla.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index c2a1801c16..251520952b 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -55,8 +55,6 @@ (base32 "1vxzjwmhad6yxx4sk9zvapjgv5salcv10id061q0991ii3dycy9a")))) (build-system gnu-build-system) - (native-inputs - `(("pkg-config" ,pkg-config))) (inputs `(("alsa-lib" ,alsa-lib) ("bzip2" ,bzip2) @@ -78,8 +76,7 @@ `(("perl" ,perl) ("python" ,python-2) ; Python 3 not supported ("python2-pysqlite" ,python2-pysqlite) - ("pkg-config" ,pkg-config) - ("python" ,python-2))) ; Python 3 not supported + ("pkg-config" ,pkg-config))) (arguments `(#:tests? #f ; no check target |