From 04e631b3f248201bfaec0a9a980402f1cad510d9 Mon Sep 17 00:00:00 2001 From: kilyanni Date: Sun, 19 Apr 2026 23:07:36 +0200 Subject: [PATCH] unified-memory-framework: set strictDeps and __structuredAttrs --- pkgs/by-name/un/unified-memory-framework/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/un/unified-memory-framework/package.nix b/pkgs/by-name/un/unified-memory-framework/package.nix index 648c5ea22d55..023366a8c95e 100644 --- a/pkgs/by-name/un/unified-memory-framework/package.nix +++ b/pkgs/by-name/un/unified-memory-framework/package.nix @@ -62,6 +62,9 @@ stdenv.mkDerivation (finalAttrs: { hash = "sha256-1Z65rNsUNeaeSJmxwpEHPbiU4KEDvyrWL9LyAWFsR1c="; }; + strictDeps = true; + __structuredAttrs = true; + postPatch = '' # The CMake tries to find out the version via git. # Since we're not in a clone, git describe won't work.