mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
urlview: builds with default automake
This commit is contained in:
parent
bab0c74468
commit
439335f676
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user