Unverified Commit 04e631b3 authored by kilyanni's avatar kilyanni
Browse files

unified-memory-framework: set strictDeps and __structuredAttrs

parent fa9579f5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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.