aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/config_dub.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/config_dub.org')
-rw-r--r--org/config_dub.org11
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 }: