From 38cdb8f0ed3b968e44dc472bc81f63079cde375e Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 12 Feb 2025 13:15:41 -0500 Subject: org, reorganize version info --- derivation.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'derivation.nix') diff --git a/derivation.nix b/derivation.nix index 306d403..139fb3a 100644 --- a/derivation.nix +++ b/derivation.nix @@ -48,7 +48,7 @@ with ( buildPhase = '' runHook preBuild HOME="$PWD" - DFLAGS="-O2 -inline" + #DFLAGS="-O2 -inline" for DC_ in dmd ldmd2 gdmd; do echo "- check for D compiler $DC_" DC=$(type -P $DC_ || echo "") @@ -92,7 +92,8 @@ with ( } ); mkDubDerivation rec { - name = "spine-search-${version}"; + name = "spine-search-0.17.0"; + #name = "spine-search-${version}"; src = ./.; buildInputs = [ pkgs.sqlite -- cgit v1.2.3