mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
pencil: unbreak build by using 'firefox-unwrapped' as 'xulrunner'
The xulrunner build itself is broken at the moment.
(cherry picked from commit 15072e8986)
This commit is contained in:
@@ -13338,7 +13338,9 @@ let
|
||||
|
||||
pcsx2 = callPackage_i686 ../misc/emulators/pcsx2 { };
|
||||
|
||||
pencil = callPackage ../applications/graphics/pencil { };
|
||||
pencil = callPackage ../applications/graphics/pencil {
|
||||
xulrunner = firefox-unwrapped;
|
||||
};
|
||||
|
||||
perseus = callPackage ../applications/science/math/perseus {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user