add gost-ctl
This commit is contained in:
parent
7eb8e54aea
commit
0286e0d645
3 changed files with 204 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ with pkgs;
|
|||
let
|
||||
cedro = callPackage ./pkgs/c/cedro/package.nix {};
|
||||
capnpc = callPackage ./pkgs/c/capnpc/package.nix {};
|
||||
gost-ctl = callPackage ./pkgs/g/gost-ctl/package.nix {};
|
||||
xbuild = callPackage ./pkgs/x/xbuild/package.nix {
|
||||
pkgs = pkgs;
|
||||
cedro = cedro;
|
||||
|
|
@ -80,6 +81,7 @@ in
|
|||
xbuild = xbuild;
|
||||
capnpc = capnpc;
|
||||
cedro = cedro;
|
||||
gost-ctl = gost-ctl;
|
||||
zlog_with_pkgconf = zlog_with_pkgconf;
|
||||
tinylog = tinylog;
|
||||
unity_test_with_color = unity_test_with_color;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue