firefox: remove python2 dependency
Python 2 is no longer required to build Firefox.
This commit is contained in:
parent
7415d0589d
commit
dbe008a52a
@ -2,7 +2,7 @@
|
|||||||
, src, unpackPhase ? null, patches ? []
|
, src, unpackPhase ? null, patches ? []
|
||||||
, extraNativeBuildInputs ? [], extraConfigureFlags ? [], extraMakeFlags ? [] }:
|
, extraNativeBuildInputs ? [], extraConfigureFlags ? [], extraMakeFlags ? [] }:
|
||||||
|
|
||||||
{ lib, stdenv, pkgconfig, pango, perl, python2, python3, zip
|
{ lib, stdenv, pkgconfig, pango, perl, python3, zip
|
||||||
, libjpeg, zlib, dbus, dbus-glib, bzip2, xorg
|
, libjpeg, zlib, dbus, dbus-glib, bzip2, xorg
|
||||||
, freetype, fontconfig, file, nspr, nss, nss_3_53
|
, freetype, fontconfig, file, nspr, nss, nss_3_53
|
||||||
, yasm, libGLU, libGL, sqlite, unzip, makeWrapper
|
, yasm, libGLU, libGL, sqlite, unzip, makeWrapper
|
||||||
@ -223,7 +223,6 @@ buildStdenv.mkDerivation ({
|
|||||||
nodejs
|
nodejs
|
||||||
perl
|
perl
|
||||||
pkgconfig
|
pkgconfig
|
||||||
python2
|
|
||||||
python3
|
python3
|
||||||
rust-cbindgen
|
rust-cbindgen
|
||||||
rustc
|
rustc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user