forked from mirrors/nixpkgs
* Copied Upstart 0.3.0.
svn path=/nixpkgs/trunk/; revision=8299
This commit is contained in:
parent
500a3647ab
commit
4d1c976a9d
|
@ -3,7 +3,7 @@
|
|||
stdenv.mkDerivation {
|
||||
name = "upstart-0.3.0";
|
||||
src = fetchurl {
|
||||
url = http://upstart.ubuntu.com/download/upstart-0.3.0.tar.bz2;
|
||||
url = http://losser.st-lab.cs.uu.nl/~eelco/dist/upstart-0.3.0.tar.bz2;
|
||||
md5 = "269046f41c6418225306280044a799eb";
|
||||
};
|
||||
configureFlags = "--enable-compat";
|
||||
|
|
Loading…
Reference in a new issue