unpfs: fix for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-08 13:02:26 +01:00
parent 624c7312aa
commit c5d0d6fc6e
+1 -1
View File
@@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-jRe1lgzfhzBUsS6wwwlqxxomap2TIDOyF3YBv20GJ14=";
RUSTC_BOOTSTRAP = 1;
env.RUSTC_BOOTSTRAP = 1;
postInstall = ''
install -D -m 0444 ../../README* -t "$out/share/doc/${pname}"