Skip to content

Commit

Permalink
atuin: unpin apple-sdk (#370231)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Jan 3, 2025
2 parents 4c662dd + acf374e commit 771c7e6
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pkgs/by-name/at/atuin/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
fetchFromGitHub,
installShellFiles,
rustPlatform,
apple-sdk_11,
nixosTests,
}:

Expand Down Expand Up @@ -39,10 +38,6 @@ rustPlatform.buildRustPackage rec {

nativeBuildInputs = [ installShellFiles ];

buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
apple-sdk_11
];

postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
installShellCompletion --cmd atuin \
--bash <($out/bin/atuin gen-completions -s bash) \
Expand All @@ -67,11 +62,11 @@ rustPlatform.buildRustPackage rec {
"--skip=build_aliases"
];

meta = with lib; {
meta = {
description = "Replacement for a shell history which records additional commands context with optional encrypted synchronization between machines";
homepage = "https://github.com/atuinsh/atuin";
license = licenses.mit;
maintainers = with maintainers; [
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
SuperSandro2000
sciencentistguy
_0x4A6F
Expand Down

0 comments on commit 771c7e6

Please sign in to comment.