Copy the libstorage header into the bin folder

This commit is contained in:
Arnaud 2026-01-05 16:49:24 +04:00
parent 07a7837144
commit 8688434ebe
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -85,6 +85,7 @@ in pkgs.gcc13Stdenv.mkDerivation rec {
installPhase = ''
mkdir -p $out/bin
cp build/*storage* $out/bin/
cp library/libstorage.h $out/bin/
'';
meta = with pkgs.lib; {