mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
silicon: rfc140 - move to pkgs/by-name
This commit is contained in:
parent
3cd7bc4c18
commit
71ed791108
@ -10,9 +10,7 @@
|
||||
, libxcb
|
||||
, python3
|
||||
, libiconv
|
||||
, AppKit
|
||||
, CoreText
|
||||
, Security
|
||||
, darwin
|
||||
, fira-code
|
||||
, fontconfig
|
||||
, harfbuzz
|
||||
@ -38,7 +36,12 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
buildInputs = [ expat freetype fira-code fontconfig harfbuzz ]
|
||||
++ lib.optionals stdenv.isLinux [ libxcb ]
|
||||
++ lib.optionals stdenv.isDarwin [ libiconv AppKit CoreText Security ];
|
||||
++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
|
||||
libiconv
|
||||
AppKit
|
||||
CoreText
|
||||
Security
|
||||
]);
|
||||
|
||||
nativeBuildInputs = [ cmake pkg-config rustPlatform.bindgenHook ]
|
||||
++ lib.optionals stdenv.isLinux [ python3 ];
|
@ -20031,10 +20031,6 @@ with pkgs;
|
||||
|
||||
sigrok-cli = callPackage ../development/tools/sigrok-cli { };
|
||||
|
||||
silicon = callPackage ../tools/misc/silicon {
|
||||
inherit (darwin.apple_sdk.frameworks) AppKit CoreText Security;
|
||||
};
|
||||
|
||||
simpleTpmPk11 = callPackage ../tools/security/simple-tpm-pk11 { };
|
||||
|
||||
slimerjs = callPackage ../development/tools/slimerjs { };
|
||||
|
Loading…
Reference in New Issue
Block a user