bsdbuild: groff -> mandoc
This commit is contained in:
parent
c528892280
commit
7238a94584
@ -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 = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user