bsdbuild: groff -> mandoc

This commit is contained in:
Ram Kromberg 2016-09-15 03:32:08 +03:00
parent c528892280
commit 7238a94584

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, perl, libtool, pkgconfig, gettext, groff, ed }: { stdenv, fetchurl, perl, libtool, pkgconfig, gettext, mandoc, ed }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "bsdbuild-${version}"; name = "bsdbuild-${version}";
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "1zrdjh7a6z4khhfw9zrp490afq306cpl5v8wqz2z55ys7k1n5ifl"; sha256 = "1zrdjh7a6z4khhfw9zrp490afq306cpl5v8wqz2z55ys7k1n5ifl";
}; };
buildInputs = [ perl groff ed ]; buildInputs = [ perl mandoc ed ];
nativeBuildInputs = [ pkgconfig libtool gettext ]; nativeBuildInputs = [ pkgconfig libtool gettext ];
prePatch = '' prePatch = ''