forked from mirrors/nixpkgs
firefox: use python2
This commit is contained in:
parent
8ec17dab32
commit
4f7cd69094
|
@ -12806,6 +12806,7 @@ in
|
|||
inherit (gnome2) libIDL;
|
||||
libpng = libpng_apng;
|
||||
enableGTK3 = false;
|
||||
python = python2;
|
||||
}) firefox-unwrapped firefox-esr-unwrapped;
|
||||
|
||||
firefox = wrapFirefox firefox-unwrapped { };
|
||||
|
|
Loading…
Reference in a new issue