mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Altered download location to sourceforge.
svn path=/nixpkgs/trunk/; revision=7769
This commit is contained in:
parent
8b2f183a7f
commit
66706c592e
@ -1,9 +1,9 @@
|
||||
{ stdenv, fetchurl, ocaml, perl }:
|
||||
ls{ stdenv, fetchurl, ocaml, perl }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "cil-aterm-1.3.4";
|
||||
src = fetchurl {
|
||||
url = http://manju.cs.berkeley.edu/cil/distrib/cil-1.3.4.tar.gz;
|
||||
url = http://surfnet.dl.sourceforge.net/sourceforge/cil/cil-1.3.4.tar.gz;
|
||||
md5 = "a7fa54f19844a20562efd37f67c391da";
|
||||
};
|
||||
patches = [./cil-aterm-1.3.4.patch];
|
||||
|
Loading…
Reference in New Issue
Block a user