mirror of
https://github.com/logos-messaging/nim-sds.git
synced 2026-08-24 22:29:25 +00:00
add simple log configurePhase in default nix
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user