parent
5a3c1eda46
commit
9aadb6391d
@ -1,4 +1,4 @@
|
||||
{ rustPlatform, lib, fetchFromGitHub, ncurses, openssl, pkgconfig }:
|
||||
{ rustPlatform, lib, fetchFromGitHub, ncurses, openssl, pkgconfig, Security, stdenv }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "taizen";
|
||||
@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
|
||||
sha256 = "09izgx7icvizskdy9kplk0am61p7550fsd0v42zcihq2vap2j92z";
|
||||
};
|
||||
|
||||
buildInputs = [ ncurses openssl ];
|
||||
buildInputs = [ ncurses openssl ] ++ lib.optional stdenv.isDarwin Security;
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
cargoSha256 = "0h8ybhb17pqhhfjcmq1l70kp8g1yyq38228lcf86byk3r2ar2rkg";
|
||||
|
@ -21456,7 +21456,9 @@ in
|
||||
|
||||
tailor = callPackage ../applications/version-management/tailor {};
|
||||
|
||||
taizen = callPackage ../applications/misc/taizen { };
|
||||
taizen = callPackage ../applications/misc/taizen {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
};
|
||||
|
||||
tangogps = callPackage ../applications/misc/tangogps {
|
||||
gconf = gnome2.GConf;
|
||||
|
Loading…
x
Reference in New Issue
Block a user