From ace605ee4d96b7ee2891246655478f46862d357f Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 3 Aug 2022 18:28:58 -0400 Subject: org noweb adjustments --- org/config_dub.org | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'org/config_dub.org') 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 <> #+END_SRC #+NAME: nix_sha_dub +#+HEADER: :noweb yes #+BEGIN_SRC nix <> #+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 }: -- cgit v1.2.3