haskell-tinc: move the tool into the haskellPackages hierarchy like all other Haskell packages
This commit is contained in:
@@ -1006,4 +1006,8 @@ self: super: {
|
||||
c2hs_0_27_1 = if pkgs.stdenv.isDarwin
|
||||
then dontCheck super.c2hs_0_27_1
|
||||
else super.c2hs_0_27_1;
|
||||
|
||||
# tinc is a new build driver a la Stack that's not yet available from Hackage.
|
||||
tinc = self.callPackage ../tools/haskell/tinc {};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user