cargo-tauri_1: fix eval

This was introduced in https://github.com/NixOS/nixpkgs/pull/483356.
This commit is contained in:
Gutyina Gergő
2026-01-31 14:11:34 +01:00
parent 459b40bc60
commit 99ae1d7c13
+1 -1
View File
@@ -46,7 +46,7 @@ cargo-tauri.overrideAttrs (
};
passthru = {
inherit (oldAttrs.passthru) hook;
inherit (oldAttrs.passthru) hook gst-plugin;
tests = { inherit (oldAttrs.passthru.tests) version; };
};