3
0
Fork 0
forked from mirrors/nixpkgs

git-annex: make sure the man page is installed

This commit is contained in:
Peter Simons 2013-10-03 14:31:50 +02:00
parent e857fee7a7
commit da17bd1352

View file

@ -42,6 +42,7 @@ cabal.mkDerivation (self: {
-fProduction
-fTDFA";
preConfigure = "patchShebangs .";
installPhase = "./Setup install";
checkPhase = ''
export HOME="$NIX_BUILD_TOP/tmp"
mkdir "$HOME"