mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-10 09:23:12 +00:00
Copy the libstorage header into the bin folder
This commit is contained in:
parent
07a7837144
commit
8688434ebe
@ -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; {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user