1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

Adding wrapFirefox for midori and vimprobable2, so they can enjoy the flash plugin.

OTH, I'd prefer naming the attributes like "midoriWrapped" instead of "midoriWrapper". 
But I chose the 2nd to follow the example of those already in all-packages.


svn path=/nixpkgs/trunk/; revision=33406
This commit is contained in:
Lluís Batlle i Rossell 2012-03-25 13:59:17 +00:00
parent b24bab3873
commit fa183b675b

View file

@ -7008,6 +7008,11 @@ let
inherit (xlibs) kbproto xproto libXScrnSaver scrnsaverproto;
};
midoriWrapper = wrapFirefox
{ browser = midori; browserName = "midori"; desktopName = "Midori";
icon = "${midori}/share/icons/hicolor/22x22/apps/midori.png";
};
minicom = callPackage ../tools/misc/minicom { };
minidjvu = callPackage ../applications/graphics/minidjvu { };
@ -8537,6 +8542,10 @@ let
inherit (gnome) libsoup;
};
vimprobable2Wrapper = wrapFirefox
{ browser = vimprobable2; browserName = "vimprobable2"; desktopName = "Vimprobable2";
};
VisualBoyAdvance = callPackage ../misc/emulators/VisualBoyAdvance { };
# Wine cannot be built in 64-bit; use a 32-bit build instead.