aliceml: do not use aliases

This commit is contained in:
Jan Tojnar
2020-05-16 23:12:57 +02:00
parent 4756e2eb0c
commit ce90a304f1
@@ -1,4 +1,4 @@
{stdenv, gcc, glibc, fetchurl, fetchgit, libtool, autoconf, automake, file, gnumake, which, zsh, m4, pkgconfig, perl, gnome2, pango, sqlite, libxml2, zlib, gmp, smlnj }: {stdenv, gcc, glibc, fetchurl, fetchgit, libtool, autoconf, automake, file, gnumake, which, zsh, m4, pkg-config, perl, gnome2, gtk2, pango, sqlite, libxml2, zlib, gmp, smlnj }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "aliceml-1.4-7d44dc8e"; name = "aliceml-1.4-7d44dc8e";
@@ -18,9 +18,9 @@ stdenv.mkDerivation {
buildInputs = [ buildInputs = [
stdenv gcc glibc stdenv gcc glibc
libtool gnumake autoconf automake libtool gnumake autoconf automake
file which zsh m4 gnome2.gtk zlib gmp file which zsh m4 gtk2 zlib gmp
gnome2.libgnomecanvas pango sqlite gnome2.libgnomecanvas pango sqlite
libxml2 pkgconfig perl smlnj libxml2 pkg-config perl smlnj
]; ];
makePatch = ./make.patch; makePatch = ./make.patch;