urlview: builds with default automake

This commit is contained in:
Robin Gloster
2017-08-12 19:12:09 +02:00
parent bab0c74468
commit 439335f676
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, ncurses, automake111x, autoreconfHook }: { stdenv, fetchurl, ncurses, autoreconfHook }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "0.9"; version = "0.9";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "746ff540ccf601645f500ee7743f443caf987d6380e61e5249fc15f7a455ed42"; sha256 = "746ff540ccf601645f500ee7743f443caf987d6380e61e5249fc15f7a455ed42";
}; };
buildInputs = [ ncurses automake111x autoreconfHook ]; buildInputs = [ ncurses autoreconfHook ];
preAutoreconf = '' preAutoreconf = ''
touch NEWS touch NEWS