fixup! taps: wip: init
This commit is contained in:
parent
8bbafe0f0a
commit
564913c123
7 changed files with 57 additions and 49 deletions
|
|
@ -8,6 +8,7 @@
|
|||
stdenv.mkDerivation {
|
||||
pname = "ch-proxy";
|
||||
version = "0.0.0";
|
||||
outputs = [ "out" "lib" ];
|
||||
nativeBuildInputs = [
|
||||
meson
|
||||
ninja
|
||||
|
|
@ -19,6 +20,8 @@ stdenv.mkDerivation {
|
|||
fs.toSource {
|
||||
fileset = fs.unions [
|
||||
./proxy.c
|
||||
./sendfd.c
|
||||
./sendfd.h
|
||||
./meson.build
|
||||
];
|
||||
root = ./.;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue