···65656666- [ArchiSteamFarm](https://github.com/JustArchiNET/ArchiSteamFarm), a C# application with primary purpose of idling Steam cards from multiple accounts simultaneously. Available as [services.archisteamfarm](#opt-services.archisteamfarm.enable).
67676868-- [BaGet](https://loic-sharma.github.io/BaGet/), a lightweight NuGet and symbol server. Available at [services.baget](#opt-services.baget.enable).
6868+- [BaGet](https://loic-sharma.github.io/BaGet/), a lightweight NuGet and symbol server. Available at services.baget.
69697070- [bird-lg](https://github.com/xddxdd/bird-lg-go), a BGP looking glass for Bird Routing. Available as [services.bird-lg](#opt-services.bird-lg.package).
7171
+4
nixos/doc/manual/release-notes/rl-2305.section.md
···178178- The `services.pipewire.config` options have been removed, as they have basically never worked correctly. All behavior defined by the default configuration can be overridden with drop-in files as necessary - see [below](#sec-release-23.05-migration-pipewire) for details.
179179180180- `services.pipewire.media-session` and the `pipewire-media-session` package have been removed, as they are no longer supported upstream. Users are encouraged to use `services.pipewire.wireplumber` instead.
181181+182182+- The `baget` package and module was removed due to being unmaintained.
183183+184184+>>>>>>> origin/master
181185## Other Notable Changes {#sec-release-23.05-notable-changes}
182186183187<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
···4444 The hidepid module was removed, since the underlying machinery
4545 is broken when using cgroups-v2.
4646 '')
4747+ (mkRemovedOptionModule [ "services" "baget" "enable" ] "The baget module was removed due to the upstream package being unmaintained.")
4748 (mkRemovedOptionModule [ "services" "beegfs" ] "The BeeGFS module has been removed")
4849 (mkRemovedOptionModule [ "services" "beegfsEnable" ] "The BeeGFS module has been removed")
4950 (mkRemovedOptionModule [ "services" "cgmanager" "enable"] "cgmanager was deprecated by lxc and therefore removed from nixpkgs.")
···1010, qtquickcontrols2
1111, qttools
1212, qtwebengine
1313+, stdenv
1314}:
14151516mkDerivation rec {
···61626263 meta = with lib; {
6364 inherit (qtbase.meta) platforms;
6565+ broken = stdenv.isDarwin; # test build fails, but the project is not maintained anymore
64666567 description = "Cloud music integration for your desktop";
6668 homepage = "https://gitlab.com/ColinDuquesnoy/MellowPlayer";
···2424 buildInputs = rpathLibs;
25252626 postInstall = ''
2727- for p in $out/bin/leftwm*; do
2727+ for p in $out/bin/left*; do
2828 patchelf --set-rpath "${lib.makeLibraryPath rpathLibs}" $p
2929 done
3030 '';
···1111 sha256 = "sha256-l7GUA+vlSECi/72eU3Y9COpGtLTRh3vYcHUi+uRkCn8=";
1212 };
13131414+ # remove the -arch flags which are set by default in the build
1515+ configureFlags = lib.optionals stdenv.isDarwin [
1616+ "--with-archflags=\"-mmacosx-version-min=10.14\""
1717+ ];
1818+1419 enableParallelBuilding = true;
15201621 meta = with lib; {
···114114 ### B ###
115115116116 badtouch = authoscope; # Project was renamed, added 20210626
117117+ baget = throw "'baget' has been removed due to being unmaintained";
117118 bar-xft = throw "'bar-xft' has been renamed to/replaced by 'lemonbar-xft'"; # Converted to throw 2022-02-22
118119 bashCompletion = throw "'bashCompletion' has been renamed to/replaced by 'bash-completion'"; # Converted to throw 2022-02-22
119120 bashInteractive_5 = bashInteractive; # Added 2021-08-20