resvg: install libresvg
This commit is contained in:
parent
1780fa9ca3
commit
aa7f55ce85
1 changed files with 10 additions and 0 deletions
|
@ -13,6 +13,16 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
cargoHash = "sha256-toUS1JAbJ8gbOsi87SXiqoaW0X7enAh4Iha3VeCa3WY=";
|
||||
|
||||
cargoBuildFlags = [
|
||||
"--package=resvg"
|
||||
"--package=resvg-capi"
|
||||
"--package=usvg"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
install -Dm644 -t $out/include crates/c-api/*.h
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "An SVG rendering library";
|
||||
homepage = "https://github.com/RazrFalcon/resvg";
|
||||
|
|
Loading…
Reference in a new issue