strategoPackages: Not available anymore

See 393977d800.
This commit is contained in:
Franz Pletz 2016-02-15 19:58:45 +01:00
parent f3dd927336
commit 359ba5c971
3 changed files with 0 additions and 34 deletions

View File

@ -1,24 +0,0 @@
{ stdenv, fetchurl, pkgconfig, strategoPackages }:
stdenv.mkDerivation rec {
name = "webdsl-9.7pre4168";
src = fetchurl {
url = "http://hydra.nixos.org/build/654196/download/1/${name}.tar.gz";
sha256 = "08bec3ba02254ec7474ce70206b7be4390fe07456cfc57d927d96a21dd6dcb33";
};
buildInputs =
[ pkgconfig strategoPackages.aterm strategoPackages.sdf
strategoPackages.strategoxt strategoPackages.javafront
];
# This corrected a failing build on at least one 64 bit Linux system.
# See the comment about this here: http://webdsl.org/selectpage/Download/WebDSLOnLinux
preBuild = (if stdenv.system == "x86_64-linux" then "ulimit -s unlimited" else "");
meta = {
homepage = http://webdsl.org/;
description = "A domain-specific language for developing dynamic web applications with a rich data model";
};
}

View File

@ -5041,8 +5041,6 @@ let
vs90wrapper = callPackage ../development/compilers/vs90wrapper { };
webdsl = callPackage ../development/compilers/webdsl { };
win32hello = callPackage ../development/compilers/visual-c++/test { };
wrapCCWith = ccWrapper: libc: extraBuildCommands: baseCC: ccWrapper {

View File

@ -245,14 +245,6 @@ let
#rPackages = packagePlatforms pkgs.rPackages;
strategoPackages = {
sdf = linux;
strategoxt = linux;
javafront = linux;
strategoShell = linux ++ darwin;
dryad = linux;
};
ocamlPackages = { };
perlPackages = { };