fix
svn path=/nixpkgs/trunk/; revision=4223
This commit is contained in:
parent
e45e5c724d
commit
50a2b624f7
@ -6,7 +6,7 @@ stdenv.mkDerivation {
|
||||
builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/stratego/strategoxt-0.16/strategoxt-0.16;
|
||||
url = http://nix.cs.uu.nl/dist/stratego/strategoxt-0.16/strategoxt-0.16.tar.gz;
|
||||
md5 = "8b8eabbd785faa84ec20134b63d4829e";
|
||||
};
|
||||
|
||||
|
@ -551,10 +551,6 @@ rec {
|
||||
inherit fetchurl pkgconfig stdenv sdf aterm;
|
||||
};
|
||||
|
||||
# Currently, there is no useful unstable release, so we default to
|
||||
# strategoxt.
|
||||
strategoxt_unstable = strategoxt;
|
||||
|
||||
strategoxtUtils = (import ../development/compilers/strategoxt/utils) {
|
||||
inherit fetchurl pkgconfig stdenv sdf strategoxt;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user