pencil: unbreak build by using 'firefox-unwrapped' as 'xulrunner'

The xulrunner build itself is broken at the moment.
This commit is contained in:
Bjørn Forsman 2016-05-29 00:17:52 +02:00
parent ea5039e448
commit 15072e8986

View file

@ -13704,7 +13704,9 @@ in
pcsx2 = callPackage_i686 ../misc/emulators/pcsx2 { }; 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 {}; perseus = callPackage ../applications/science/math/perseus {};