diff options
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 |