mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
git-annex: take this tool from LTS Haskell while Stackage Nightly is broken
This commit is contained in:
parent
c7639f4e56
commit
1845843cdd
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ rec {
|
|||
svnSupport = true;
|
||||
}));
|
||||
|
||||
git-annex = pkgs.haskellPackages.git-annex-with-assistant;
|
||||
git-annex = pkgs.haskell.packages.lts.git-annex-with-assistant;
|
||||
gitAnnex = git-annex;
|
||||
|
||||
git-annex-remote-b2 = pkgs.goPackages.git-annex-remote-b2;
|
||||
|
|
Loading…
Reference in a new issue