haskell-tinc: move the tool into the haskellPackages hierarchy like all other Haskell packages

This commit is contained in:
Peter Simons
2016-04-24 20:12:23 +02:00
parent 9eb107dc52
commit cf4a69e2ec
3 changed files with 5 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
, ghc, cabal2nix, cabal-install, makeWrapper
}:
mkDerivation {
pname = "tinc-haskell";
pname = "tinc";
version = "20160419";
src = fetchFromGitHub {
owner = "sol";