a2ps: fix build

This commit is contained in:
Ram Kromberg 2016-10-12 14:13:24 +03:00
parent 2cdac99d24
commit 1b0163ea16

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchpatch, libpaper, gperf, file, perl }: { stdenv, fetchurl, fetchpatch, autoconf, bison, libpaper, gperf, file, perl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "a2ps-4.14"; name = "a2ps-4.14";
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
substituteInPlace tests/defs.in --replace "/bin/rm" "rm" substituteInPlace tests/defs.in --replace "/bin/rm" "rm"
''; '';
nativeBuildInputs = [ file perl ]; nativeBuildInputs = [ autoconf file bison perl ];
buildInputs = [ libpaper gperf ]; buildInputs = [ libpaper gperf ];
meta = with stdenv.lib; { meta = with stdenv.lib; {