mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-08 07:33:13 +00:00
Update install phase paths
This commit is contained in:
parent
8688434ebe
commit
ae4bf40309
@ -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; {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user