atuin: unpin apple-sdk (#370231)

authored by Sandro and committed by GitHub 771c7e60 4c662ddd

+3 -8
+3 -8
pkgs/by-name/at/atuin/package.nix
··· 4 4 fetchFromGitHub, 5 5 installShellFiles, 6 6 rustPlatform, 7 - apple-sdk_11, 8 7 nixosTests, 9 8 }: 10 9 ··· 39 38 40 39 nativeBuildInputs = [ installShellFiles ]; 41 40 42 - buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ 43 - apple-sdk_11 44 - ]; 45 - 46 41 postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' 47 42 installShellCompletion --cmd atuin \ 48 43 --bash <($out/bin/atuin gen-completions -s bash) \ ··· 67 62 "--skip=build_aliases" 68 63 ]; 69 64 70 - meta = with lib; { 65 + meta = { 71 66 description = "Replacement for a shell history which records additional commands context with optional encrypted synchronization between machines"; 72 67 homepage = "https://github.com/atuinsh/atuin"; 73 - license = licenses.mit; 74 - maintainers = with maintainers; [ 68 + license = lib.licenses.mit; 69 + maintainers = with lib.maintainers; [ 75 70 SuperSandro2000 76 71 sciencentistguy 77 72 _0x4A6F