Unverified Commit b9487731 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

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

parents ad88ad48 04e631b3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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.