mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
haskell-yi-snippet: new package
This commit is contained in:
parent
19e665126b
commit
95448e468a
17
pkgs/development/libraries/haskell/yi-snippet/default.nix
Normal file
17
pkgs/development/libraries/haskell/yi-snippet/default.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, yi, yiRope }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "yi-snippet";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0qbn5x7lbvb9h6gdqgvldzyy7z5y5aa9a02ss48zkccss5p6939d";
|
||||
buildDepends = [ yi yiRope ];
|
||||
meta = {
|
||||
homepage = "https://github.com/yi-editor/yi-snippet";
|
||||
description = "Snippet support for Yi";
|
||||
license = self.stdenv.lib.licenses.gpl2;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
};
|
||||
})
|
|
@ -3130,6 +3130,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||
|
||||
yiRope = callPackage ../development/libraries/haskell/yi-rope {};
|
||||
|
||||
yiSnippet = callPackage ../development/libraries/haskell/yi-snippet {};
|
||||
|
||||
# Tools.
|
||||
|
||||
cabalDb = callPackage ../development/tools/haskell/cabal-db {};
|
||||
|
|
Loading…
Reference in a new issue