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 a691eb4 commit 49626e8Copy full SHA for 49626e8
pkgs/development/tools/gauge/plugins/dotnet/default.nix
@@ -1,6 +1,7 @@
1
{ lib
2
, makeGaugePlugin
3
, gauge-unwrapped
4
+, stdenv
5
}:
6
7
makeGaugePlugin {
@@ -11,6 +12,8 @@ makeGaugePlugin {
11
12
releasePrefix = "gauge-dotnet-";
13
isCrossArch = true;
14
15
+ buildInputs = [ stdenv.cc.cc.lib ];
16
+
17
meta = {
18
description = "Gauge plugin that lets you write tests in C#";
19
homepage = "https://github.com/getgauge/gauge-dotnet/";
0 commit comments