mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 17:09:09 +03:00
rman: make tests run, but disable
This commit is contained in:
parent
7e4c44222d
commit
2a7bd7176e
@ -8,7 +8,12 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "0prdld6nbkdlkcgc2r1zp13h2fh8r0mlwxx423dnc695ddlk18b8";
|
sha256 = "0prdld6nbkdlkcgc2r1zp13h2fh8r0mlwxx423dnc695ddlk18b8";
|
||||||
};
|
};
|
||||||
|
|
||||||
makeFlags = "BINDIR=$(out)/bin MANDIR=$(out)/share/man";
|
postPatch = ''
|
||||||
|
substituteInPlace Makefile \
|
||||||
|
--replace ginstall install
|
||||||
|
'';
|
||||||
|
|
||||||
|
makeFlags = [ "BINDIR=$(out)/bin" "MANDIR=$(out)/share/man" ];
|
||||||
|
|
||||||
preInstall = ''
|
preInstall = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
@ -17,6 +22,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
|
doCheck = false; # "check" target is probably meant to do "installcheck" or something
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Parse formatted man pages and man page source from most flavors of UNIX and converts them to HTML, ASCII, TkMan, DocBook, and other formats";
|
description = "Parse formatted man pages and man page source from most flavors of UNIX and converts them to HTML, ASCII, TkMan, DocBook, and other formats";
|
||||||
license = "artistic";
|
license = "artistic";
|
||||||
|
Loading…
Reference in New Issue
Block a user