3
0
Fork 0
forked from mirrors/nixpkgs

urlview: builds with default automake

This commit is contained in:
Robin Gloster 2017-08-12 19:09:26 +02:00
parent bab0c74468
commit 439335f676
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, ncurses, automake111x, autoreconfHook }:
{ stdenv, fetchurl, ncurses, autoreconfHook }:
stdenv.mkDerivation rec {
version = "0.9";
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "746ff540ccf601645f500ee7743f443caf987d6380e61e5249fc15f7a455ed42";
};
buildInputs = [ ncurses automake111x autoreconfHook ];
buildInputs = [ ncurses autoreconfHook ];
preAutoreconf = ''
touch NEWS