unified-memory-framework: set strictDeps and __structuredAttrs (#511559)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user