Merge branch 'main' into button

This commit is contained in:
jacekpoz 2024-08-13 01:18:39 +02:00
commit 913286e9e7
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
2 changed files with 8 additions and 7 deletions

View file

@ -36,6 +36,7 @@ in stdenv.mkDerivation {
runHook preInstall
install -Dm755 target/lib${pname}.so -t $out/lib
install -Dm755 include/* -t $out/include
runHook postInstall
'';