forked from mirrors/nixpkgs
beast: switch to a working src location, fixes #9936
It also needs an update, it seems, but I don't know this SW.
This commit is contained in:
parent
94e3e1195e
commit
ccce09a396
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchurl, zlib, guile, libart_lgpl, pkgconfig, intltool
|
{ stdenv, fetchurl, zlib, guile, libart_lgpl, pkgconfig, intltool
|
||||||
, gtk, glib, libogg, libvorbis, libgnomecanvas, gettext, perl }:
|
, gtk, glib, libogg, libvorbis, libgnomecanvas, gettext, perl }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "beast-0.7.1";
|
name = "beast-0.7.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://beast.gtk.org/pub/beast/v0.7/beast-0.7.1.tar.bz2;
|
url = "http://ftp.gtk.org/pub/beast/v0.7/${name}.tar.bz2";
|
||||||
sha256 = "0jyl1i1918rsn4296w07fsf6wx3clvad522m3bzgf8ms7gxivg5l";
|
sha256 = "0jyl1i1918rsn4296w07fsf6wx3clvad522m3bzgf8ms7gxivg5l";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue