unified-memory-framework: set strictDeps and __structuredAttrs (#511559)

This commit is contained in:
Michael Daniels
2026-05-03 03:06:48 +00:00
committed by GitHub
@@ -63,6 +63,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.