3
0
Fork 0
forked from mirrors/nixpkgs

aliceml: do not use aliases

This commit is contained in:
Jan Tojnar 2020-05-16 23:12:35 +02:00
parent 4756e2eb0c
commit ce90a304f1
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -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 {
name = "aliceml-1.4-7d44dc8e";
@ -18,9 +18,9 @@ stdenv.mkDerivation {
buildInputs = [
stdenv gcc glibc
libtool gnumake autoconf automake
file which zsh m4 gnome2.gtk zlib gmp
file which zsh m4 gtk2 zlib gmp
gnome2.libgnomecanvas pango sqlite
libxml2 pkgconfig perl smlnj
libxml2 pkg-config perl smlnj
];
makePatch = ./make.patch;