···62 ];
6364 # 'g_memdup' is deprecated: Use 'g_memdup2' instead
65- env.NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
006667 meta = with lib; {
68 description = "Buzztrax is a modular music composer for Linux";
···62 ];
6364 # 'g_memdup' is deprecated: Use 'g_memdup2' instead
65+ env.NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations"
66+ # Suppress incompatible function pointer error in clang due to libxml2 2.12 const changes
67+ + lib.optionalString stdenv.cc.isClang " -Wno-error=incompatible-function-pointer-types";
6869 meta = with lib; {
70 description = "Buzztrax is a modular music composer for Linux";
···24 patchPhase = ''
25 substituteInPlace manuskript/ui/welcome.py \
26 --replace sample-projects $out/share/${pname}/sample-projects
27- '';
2829 buildPhase = "";
30···44 description = "Open-source tool for writers";
45 homepage = "https://www.theologeek.ch/manuskript";
46 longDescription = ''
47- Manuskript is a tool for those writer who like to organize and
48- plan everything before writing. The snowflake method can help you
49- grow your idea into a book, by leading you step by step and asking
50- you questions to go deeper. While writing, keep track of notes
51- about every characters, plot, event, place in your story.
5253- Develop complex characters and keep track of all useful infos.
54- Create intricate plots, linked to your characters, and use them to
55- outline your story. Organize your ideas about the world your
56- characters live in.
57 '';
58 license = lib.licenses.gpl3;
59- maintainers = [ ];
60 platforms = lib.platforms.unix;
61 mainProgram = "manuskript";
62 };
···24 patchPhase = ''
25 substituteInPlace manuskript/ui/welcome.py \
26 --replace sample-projects $out/share/${pname}/sample-projects
27+ '';
2829 buildPhase = "";
30···44 description = "Open-source tool for writers";
45 homepage = "https://www.theologeek.ch/manuskript";
46 longDescription = ''
47+ Manuskript is a tool for those writer who like to organize and
48+ plan everything before writing. The snowflake method can help you
49+ grow your idea into a book, by leading you step by step and asking
50+ you questions to go deeper. While writing, keep track of notes
51+ about every characters, plot, event, place in your story.
5253+ Develop complex characters and keep track of all useful infos.
54+ Create intricate plots, linked to your characters, and use them to
55+ outline your story. Organize your ideas about the world your
56+ characters live in.
57 '';
58 license = lib.licenses.gpl3;
59+ maintainers = with lib.maintainers; [ strawbee ];
60 platforms = lib.platforms.unix;
61 mainProgram = "manuskript";
62 };
···58 generate a variety of reports from them, and provides a web interface.
59 '';
60 license = licenses.gpl2Only;
61- maintainers = with maintainers; [ bhipple ];
62 };
63}
···58 generate a variety of reports from them, and provides a web interface.
59 '';
60 license = licenses.gpl2Only;
61+ maintainers = with maintainers; [ sharzy polarmutex ];
62 };
63}
···1328 slmenu = throw "slmenu has been removed (upstream is gone)"; # Added 2023-04-06
1329 slurm-llnl = slurm; # renamed July 2017
1330 smesh = throw "'smesh' has been removed as it's unmaintained and depends on opencascade-oce, which is also unmaintained"; # Added 2023-09-18
01331 soldat-unstable = opensoldat; # Added 2022-07-02
1332 solr_8 = throw "'solr' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2023-03-16
1333 solr = throw "'solr' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2023-03-16
···1328 slmenu = throw "slmenu has been removed (upstream is gone)"; # Added 2023-04-06
1329 slurm-llnl = slurm; # renamed July 2017
1330 smesh = throw "'smesh' has been removed as it's unmaintained and depends on opencascade-oce, which is also unmaintained"; # Added 2023-09-18
1331+ snapTools = throw "snapTools was removed because makeSnap produced broken snaps and it was the only function in snapTools. See https://github.com/NixOS/nixpkgs/issues/100618 for more details."; # 2024-03-04;
1332 soldat-unstable = opensoldat; # Added 2022-07-02
1333 solr_8 = throw "'solr' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2023-03-16
1334 solr = throw "'solr' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2023-03-16
+3-3
pkgs/top-level/all-packages.nix
···844845 tarsum = callPackage ../build-support/docker/tarsum.nix { };
846847- snapTools = throw "snapTools was removed because makeSnap produced broken snaps and it was the only function in snapTools. See https://github.com/NixOS/nixpkgs/issues/100618 for more details."; # 2024-03-04;
848-849 nix-prefetch-docker = callPackage ../build-support/docker/nix-prefetch-docker.nix { };
850851 docker-ls = callPackage ../tools/misc/docker-ls { };
···30844 }
30845 );
3084630847- manuskript = libsForQt5.callPackage ../applications/editors/manuskript { };
003084830849 metacubexd = callPackage ../by-name/me/metacubexd/package.nix {
30850 pnpm = callPackage ../development/tools/pnpm/generic.nix {
···90 case = throw "case has been removed, since it is an unused leaf package with a dependency on the nose test framework"; # added 2024-07-08
91 cchardet = faust-cchardet; # added 2023-03-02
92 cepa = throw "cepa has been removed, as onionshare switched back to stem"; # added 2024-05-07
000093 class-registry = phx-class-registry; # added 2021-10-05
94 cld2-cffi = throw "cld2-cffi has been removed, as the last release was in 2016"; # added 2024-05-20
000095 cntk = throw "cntk has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2023-10-09
96 codespell = throw "codespell has been promoted to a top-level attribute name: `pkgs.codespell`"; # Added 2022-10-02
97 ColanderAlchemy = colanderalchemy; # added 2023-02-19
···90 case = throw "case has been removed, since it is an unused leaf package with a dependency on the nose test framework"; # added 2024-07-08
91 cchardet = faust-cchardet; # added 2023-03-02
92 cepa = throw "cepa has been removed, as onionshare switched back to stem"; # added 2024-05-07
93+ chiabip158 = throw "chiabip158 has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # added 2023-11-26
94+ chiapos = throw "chiapos has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # added 2023-11-26
95+ chiavdf = throw "chiavdf has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # added 2023-11-26
96+ chia-rs = throw "chia-rs has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # added 2023-11-26
97 class-registry = phx-class-registry; # added 2021-10-05
98 cld2-cffi = throw "cld2-cffi has been removed, as the last release was in 2016"; # added 2024-05-20
99+ clvm = throw "clvm has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # added 2023-11-26
100+ clvm-rs = throw "clvm-rs has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # added 2023-11-26
101+ clvm-tools = throw "clvm-tools has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # added 2023-11-26
102+ clvm-tools-rs = throw "clvm-tools-rs has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # added 2023-11-26
103 cntk = throw "cntk has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2023-10-09
104 codespell = throw "codespell has been promoted to a top-level attribute name: `pkgs.codespell`"; # Added 2022-10-02
105 ColanderAlchemy = colanderalchemy; # added 2023-02-19
+8-16
pkgs/top-level/python-packages.nix
···21672168 chex = callPackage ../development/python-modules/chex { };
21692170- chiabip158 = throw "chiabip158 has been removed. see https://github.com/NixOS/nixpkgs/pull/270254";
2171-2172- chiapos = throw "chiapos has been removed. see https://github.com/NixOS/nixpkgs/pull/270254";
2173-2174- chiavdf = throw "chiavdf has been removed. see https://github.com/NixOS/nixpkgs/pull/270254";
2175-2176- chia-rs = throw "chia-rs has been removed. see https://github.com/NixOS/nixpkgs/pull/270254";
2177-2178 chirpstack-api = callPackage ../development/python-modules/chirpstack-api { };
21792180 chispa = callPackage ../development/python-modules/chispa { };
···2348 cloup = callPackage ../development/python-modules/cloup { };
23492350 clustershell = callPackage ../development/python-modules/clustershell { };
2351-2352- clvm = throw "clvm has been removed. see https://github.com/NixOS/nixpkgs/pull/270254";
2353-2354- clvm-rs = throw "clvm-rs has been removed. see https://github.com/NixOS/nixpkgs/pull/270254";
2355-2356- clvm-tools = throw "clvm-tools has been removed. see https://github.com/NixOS/nixpkgs/pull/270254";
2357-2358- clvm-tools-rs = throw "clvm-tools-rs has been removed. see https://github.com/NixOS/nixpkgs/pull/270254";
23592360 cma = callPackage ../development/python-modules/cma { };
2361···67526753 leather = callPackage ../development/python-modules/leather { };
6754006755 leb128 = callPackage ../development/python-modules/leb128 { };
67566757 led-ble = callPackage ../development/python-modules/led-ble { };
···10455 };
1045610457 plaster = callPackage ../development/python-modules/plaster { };
0000001045810459 plaster-pastedeploy = callPackage ../development/python-modules/plaster-pastedeploy { };
10460