mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
haskell-git-annex: update to version 5.20131230
This commit is contained in:
parent
27425f638d
commit
75090c7c86
@ -14,8 +14,8 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "git-annex";
|
||||
version = "5.20131221";
|
||||
sha256 = "1gkb8fc0fjjn0rigajgliqy381pmkpx4ha1rx65dcw15rqnrawb3";
|
||||
version = "5.20131230";
|
||||
sha256 = "174ywjvgqx9yy2larlsrzxdhxx5arhfwwpf8j9m45h5hwy8nn6ma";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -42,7 +42,6 @@ cabal.mkDerivation (self: {
|
||||
-fDNS
|
||||
-fProduction
|
||||
-fTDFA";
|
||||
doCheck = false;
|
||||
installPhase = ''
|
||||
export HOME="$NIX_BUILD_TOP/tmp"
|
||||
mkdir "$HOME"
|
||||
|
Loading…
Reference in New Issue
Block a user