refine
This commit is contained in:
parent
26ab45b57b
commit
5c32c0eaa7
2 changed files with 13 additions and 5 deletions
|
|
@ -4,6 +4,8 @@
|
|||
stdenv,
|
||||
fetchFromGitHub,
|
||||
pkgs,
|
||||
capnpc,
|
||||
cedro,
|
||||
...
|
||||
}:
|
||||
|
||||
|
|
@ -31,9 +33,6 @@ let
|
|||
'';
|
||||
};
|
||||
|
||||
capnpc = pkgs.callPackage ../../pkgs/c/capnpc/package.nix {};
|
||||
cedro = pkgs.callPackage ../../pkgs/c/cedro/package.nix {};
|
||||
|
||||
wrapped_xbuild = stdenv.mkDerivation {
|
||||
name = "xbuild-wrapper";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue