Update install phase paths

This commit is contained in:
Arnaud 2026-01-06 11:27:35 +04:00
parent 8688434ebe
commit ae4bf40309
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

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