summaryrefslogtreecommitdiffhomepage
path: root/derivation.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2025-02-12 13:15:41 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2025-02-12 13:15:41 -0500
commit38cdb8f0ed3b968e44dc472bc81f63079cde375e (patch)
treecd7e7301c7a979a0d952643db653a76aeda4aa0d /derivation.nix
parentorg blocks, identify syntax (diff)
org, reorganize version info
Diffstat (limited to 'derivation.nix')
-rw-r--r--derivation.nix5
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