mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
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 New Issue
Block a user