mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
haskell-yi-fuzzy-open: new package
This commit is contained in:
parent
2a44f5628d
commit
ebfabf6fbe
22
pkgs/development/libraries/haskell/yi-fuzzy-open/default.nix
Normal file
22
pkgs/development/libraries/haskell/yi-fuzzy-open/default.nix
Normal file
@ -0,0 +1,22 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, binary, dataDefault, filepath, mtl, text, transformersBase
|
||||
, vector, yi, yiLanguage, yiRope
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "yi-fuzzy-open";
|
||||
version = "0.1.0";
|
||||
sha256 = "03y7ddas8w380asx4ldafp1r3h4nlyjky7n4n5sdyvwbi0rix1gc";
|
||||
buildDepends = [
|
||||
binary dataDefault filepath mtl text transformersBase vector yi
|
||||
yiLanguage yiRope
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/yi-editor/yi-fuzzy-open";
|
||||
description = "Fuzzy open plugin for Yi";
|
||||
license = self.stdenv.lib.licenses.gpl2;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
};
|
||||
})
|
@ -3122,6 +3122,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
extraPackages = pkgs: [];
|
||||
};
|
||||
|
||||
yiFuzzyOpen = callPackage ../development/libraries/haskell/yi-fuzzy-open {};
|
||||
|
||||
yiLanguage = callPackage ../development/libraries/haskell/yi-language {};
|
||||
|
||||
yiRope = callPackage ../development/libraries/haskell/yi-rope {};
|
||||
|
Loading…
Reference in New Issue
Block a user