···29 bubblewrap,
30 autoconf,
31 gnupg,
000032}:
3334stdenv.mkDerivation rec {
···112 ++ lib.optionals stdenv.hostPlatform.isDarwin [
113 "-DWITH_LIBELF=OFF"
114 "-DWITH_LIBDW=OFF"
000115 ];
116117 # rpm/rpmlib.h includes popt.h, and then the pkg-config file mentions these as linkage requirements
···29 bubblewrap,
30 autoconf,
31 gnupg,
32+33+ # Disable the unshare RPM plugin, which can be useful if
34+ # RPM is ran within the Nix sandbox.
35+ disableUnshare ? true,
36}:
3738stdenv.mkDerivation rec {
···116 ++ lib.optionals stdenv.hostPlatform.isDarwin [
117 "-DWITH_LIBELF=OFF"
118 "-DWITH_LIBDW=OFF"
119+ ]
120+ ++ lib.optionals disableUnshare [
121+ "-DHAVE_UNSHARE=OFF"
122 ];
123124 # rpm/rpmlib.h includes popt.h, and then the pkg-config file mentions these as linkage requirements
···452 pushbullet = pushbullet-py; # Added 2022-10-15
453 Pweave = pweave; # added 2023-02-19
454 pxml = throw "pxml was removed, because it was disabled on all python version since 3.8 and last updated in 2020."; # added 2024-05-13
0455 py-radix = throw "py-radix has been removed, since it abandoned"; # added 2023-07-07
456 py_stringmatching = py-stringmatching; # added 2023-11-12
457 py17track = throw "py17track was removed because Home Assistant switched to pyseventeentrack"; # added 2024-08-08
···452 pushbullet = pushbullet-py; # Added 2022-10-15
453 Pweave = pweave; # added 2023-02-19
454 pxml = throw "pxml was removed, because it was disabled on all python version since 3.8 and last updated in 2020."; # added 2024-05-13
455+ py3to2 = throw "py3to2 is unmaintained and source is no longer available"; # added 2024-10-23
456 py-radix = throw "py-radix has been removed, since it abandoned"; # added 2023-07-07
457 py_stringmatching = py-stringmatching; # added 2023-11-12
458 py17track = throw "py17track was removed because Home Assistant switched to pyseventeentrack"; # added 2024-08-08