mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
haskell-yi-contrib: move under libraries instead
This commit is contained in:
parent
1ccb025729
commit
a921dba56a
@ -3092,7 +3092,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
yi = callPackage ../applications/editors/yi/yi.nix { };
|
||||
|
||||
yiContrib = callPackage ../applications/editors/yi/yi-contrib.nix {};
|
||||
yiContrib = callPackage ../development/libraries/haskell/yi-contrib {};
|
||||
|
||||
yiLanguage = callPackage ../development/libraries/haskell/yi-language {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user