mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
jujutsu: move to pkgs/by-name
This commit is contained in:
parent
4ed8e99081
commit
64bbb1d94c
@ -4,8 +4,7 @@
|
||||
fetchFromGitHub,
|
||||
fetchpatch2,
|
||||
rustPlatform,
|
||||
Security,
|
||||
SystemConfiguration,
|
||||
darwin,
|
||||
pkg-config,
|
||||
libiconv,
|
||||
openssl,
|
||||
@ -55,8 +54,8 @@ rustPlatform.buildRustPackage rec {
|
||||
libssh2
|
||||
]
|
||||
++ lib.optionals stdenv.isDarwin [
|
||||
Security
|
||||
SystemConfiguration
|
||||
darwin.apple_sdk.frameworks.Security
|
||||
darwin.apple_sdk.frameworks.SystemConfiguration
|
||||
libiconv
|
||||
];
|
||||
|
@ -31876,10 +31876,6 @@ with pkgs;
|
||||
|
||||
clerk = callPackage ../applications/audio/clerk { };
|
||||
|
||||
jujutsu = callPackage ../applications/version-management/jujutsu {
|
||||
inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
|
||||
};
|
||||
|
||||
nbstripout = callPackage ../applications/version-management/nbstripout { };
|
||||
|
||||
ncmpc = callPackage ../applications/audio/ncmpc { };
|
||||
|
Loading…
Reference in New Issue
Block a user