We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3349c commit 2382b8aCopy full SHA for 2382b8a
packages/mcl/dub.sdl
@@ -23,3 +23,5 @@ dflags "-mcpu=baseline" platform="dmd"
23
24
dependency "mir-cpuid" version="~>1.2.11"
25
dependency "silly" version="~>1.1.1"
26
+
27
+libs "curl"
packages/mcl/test.sh
@@ -0,0 +1,4 @@
1
+#!/usr/bin/env sh
2
+#export LD_DEBUG=all
3
+export LD_LIBRARY_PATH=$(nix eval --raw nixpkgs#curl.out.outPath)/lib:$LD_LIBRARY_PATH
4
+dub test -- -e 'coda|fetchJson'
shells/default.nix
@@ -26,6 +26,8 @@ in
inputs'.dlang-nix.packages.dmd
inputs'.dlang-nix.packages.dub
28
act
29
+ curl
30
+ pkg-config
31
];
32
33
shellHook = ''
0 commit comments