···6262 ];
63636464 # 'g_memdup' is deprecated: Use 'g_memdup2' instead
6565- env.NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
6565+ env.NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations"
6666+ # Suppress incompatible function pointer error in clang due to libxml2 2.12 const changes
6767+ + lib.optionalString stdenv.cc.isClang " -Wno-error=incompatible-function-pointer-types";
66686769 meta = with lib; {
6870 description = "Buzztrax is a modular music composer for Linux";
···2424 patchPhase = ''
2525 substituteInPlace manuskript/ui/welcome.py \
2626 --replace sample-projects $out/share/${pname}/sample-projects
2727- '';
2727+ '';
28282929 buildPhase = "";
3030···4444 description = "Open-source tool for writers";
4545 homepage = "https://www.theologeek.ch/manuskript";
4646 longDescription = ''
4747- Manuskript is a tool for those writer who like to organize and
4848- plan everything before writing. The snowflake method can help you
4949- grow your idea into a book, by leading you step by step and asking
5050- you questions to go deeper. While writing, keep track of notes
5151- about every characters, plot, event, place in your story.
4747+ Manuskript is a tool for those writer who like to organize and
4848+ plan everything before writing. The snowflake method can help you
4949+ grow your idea into a book, by leading you step by step and asking
5050+ you questions to go deeper. While writing, keep track of notes
5151+ about every characters, plot, event, place in your story.
52525353- Develop complex characters and keep track of all useful infos.
5454- Create intricate plots, linked to your characters, and use them to
5555- outline your story. Organize your ideas about the world your
5656- characters live in.
5353+ Develop complex characters and keep track of all useful infos.
5454+ Create intricate plots, linked to your characters, and use them to
5555+ outline your story. Organize your ideas about the world your
5656+ characters live in.
5757 '';
5858 license = lib.licenses.gpl3;
5959- maintainers = [ ];
5959+ maintainers = with lib.maintainers; [ strawbee ];
6060 platforms = lib.platforms.unix;
6161 mainProgram = "manuskript";
6262 };
···5858 generate a variety of reports from them, and provides a web interface.
5959 '';
6060 license = licenses.gpl2Only;
6161- maintainers = with maintainers; [ bhipple ];
6161+ maintainers = with maintainers; [ sharzy polarmutex ];
6262 };
6363}
···13281328 slmenu = throw "slmenu has been removed (upstream is gone)"; # Added 2023-04-06
13291329 slurm-llnl = slurm; # renamed July 2017
13301330 smesh = throw "'smesh' has been removed as it's unmaintained and depends on opencascade-oce, which is also unmaintained"; # Added 2023-09-18
13311331+ 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;
13311332 soldat-unstable = opensoldat; # Added 2022-07-02
13321333 solr_8 = throw "'solr' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2023-03-16
13331334 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
···844844845845 tarsum = callPackage ../build-support/docker/tarsum.nix { };
846846847847- 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;
848848-849847 nix-prefetch-docker = callPackage ../build-support/docker/nix-prefetch-docker.nix { };
850848851849 docker-ls = callPackage ../tools/misc/docker-ls { };
···3084430842 }
3084530843 );
30846308443084730847- manuskript = libsForQt5.callPackage ../applications/editors/manuskript { };
3084530845+ manuskript = libsForQt5.callPackage ../applications/editors/manuskript {
3084630846+ python3Packages = python311Packages;
3084730847+ };
30848308483084930849 metacubexd = callPackage ../by-name/me/metacubexd/package.nix {
3085030850 pnpm = callPackage ../development/tools/pnpm/generic.nix {
+8
pkgs/top-level/python-aliases.nix
···9090 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
9191 cchardet = faust-cchardet; # added 2023-03-02
9292 cepa = throw "cepa has been removed, as onionshare switched back to stem"; # added 2024-05-07
9393+ chiabip158 = throw "chiabip158 has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # added 2023-11-26
9494+ chiapos = throw "chiapos has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # added 2023-11-26
9595+ chiavdf = throw "chiavdf has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # added 2023-11-26
9696+ chia-rs = throw "chia-rs has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # added 2023-11-26
9397 class-registry = phx-class-registry; # added 2021-10-05
9498 cld2-cffi = throw "cld2-cffi has been removed, as the last release was in 2016"; # added 2024-05-20
9999+ clvm = throw "clvm has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # added 2023-11-26
100100+ clvm-rs = throw "clvm-rs has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # added 2023-11-26
101101+ clvm-tools = throw "clvm-tools has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # added 2023-11-26
102102+ clvm-tools-rs = throw "clvm-tools-rs has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # added 2023-11-26
95103 cntk = throw "cntk has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2023-10-09
96104 codespell = throw "codespell has been promoted to a top-level attribute name: `pkgs.codespell`"; # Added 2022-10-02
97105 ColanderAlchemy = colanderalchemy; # added 2023-02-19
+8-16
pkgs/top-level/python-packages.nix
···2167216721682168 chex = callPackage ../development/python-modules/chex { };
2169216921702170- chiabip158 = throw "chiabip158 has been removed. see https://github.com/NixOS/nixpkgs/pull/270254";
21712171-21722172- chiapos = throw "chiapos has been removed. see https://github.com/NixOS/nixpkgs/pull/270254";
21732173-21742174- chiavdf = throw "chiavdf has been removed. see https://github.com/NixOS/nixpkgs/pull/270254";
21752175-21762176- chia-rs = throw "chia-rs has been removed. see https://github.com/NixOS/nixpkgs/pull/270254";
21772177-21782170 chirpstack-api = callPackage ../development/python-modules/chirpstack-api { };
2179217121802172 chispa = callPackage ../development/python-modules/chispa { };
···23482340 cloup = callPackage ../development/python-modules/cloup { };
2349234123502342 clustershell = callPackage ../development/python-modules/clustershell { };
23512351-23522352- clvm = throw "clvm has been removed. see https://github.com/NixOS/nixpkgs/pull/270254";
23532353-23542354- clvm-rs = throw "clvm-rs has been removed. see https://github.com/NixOS/nixpkgs/pull/270254";
23552355-23562356- clvm-tools = throw "clvm-tools has been removed. see https://github.com/NixOS/nixpkgs/pull/270254";
23572357-23582358- clvm-tools-rs = throw "clvm-tools-rs has been removed. see https://github.com/NixOS/nixpkgs/pull/270254";
2359234323602344 cma = callPackage ../development/python-modules/cma { };
23612345···6752673667536737 leather = callPackage ../development/python-modules/leather { };
6754673867396739+ leanblueprint = callPackage ../development/python-modules/leanblueprint { };
67406740+67556741 leb128 = callPackage ../development/python-modules/leb128 { };
6756674267576743 led-ble = callPackage ../development/python-modules/led-ble { };
···1045510441 };
10456104421045710443 plaster = callPackage ../development/python-modules/plaster { };
1044410444+1044510445+ plasTeX = callPackage ../development/python-modules/plasTeX { };
1044610446+1044710447+ plastexdepgraph = callPackage ../development/python-modules/plastexdepgraph { };
1044810448+1044910449+ plastexshowmore = callPackage ../development/python-modules/plastexshowmore { };
10458104501045910451 plaster-pastedeploy = callPackage ../development/python-modules/plaster-pastedeploy { };
1046010452