Skip to content

Commit 49626e8

Browse files
committed
gaugePlugins.dotnet: add missing dependency on libgcc
1 parent a691eb4 commit 49626e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/development/tools/gauge/plugins/dotnet/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{ lib
22
, makeGaugePlugin
33
, gauge-unwrapped
4+
, stdenv
45
}:
56

67
makeGaugePlugin {
@@ -11,6 +12,8 @@ makeGaugePlugin {
1112
releasePrefix = "gauge-dotnet-";
1213
isCrossArch = true;
1314

15+
buildInputs = [ stdenv.cc.cc.lib ];
16+
1417
meta = {
1518
description = "Gauge plugin that lets you write tests in C#";
1619
homepage = "https://github.com/getgauge/gauge-dotnet/";

0 commit comments

Comments
 (0)