forked from mirrors/nixpkgs
git-annex: re-build expression with latest cabal2nix
This commit is contained in:
parent
cce6dd11b6
commit
e5878fa70b
|
@ -35,10 +35,7 @@ cabal.mkDerivation (self: {
|
|||
];
|
||||
buildTools = [ bup curl git gnupg1 lsof openssh perl rsync which ];
|
||||
configureFlags = "-fAssistant -fProduction";
|
||||
preConfigure = ''
|
||||
export HOME="$NIX_BUILD_TOP/tmp"
|
||||
mkdir "$HOME"
|
||||
'';
|
||||
preConfigure = "export HOME=$TEMPDIR";
|
||||
installPhase = "./Setup install";
|
||||
checkPhase = ''
|
||||
cp dist/build/git-annex/git-annex git-annex
|
||||
|
|
Loading…
Reference in a new issue