···43 '';
4445 meta = with lib; {
46- homepage = "http://mj.ucw.cz/pciutils.html";
47 description = "A collection of programs for inspecting and manipulating configuration of PCI devices";
48 license = licenses.gpl2Plus;
49 platforms = platforms.unix;
···43 '';
4445 meta = with lib; {
46+ homepage = "https://mj.ucw.cz/sw/pciutils/";
47 description = "A collection of programs for inspecting and manipulating configuration of PCI devices";
48 license = licenses.gpl2Plus;
49 platforms = platforms.unix;
+3-3
pkgs/top-level/all-packages.nix
···1787317874 relibc = callPackage ../development/libraries/relibc { };
1787517876- # Only supported on Linux
17877 glibcLocales =
17878- if stdenv.hostPlatform.isLinux
17879 then callPackage ../development/libraries/glibc/locales.nix { }
17880 else null;
17881 glibcLocalesUtf8 =
17882- if stdenv.hostPlatform.isLinux
17883 then callPackage ../development/libraries/glibc/locales.nix { allLocales = false; }
17884 else null;
17885
···1787317874 relibc = callPackage ../development/libraries/relibc { };
1787517876+ # Only supported on Linux and only on glibc
17877 glibcLocales =
17878+ if stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isGnu
17879 then callPackage ../development/libraries/glibc/locales.nix { }
17880 else null;
17881 glibcLocalesUtf8 =
17882+ if stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isGnu
17883 then callPackage ../development/libraries/glibc/locales.nix { allLocales = false; }
17884 else null;
17885