Mozilla MPlayer plug-in 3.55.
svn path=/nixpkgs/trunk/; revision=12440
This commit is contained in:
parent
6cb7c2fa68
commit
adec4e74f5
@ -4,13 +4,13 @@
|
|||||||
# are the include files so that we can access the plugin API (I
|
# are the include files so that we can access the plugin API (I
|
||||||
# think).
|
# think).
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "mplayerplug-in-3.50";
|
name = "mplayerplug-in-3.55";
|
||||||
|
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/mplayerplug-in/mplayerplug-in-3.50.tar.gz;
|
url = "mirror://sourceforge/mplayerplug-in/${name}.tar.gz";
|
||||||
sha256 = "00jcbwl3wa6s4784c3wrz718f6jj1zkdfjbp7d2nhiafxrjqwsq4";
|
sha256 = "0zkvqrzibrbljiccvz3rhbmgifxadlrfjylqpz48jnjx9kggynms";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [pkgconfig firefox (firefox.gtk) libXpm gettext];
|
buildInputs = [pkgconfig firefox (firefox.gtk) libXpm gettext];
|
||||||
|
Loading…
Reference in New Issue
Block a user