diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-02-12 13:15:41 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-02-12 13:15:41 -0500 |
commit | 38cdb8f0ed3b968e44dc472bc81f63079cde375e (patch) | |
tree | cd7e7301c7a979a0d952643db653a76aeda4aa0d /derivation.nix | |
parent | org blocks, identify syntax (diff) |
org, reorganize version info
Diffstat (limited to 'derivation.nix')
-rw-r--r-- | derivation.nix | 5 |
1 files changed, 3 insertions, 2 deletions
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 |