Merge remote-tracking branch 'upstream/master' into staging

This commit is contained in:
Robin Gloster
2016-08-29 00:24:47 +00:00
22 changed files with 204 additions and 662 deletions

View File

@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "gnu-apl-${version}";
version = "1.5";
version = "1.6";
src = fetchurl {
url = "mirror://gnu/apl/apl-${version}.tar.gz";
sha256 = "0h4diq3wfbdwxp5nm0z4b0p1zq13lwip0y7v28r9v0mbbk8xsfh1";
sha256 = "057zwzvvgcrrwsl52a27w86hgy31jqq6avqq629xj7yq90qah3ay";
};
buildInputs = [ readline gettext ncurses ];

View File

@@ -47,6 +47,6 @@ stdenv.mkDerivation {
z77z
vrthra
];
platforms = platforms.linux;
platforms = [ "x86_64-linux" ];
};
}