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,6 +1,6 @@
|
||||
{ stdenv, buildGoModule, fetchurl
|
||||
, go, ncurses, notmuch, scdoc
|
||||
, python3, perl, w3m, dante, Security
|
||||
, python3, perl, w3m, dante
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -29,8 +29,7 @@ in buildGoModule rec {
|
||||
python3.pkgs.colorama
|
||||
];
|
||||
|
||||
buildInputs = [ python3 notmuch ]
|
||||
++ stdenv.lib.optionals stdenv.isDarwin [ Security ];
|
||||
buildInputs = [ python3 notmuch ];
|
||||
|
||||
GOFLAGS="-tags=notmuch";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user