···6566- [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).
6768-- [BaGet](https://loic-sharma.github.io/BaGet/), a lightweight NuGet and symbol server. Available at [services.baget](#opt-services.baget.enable).
6970- [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).
71
···6566- [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).
6768+- [BaGet](https://loic-sharma.github.io/BaGet/), a lightweight NuGet and symbol server. Available at services.baget.
6970- [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).
71
+4
nixos/doc/manual/release-notes/rl-2305.section.md
···178- 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.
179180- `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.
0000181## Other Notable Changes {#sec-release-23.05-notable-changes}
182183<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
···178- 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.
179180- `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.
181+182+- The `baget` package and module was removed due to being unmaintained.
183+184+>>>>>>> origin/master
185## Other Notable Changes {#sec-release-23.05-notable-changes}
186187<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
···44 The hidepid module was removed, since the underlying machinery
45 is broken when using cgroups-v2.
46 '')
047 (mkRemovedOptionModule [ "services" "beegfs" ] "The BeeGFS module has been removed")
48 (mkRemovedOptionModule [ "services" "beegfsEnable" ] "The BeeGFS module has been removed")
49 (mkRemovedOptionModule [ "services" "cgmanager" "enable"] "cgmanager was deprecated by lxc and therefore removed from nixpkgs.")
···44 The hidepid module was removed, since the underlying machinery
45 is broken when using cgroups-v2.
46 '')
47+ (mkRemovedOptionModule [ "services" "baget" "enable" ] "The baget module was removed due to the upstream package being unmaintained.")
48 (mkRemovedOptionModule [ "services" "beegfs" ] "The BeeGFS module has been removed")
49 (mkRemovedOptionModule [ "services" "beegfsEnable" ] "The BeeGFS module has been removed")
50 (mkRemovedOptionModule [ "services" "cgmanager" "enable"] "cgmanager was deprecated by lxc and therefore removed from nixpkgs.")
···10, qtquickcontrols2
11, qttools
12, qtwebengine
013}:
1415mkDerivation rec {
···6162 meta = with lib; {
63 inherit (qtbase.meta) platforms;
06465 description = "Cloud music integration for your desktop";
66 homepage = "https://gitlab.com/ColinDuquesnoy/MellowPlayer";
···10, qtquickcontrols2
11, qttools
12, qtwebengine
13+, stdenv
14}:
1516mkDerivation rec {
···6263 meta = with lib; {
64 inherit (qtbase.meta) platforms;
65+ broken = stdenv.isDarwin; # test build fails, but the project is not maintained anymore
6667 description = "Cloud music integration for your desktop";
68 homepage = "https://gitlab.com/ColinDuquesnoy/MellowPlayer";
···11 sha256 = "sha256-l7GUA+vlSECi/72eU3Y9COpGtLTRh3vYcHUi+uRkCn8=";
12 };
130000014 enableParallelBuilding = true;
1516 meta = with lib; {
···11 sha256 = "sha256-l7GUA+vlSECi/72eU3Y9COpGtLTRh3vYcHUi+uRkCn8=";
12 };
1314+ # remove the -arch flags which are set by default in the build
15+ configureFlags = lib.optionals stdenv.isDarwin [
16+ "--with-archflags=\"-mmacosx-version-min=10.14\""
17+ ];
18+19 enableParallelBuilding = true;
2021 meta = with lib; {
···114 ### B ###
115116 badtouch = authoscope; # Project was renamed, added 20210626
0117 bar-xft = throw "'bar-xft' has been renamed to/replaced by 'lemonbar-xft'"; # Converted to throw 2022-02-22
118 bashCompletion = throw "'bashCompletion' has been renamed to/replaced by 'bash-completion'"; # Converted to throw 2022-02-22
119 bashInteractive_5 = bashInteractive; # Added 2021-08-20
···114 ### B ###
115116 badtouch = authoscope; # Project was renamed, added 20210626
117+ baget = throw "'baget' has been removed due to being unmaintained";
118 bar-xft = throw "'bar-xft' has been renamed to/replaced by 'lemonbar-xft'"; # Converted to throw 2022-02-22
119 bashCompletion = throw "'bashCompletion' has been renamed to/replaced by 'bash-completion'"; # Converted to throw 2022-02-22
120 bashInteractive_5 = bashInteractive; # Added 2021-08-20