Merge remote-tracking branch 'hydra/master' into x-updates
Conflicts (taken from @7c6f434c): pkgs/development/libraries/libgphoto2/default.nix
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{ fetchurl, stdenv }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "bigloo3.7a";
|
||||
name = "bigloo-${version}";
|
||||
version = "3.7a";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${name}.tar.gz";
|
||||
url = "ftp://ftp-sop.inria.fr/indes/fp/Bigloo/bigloo${version}.tar.gz";
|
||||
sha256 = "0y8i87c2bpqzap8rhzgpyfgdzq21py5xq6mgp0w6xv4rjcj9d0v1";
|
||||
};
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ let edf = composableDerivation.edf;
|
||||
wwf = composableDerivation.wwf; in
|
||||
|
||||
composableDerivation.composableDerivation {} {
|
||||
name = "hugs98";
|
||||
name = "hugs98-200609";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://cvs.haskell.org/Hugs/downloads/2006-09/hugs98-Sep2006.tar.gz;
|
||||
|
||||
Reference in New Issue
Block a user