mirror of
https://github.com/logos-messaging/nim-sds.git
synced 2026-02-16 12:03:07 +00:00
add simple log configurePhase in default nix
This commit is contained in:
parent
a48beb9220
commit
f1cfb160c4
@ -58,6 +58,10 @@ in stdenv.mkDerivation rec {
|
||||
"USE_SYSTEM_NIM=1"
|
||||
];
|
||||
|
||||
configurePhase = ''
|
||||
echo "Skipping configure phase (no CMake / submodules)"
|
||||
'';
|
||||
|
||||
preBuild = ''
|
||||
ln -s sds.nimble sds.nims
|
||||
'';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user