icon-lang, xgeometry-select: FIX accidental remove after rebase in https://github.com/NixOS/nixpkgs/pull/16017 (#16121)
This commit is contained in:
parent
ff42b489c1
commit
d73f5d6993
1 changed files with 2 additions and 0 deletions
|
@ -7094,6 +7094,8 @@ in
|
|||
|
||||
gio-sharp = callPackage ../development/libraries/gio-sharp { };
|
||||
|
||||
icon-lang = callPackage ../development/interpreters/icon-lang { };
|
||||
|
||||
libgit2 = callPackage ../development/libraries/git2 (
|
||||
stdenv.lib.optionalAttrs stdenv.isDarwin {
|
||||
inherit (darwin) libiconv;
|
||||
|
|
Loading…
Reference in a new issue