+13
nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
+13
nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
···+<link xlink:href="https://www.barco.com/de/support/knowledge-base/4380-can-i-use-linux-os-with-clickshare-base-units">According
+4
nixos/doc/manual/release-notes/rl-2211.section.md
+4
nixos/doc/manual/release-notes/rl-2211.section.md
···- The `isPowerPC` predicate, found on `platform` attrsets (`hostPlatform`, `buildPlatform`, `targetPlatform`, etc) has been removed in order to reduce confusion. The predicate was was defined such that it matches only the 32-bit big-endian members of the POWER/PowerPC family, despite having a name which would imply a broader set of systems. If you were using this predicate, you can replace `foo.isPowerPC` with `(with foo; isPower && is32bit && isBigEndian)`.
···- The `isPowerPC` predicate, found on `platform` attrsets (`hostPlatform`, `buildPlatform`, `targetPlatform`, etc) has been removed in order to reduce confusion. The predicate was was defined such that it matches only the 32-bit big-endian members of the POWER/PowerPC family, despite having a name which would imply a broader set of systems. If you were using this predicate, you can replace `foo.isPowerPC` with `(with foo; isPower && is32bit && isBigEndian)`.+- The Barco ClickShare driver/client package `pkgs.clickshare-csc1` and the option `programs.clickshare-csc1.enable` have been removed,+as it requires `qt4`, which reached its end-of-life 2015 and will no longer be supported by nixpkgs.+[According to Barco](https://www.barco.com/de/support/knowledge-base/4380-can-i-use-linux-os-with-clickshare-base-units) many of their base unit models can be used with Google Chrome and the Google Cast extension.
-1
nixos/modules/module-list.nix
-1
nixos/modules/module-list.nix
-21
nixos/modules/programs/clickshare.nix
-21
nixos/modules/programs/clickshare.nix
···
···
-122
pkgs/applications/video/clickshare-csc1/default.nix
-122
pkgs/applications/video/clickshare-csc1/default.nix
···-url = "https://www.barco.com/services/website/de/TdeFiles/Download?FileNumber=R33050020&TdeType=3&MajorVersion=01&MinorVersion=07&PatchVersion=00&BuildVersion=033";
···
+1
pkgs/top-level/aliases.nix
+1
pkgs/top-level/aliases.nix
···cipherscan = throw "cipherscan was removed from nixpkgs, as it was unmaintained"; # added 2021-12-11creddump = throw "creddump has been removed from nixpkgs as the upstream has abandoned the project"; # Added 2022-01-01
···cipherscan = throw "cipherscan was removed from nixpkgs, as it was unmaintained"; # added 2021-12-11+clickshare-csc1 = throw "'clickshare-csc1' has been removed as it requires qt4 which is being removed"; # Added 2022-06-16creddump = throw "creddump has been removed from nixpkgs as the upstream has abandoned the project"; # Added 2022-01-01
-2
pkgs/top-level/all-packages.nix
-2
pkgs/top-level/all-packages.nix