add headers during installation in the drv

This commit is contained in:
jacekpoz 2024-08-13 01:06:41 +02:00
parent f95c47d7f7
commit 5548692979
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

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
'';