forked from mirrors/nixpkgs
mplayer: Change directory name / attribute name from MPlayer to mplayer
This commit is contained in:
parent
58e9406f4b
commit
f59881fc30
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, fetchurl, pkgconfig, glib, dbus, dbus_glib, browser, x11
|
||||
, GConf, gnome_mplayer, MPlayer, gmtk
|
||||
, GConf, gnome_mplayer, mplayer, gmtk
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||
# browser's $PATH.
|
||||
postInstall =
|
||||
''
|
||||
echo "${gnome_mplayer}/bin:${MPlayer}/bin" > $out/${passthru.mozillaPlugin}/extra-bin-path
|
||||
echo "${gnome_mplayer}/bin:${mplayer}/bin" > $out/${passthru.mozillaPlugin}/extra-bin-path
|
||||
'';
|
||||
|
||||
passthru.mozillaPlugin = "/lib/mozilla/plugins";
|
||||
|
|
|
@ -7543,7 +7543,7 @@ let
|
|||
|
||||
ncmpcpp = callPackage ../applications/audio/ncmpcpp { };
|
||||
|
||||
MPlayer = callPackage ../applications/video/MPlayer {
|
||||
mplayer = callPackage ../applications/video/mplayer {
|
||||
pulseSupport = config.pulseaudio or false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue