3
0
Fork 0
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:
Vladimír Čunát 2015-09-20 11:25:49 +02:00
parent 94e3e1195e
commit ccce09a396

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, zlib, guile, libart_lgpl, pkgconfig, intltool
, gtk, glib, libogg, libvorbis, libgnomecanvas, gettext, perl }:
stdenv.mkDerivation {
stdenv.mkDerivation rec {
name = "beast-0.7.1";
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";
};