···11---- a/Cargo.lock
22-+++ b/Cargo.lock
33-@@ -1,5 +1,7 @@
44- # This file is automatically @generated by Cargo.
55- # It is not intended for manual editing.
66-+version = 3
77-+
88- [[package]]
99- name = "adler32"
1010- version = "1.2.0"
1111-@@ -530,13 +532,13 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1212-1313- [[package]]
1414- name = "lexical-core"
1515--version = "0.7.4"
1616-+version = "0.7.6"
1717- source = "registry+https://github.com/rust-lang/crates.io-index"
1818--checksum = "db65c6da02e61f55dae90a0ae427b2a5f6b3e8db09f58d10efab23af92592616"
1919-+checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
2020- dependencies = [
2121- "arrayvec",
2222- "bitflags 1.2.1",
2323-- "cfg-if 0.1.10",
2424-+ "cfg-if 1.0.0",
2525- "ryu",
2626- "static_assertions",
2727- ]
-59
pkgs/by-name/su/supertag/package.nix
···11-{
22- lib,
33- rustPlatform,
44- fetchFromGitHub,
55- pkg-config,
66- dbus,
77- fuse,
88- sqlite,
99-}:
1010-1111-rustPlatform.buildRustPackage rec {
1212- pname = "supertag";
1313- version = "0.1.4";
1414-1515- src = fetchFromGitHub {
1616- owner = "amoffat";
1717- repo = "supertag";
1818- rev = "v${version}";
1919- sha256 = "0jzm7pn38hlr96n0z8gqfsfdbw48y0nnbsgjdq7hpgwmcgvgqdam";
2020- };
2121-2222- # lexical-core is outdated and incompatible with newer versions of rust
2323- # patches Cargo.lock to include a more up-to-date version of lexical-core
2424- cargoPatches = [ ./cargo-lock-update-lexical-core.patch ];
2525-2626- useFetchCargoVendor = true;
2727- cargoHash = "sha256-i+v2PK07GHmTaLT0Bcpitd1g3Mrol28S2a2lBwBETb8=";
2828-2929- nativeBuildInputs = [
3030- rustPlatform.bindgenHook
3131- pkg-config
3232- ];
3333- buildInputs = [
3434- dbus
3535- fuse
3636- sqlite
3737- ];
3838-3939- # The test are requiring extended permissions.
4040- doCheck = false;
4141-4242- meta = with lib; {
4343- description = "Tag-based filesystem";
4444- longDescription = ''
4545- Supertag is a tag-based filesystem, written in Rust, for Linux and MacOS.
4646- It provides a tag-based view of your files by removing the hierarchy
4747- constraints typically imposed on files and folders. In other words, it
4848- allows you to think about your files not as objects stored in folders, but
4949- as objects that can be filtered by folders.
5050- '';
5151- homepage = "https://github.com/amoffat/supertag";
5252- license = licenses.agpl3Plus;
5353- platforms = [
5454- "i686-linux"
5555- "x86_64-linux"
5656- ];
5757- maintainers = with maintainers; [ oxzi ];
5858- };
5959-}
+1
pkgs/top-level/aliases.nix
···16671667 strelka = throw "strelka depends on Python 2.6+, and does not support Python 3."; # Added 2025-03-17
16681668 sumneko-lua-language-server = lua-language-server; # Added 2023-02-07
16691669 sumokoin = throw "sumokoin has been removed as it was abandoned upstream"; # Added 2024-11-23
16701670+ supertag = throw "supertag has been removed as it was abandoned upstream and fails to build"; # Added 2025-04-20
16701671 swiProlog = lib.warnOnInstantiate "swiProlog has been renamed to swi-prolog" swi-prolog; # Added 2024-09-07
16711672 swiPrologWithGui = lib.warnOnInstantiate "swiPrologWithGui has been renamed to swi-prolog-gui" swi-prolog-gui; # Added 2024-09-07
16721673 swig1 = throw "swig1 has been removed as it is obsolete"; # Added 2024-08-23