Loading pkgs/development/tools/ginkgo/default.nix +8 −1 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub }: { lib, buildGoModule, fetchFromGitHub, testers, ginkgo }: buildGoModule rec { pname = "ginkgo"; Loading @@ -16,6 +16,13 @@ buildGoModule rec { # types tests are missing CodeLocation excludedPackages = [ "integration" "types" ]; __darwinAllowLocalNetworking = true; passthru.tests.version = testers.testVersion { package = ginkgo; command = "ginkgo version"; }; meta = with lib; { homepage = "https://onsi.github.io/ginkgo/"; changelog = "https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md"; Loading Loading
pkgs/development/tools/ginkgo/default.nix +8 −1 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub }: { lib, buildGoModule, fetchFromGitHub, testers, ginkgo }: buildGoModule rec { pname = "ginkgo"; Loading @@ -16,6 +16,13 @@ buildGoModule rec { # types tests are missing CodeLocation excludedPackages = [ "integration" "types" ]; __darwinAllowLocalNetworking = true; passthru.tests.version = testers.testVersion { package = ginkgo; command = "ginkgo version"; }; meta = with lib; { homepage = "https://onsi.github.io/ginkgo/"; changelog = "https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md"; Loading