forked from mirrors/nixpkgs
git-annex: make sure the man page is installed
This commit is contained in:
parent
e857fee7a7
commit
da17bd1352
|
@ -42,6 +42,7 @@ cabal.mkDerivation (self: {
|
|||
-fProduction
|
||||
-fTDFA";
|
||||
preConfigure = "patchShebangs .";
|
||||
installPhase = "./Setup install";
|
||||
checkPhase = ''
|
||||
export HOME="$NIX_BUILD_TOP/tmp"
|
||||
mkdir "$HOME"
|
||||
|
|
Loading…
Reference in a new issue