summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-openstackclient
diff options
context:
space:
mode:
authorZhong Jianxin <azuwis@gmail.com>2025-12-13 00:32:52 +0800
committerZhong Jianxin <azuwis@gmail.com>2025-12-13 00:34:51 +0800
commit752a5ad36daeb57582ead737cd5267416bddabdd (patch)
treea2d107198c72ed00fe63751071cd362efc6b653b /pkgs/development/python-modules/python-openstackclient
parentac1fd72ec0fdc8300b11ac55625c5a8b24c9ac46 (diff)
treewide: libressl.nc -> netcat
Quote from NixOS 25.11 release notes: > `meta.mainProgram` is now used to determine the `NIX_MAIN_PROGRAM` environment variable. This means that changing it can now lead to a package rebuild. And `netcat` is: ``` netcat = libressl.nc.overrideAttrs (old: { meta = old.meta // { description = "Utility which reads and writes data across network connections — LibreSSL implementation"; mainProgram = "nc"; }; }); ``` `netcat` and `libressl.nc` are 2 different derivations now, use just one of them in nixpkgs for consistency. This also fixes lots of warnings if `virtualisation.libvirtd.enable = true`: ``` pkgs.buildEnv warning: colliding subpath (ignored): `/nix/store/1mcayh9rmxmjcbmm6swkkyr59rjl66vc-libressl-4.2.1-nc/bin/nc' and `/nix/store/x1vmfpisbd494yykmvjkhvh3dplsnjhg-libressl-4.2.1-nc/bin/nc' ... ```
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
0 files changed, 0 insertions, 0 deletions