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:
parent
b24bab3873
commit
fa183b675b
@ -7008,6 +7008,11 @@ let
|
|||||||
inherit (xlibs) kbproto xproto libXScrnSaver scrnsaverproto;
|
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 { };
|
minicom = callPackage ../tools/misc/minicom { };
|
||||||
|
|
||||||
minidjvu = callPackage ../applications/graphics/minidjvu { };
|
minidjvu = callPackage ../applications/graphics/minidjvu { };
|
||||||
@ -8537,6 +8542,10 @@ let
|
|||||||
inherit (gnome) libsoup;
|
inherit (gnome) libsoup;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vimprobable2Wrapper = wrapFirefox
|
||||||
|
{ browser = vimprobable2; browserName = "vimprobable2"; desktopName = "Vimprobable2";
|
||||||
|
};
|
||||||
|
|
||||||
VisualBoyAdvance = callPackage ../misc/emulators/VisualBoyAdvance { };
|
VisualBoyAdvance = callPackage ../misc/emulators/VisualBoyAdvance { };
|
||||||
|
|
||||||
# Wine cannot be built in 64-bit; use a 32-bit build instead.
|
# Wine cannot be built in 64-bit; use a 32-bit build instead.
|
||||||
|
Loading…
Reference in New Issue
Block a user