diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-08-03 18:28:58 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-09-28 13:21:40 -0400 |
commit | ace605ee4d96b7ee2891246655478f46862d357f (patch) | |
tree | e9e59800591255b168e73bd015762e2ba74da662 /org/config_dub.org | |
parent | org nix adjust (diff) |
org noweb adjustments
Diffstat (limited to 'org/config_dub.org')
-rw-r--r-- | org/config_dub.org | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/org/config_dub.org b/org/config_dub.org index 68a1f49..d5994c0 100644 --- a/org/config_dub.org +++ b/org/config_dub.org @@ -8,7 +8,7 @@ #+LANGUAGE: en #+STARTUP: content hideblocks hidestars noindent entitiespretty #+PROPERTY: header-args :exports code -#+PROPERTY: header-args+ :noweb tangle +#+PROPERTY: header-args+ :noweb yes #+PROPERTY: header-args+ :results no #+PROPERTY: header-args+ :cache no #+PROPERTY: header-args+ :padline no @@ -45,6 +45,7 @@ - imageformats #+HEADER: :tangle ../dub.json +#+HEADER: :noweb yes #+BEGIN_SRC json { "authors": [ @@ -151,6 +152,7 @@ ***** git (interim) +#+HEADER: :noweb yes #+BEGIN_SRC json { "authors": [ @@ -266,6 +268,7 @@ ***** git fetched remote external dependencies (used previously) +#+HEADER: :noweb yes #+BEGIN_SRC json { "authors": [ @@ -321,6 +324,7 @@ **** +check dub.json+ #+HEADER: :NO-tangle ../dub.json +#+HEADER: :noweb yes #+BEGIN_SRC sh { "authors": [ @@ -385,6 +389,7 @@ not configured here, using dub.json for the moment #+HEADER: :NO-tangle ../dub.sdl #+HEADER: :tangle-mode (identity #o755) #+HEADER: :shebang #!/usr/bin/env dub +#+HEADER: :noweb yes #+BEGIN_SRC sh name "spine" description "sisu document parser" @@ -534,6 +539,7 @@ configuration "build" { *** dub.json #+HEADER: :tangle "../sundry/spine_search_cgi/dub.json" +#+HEADER: :noweb yes #+BEGIN_SRC json { "authors": [ @@ -710,11 +716,13 @@ toc *** SET version #+NAME: dub_version_set +#+HEADER: :noweb yes #+BEGIN_SRC nix <<dub_version_next>> #+END_SRC #+NAME: nix_sha_dub +#+HEADER: :noweb yes #+BEGIN_SRC nix <<nix_sha_dub_next>> #+END_SRC @@ -747,6 +755,7 @@ toc *** dub (using ldc rather than dmd) overlay REFERENCE :overlay: #+HEADER: :NO-tangle ~/nixpkgs/pkgs/development/tools/build-managers/dub/default.nix +#+HEADER: :noweb yes #+BEGIN_SRC nix { lib, stdenv, fetchFromGitHub, curl, libevent, rsync, ldc, dcompiler ? ldc }: |