This commit is contained in:
parent
421522d963
commit
44ef4bb6d7
2 changed files with 10 additions and 0 deletions
|
@ -48,6 +48,11 @@
|
||||||
xe
|
xe
|
||||||
xz
|
xz
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
mkdir -p $out/lib/pkgconfig
|
||||||
|
sed "s:\$out:$out:g" ${./servicepoint-binding-uniffi.pc.in} | sed "s:\$version:$version:g" > $out/lib/pkgconfig/servicepoint-binding-uniffi.pc
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
default = selfPkgs.servicepoint-binding-uniffi;
|
default = selfPkgs.servicepoint-binding-uniffi;
|
||||||
}
|
}
|
||||||
|
|
5
servicepoint-binding-uniffi.pc.in
Normal file
5
servicepoint-binding-uniffi.pc.in
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
Name: servicepoint-binding-uniffi
|
||||||
|
Description: UniFFI bindings for the servicepoint library
|
||||||
|
Version: $version
|
||||||
|
URL: https://git.berlin.ccc.de/servicepoint/servicepoint-binding-uniffi
|
||||||
|
Libs: -L$out/lib -lservicepoint_binding_uniffi
|
Loading…
Add table
Add a link
Reference in a new issue