tinc-haskell: Rename package name to avoid conflict (#14952)

This commit is contained in:
robbinch
2016-04-25 00:32:16 +08:00
committed by Franz Pletz
parent f583efea44
commit bd9d37e675
2 changed files with 2 additions and 2 deletions

View File

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