Skip to content

Commit

Permalink
a2ps: fix build
Browse files Browse the repository at this point in the history
(cherry picked from commit 1b0163e)
  • Loading branch information
RamKromberg authored and joachifm committed Oct 28, 2016
1 parent b6df43a commit 88bef21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/text/a2ps/default.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchpatch, libpaper, gperf, file, perl }:
{ stdenv, fetchurl, fetchpatch, autoconf, bison, libpaper, gperf, file, perl }:

stdenv.mkDerivation rec {
name = "a2ps-4.14";
Expand Down Expand Up @@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
substituteInPlace tests/defs.in --replace "/bin/rm" "rm"
'';

nativeBuildInputs = [ file perl ];
nativeBuildInputs = [ autoconf file bison perl ];
buildInputs = [ libpaper gperf ];

meta = with stdenv.lib; {
Expand Down

0 comments on commit 88bef21

Please sign in to comment.