···4343 '';
44444545 meta = with lib; {
4646- homepage = "http://mj.ucw.cz/pciutils.html";
4646+ homepage = "https://mj.ucw.cz/sw/pciutils/";
4747 description = "A collection of programs for inspecting and manipulating configuration of PCI devices";
4848 license = licenses.gpl2Plus;
4949 platforms = platforms.unix;
+3-3
pkgs/top-level/all-packages.nix
···17873178731787417874 relibc = callPackage ../development/libraries/relibc { };
17875178751787617876- # Only supported on Linux
1787617876+ # Only supported on Linux and only on glibc
1787717877 glibcLocales =
1787817878- if stdenv.hostPlatform.isLinux
1787817878+ if stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isGnu
1787917879 then callPackage ../development/libraries/glibc/locales.nix { }
1788017880 else null;
1788117881 glibcLocalesUtf8 =
1788217882- if stdenv.hostPlatform.isLinux
1788217882+ if stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isGnu
1788317883 then callPackage ../development/libraries/glibc/locales.nix { allLocales = false; }
1788417884 else null;
1788517885