firebird: fixup build

https://hydra.nixos.org/build/302831225/nixlog/2/tail
This commit is contained in:
Vladimír Čunát
2025-07-26 07:41:43 +02:00
parent 6486f94737
commit 4ed1801815
+1
View File
@@ -50,6 +50,7 @@ let
runHook preInstall
mkdir -p $out
cp -r gen/Release/firebird/* $out
rm $out/lib/*.a # they were just symlinks to /build/source/...
runHook postInstall
'';