mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
haskell-yi-monokai: new package
This commit is contained in:
parent
ebfabf6fbe
commit
432d9fc373
17
pkgs/development/libraries/haskell/yi-monokai/default.nix
Normal file
17
pkgs/development/libraries/haskell/yi-monokai/default.nix
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
|
{ cabal, yi }:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self: {
|
||||||
|
pname = "yi-monokai";
|
||||||
|
version = "0.1.1.2";
|
||||||
|
sha256 = "1nghfyiy8jdz144nbw0c2cdy8n6xyjmk31g6z24jk8dij7iwb60l";
|
||||||
|
buildDepends = [ yi ];
|
||||||
|
meta = {
|
||||||
|
homepage = "https://github.com/Fuuzetsu/yi-monokai";
|
||||||
|
description = "Monokai colour theme for the Yi text editor";
|
||||||
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
|
};
|
||||||
|
})
|
@ -3124,6 +3124,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||||||
|
|
||||||
yiFuzzyOpen = callPackage ../development/libraries/haskell/yi-fuzzy-open {};
|
yiFuzzyOpen = callPackage ../development/libraries/haskell/yi-fuzzy-open {};
|
||||||
|
|
||||||
|
yiMonokai = callPackage ../development/libraries/haskell/yi-monokai {};
|
||||||
|
|
||||||
yiLanguage = callPackage ../development/libraries/haskell/yi-language {};
|
yiLanguage = callPackage ../development/libraries/haskell/yi-language {};
|
||||||
|
|
||||||
yiRope = callPackage ../development/libraries/haskell/yi-rope {};
|
yiRope = callPackage ../development/libraries/haskell/yi-rope {};
|
||||||
|
Loading…
Reference in New Issue
Block a user