aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/build_depends/dub2nix/dub.json
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-05-15 18:10:04 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2021-05-15 22:25:58 -0400
commit924fabf26347cf2da0a770cd16f956c26e4064f9 (patch)
tree80c97145dca8188df5f7131694e5dc2f5990b7ff /src/build_depends/dub2nix/dub.json
parentcgi.d arsd update (diff)
nix-build cleanup, external sources localized
- clean up as external sources kept locally, in ./src/ext_depends/ - remove dub2nix dependency, no longer needed/used
Diffstat (limited to 'src/build_depends/dub2nix/dub.json')
-rw-r--r--src/build_depends/dub2nix/dub.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/build_depends/dub2nix/dub.json b/src/build_depends/dub2nix/dub.json
deleted file mode 100644
index 18ed81d..0000000
--- a/src/build_depends/dub2nix/dub.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "dub2nix",
- "authors": [
- "Lionello Lunesu"
- ],
- "dependencies": {
- "vibe-d:data": "*"
- },
- "stringImportPaths": ["."],
- "description": "Create Nix derivations for Dub package dependencies",
- "targetPath": "./bin/",
- "copyright": "Copyright © 2020, Lionello Lunesu",
- "license": "MIT",
- "targetType": "executable"
-}