mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
shadowfox: fix build on darwin
This commit is contained in:
parent
771cf05ac6
commit
83b6e5b565
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub, buildGoModule }:
|
||||
{ stdenv, fetchFromGitHub, buildGoModule, Security }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "shadowfox";
|
||||
@ -11,10 +11,10 @@ buildGoModule rec {
|
||||
sha256 = "125mw70jidbp436arhv77201jdp6mpgqa2dzmrpmk55f9bf29sg6";
|
||||
};
|
||||
|
||||
goPackagePath = "github.com/SrKomodo/shadowfox-updater";
|
||||
|
||||
modSha256 = "0hcc87mzacqwbw10l49kx0sxl4mivdr88c40wh6hdfvrbam2w86r";
|
||||
|
||||
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ];
|
||||
|
||||
buildFlags = [ "--tags" "release" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
@ -21741,7 +21741,9 @@ in
|
||||
|
||||
sfxr-qt = libsForQt5.callPackage ../applications/audio/sfxr-qt { };
|
||||
|
||||
shadowfox = callPackage ../tools/networking/shadowfox { };
|
||||
shadowfox = callPackage ../tools/networking/shadowfox {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
};
|
||||
|
||||
shfmt = callPackage ../tools/text/shfmt { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user