mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
haskell-tinc: move the tool into the haskellPackages hierarchy like all other Haskell packages
This commit is contained in:
parent
9eb107dc52
commit
cf4a69e2ec
@ -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 {};
|
||||
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
, ghc, cabal2nix, cabal-install, makeWrapper
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "tinc-haskell";
|
||||
pname = "tinc";
|
||||
version = "20160419";
|
||||
src = fetchFromGitHub {
|
||||
owner = "sol";
|
@ -6306,8 +6306,6 @@ in
|
||||
|
||||
texi2html = callPackage ../development/tools/misc/texi2html { };
|
||||
|
||||
tinc-haskell = haskellPackages.callPackage ../development/tools/misc/tinc-haskell { };
|
||||
|
||||
travis = callPackage ../development/tools/misc/travis { };
|
||||
|
||||
tweak = callPackage ../applications/editors/tweak { };
|
||||
|
Loading…
Reference in New Issue
Block a user