mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
haskell-yi: move down into own small section
This commit is contained in:
parent
d1d39dea3d
commit
9197205eb1
1 changed files with 8 additions and 6 deletions
|
@ -3068,12 +3068,6 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||
|
||||
taffybar = callPackage ../applications/misc/taffybar {};
|
||||
|
||||
yi = callPackage ../applications/editors/yi/yi.nix {
|
||||
vty = self.vty_4_7_5;
|
||||
};
|
||||
|
||||
yiContrib = callPackage ../applications/editors/yi/yi-contrib.nix {};
|
||||
|
||||
xlsx = callPackage ../development/libraries/haskell/xlsx {};
|
||||
|
||||
xmobar = callPackage ../applications/misc/xmobar {};
|
||||
|
@ -3084,6 +3078,14 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||
|
||||
xmonadExtras = callPackage ../applications/window-managers/xmonad/xmonad-extras.nix {};
|
||||
|
||||
# Yi packages
|
||||
|
||||
yi = callPackage ../applications/editors/yi/yi.nix {
|
||||
vty = self.vty_4_7_5;
|
||||
};
|
||||
|
||||
yiContrib = callPackage ../applications/editors/yi/yi-contrib.nix {};
|
||||
|
||||
# Tools.
|
||||
|
||||
cabalDb = callPackage ../development/tools/haskell/cabal-db {};
|
||||
|
|
Loading…
Reference in a new issue