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:
Bjørn Forsman
2016-05-29 00:17:52 +02:00
parent 92d3da8108
commit 1ff47d2bfb

View File

@@ -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 {};