Skip to content

Commit

Permalink
silicon: rfc140 - move to pkgs/by-name
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4A6F committed Jan 25, 2024
1 parent 3cd7bc4 commit 71ed791
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
, libxcb
, python3
, libiconv
, AppKit
, CoreText
, Security
, darwin
, fira-code
, fontconfig
, harfbuzz
Expand All @@ -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 ];
Expand Down
4 changes: 0 additions & 4 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };
Expand Down

0 comments on commit 71ed791

Please sign in to comment.