libidn2: preserve meta information in non-bootstrap version

currently, this is lost, resulting in both lib.getExe being wrong and
missing package information on e.g. search.nixos.org.
This commit is contained in:
stuebinm 2024-03-05 00:44:12 +01:00
parent 5440907bd7
commit 99628aa206

View File

@ -8,6 +8,7 @@ runCommandLocal
passthru = {
inherit (libidn2) out info devdoc; # no need to touch these store paths
};
inherit (libidn2) meta;
}
''
cp -r '${libidn2.bin}' "$bin"