diff --git a/pkgs/by-name/un/unified-memory-framework/package.nix b/pkgs/by-name/un/unified-memory-framework/package.nix index d5c3bfcb3af7..81565596c749 100644 --- a/pkgs/by-name/un/unified-memory-framework/package.nix +++ b/pkgs/by-name/un/unified-memory-framework/package.nix @@ -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.