Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit4e6bf03504, reversing changes made toafd997aab6. Instead we propagate those frameworks from the compiler again
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub, makeWrapper, buildGoModule, wireshark-cli, Security }:
|
||||
{ stdenv, fetchFromGitHub, makeWrapper, buildGoModule, wireshark-cli }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "termshark";
|
||||
@@ -12,8 +12,7 @@ buildGoModule rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ wireshark-cli ]
|
||||
++ stdenv.lib.optionals stdenv.isDarwin [ Security ];
|
||||
buildInputs = [ wireshark-cli ];
|
||||
|
||||
modSha256 = "0lp4gky76di7as78421p3lsirfr7mic3z204ildvj6gf6d15svpr";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user