Unverified Commit 4631e6e7 authored by Matthias Beyer's avatar Matthias Beyer
Browse files

tfenv: Add missing __structuredAttrs = true

parent f9bdcb7f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@
}:

stdenvNoCC.mkDerivation (finalAttrs: {
  __structuredAttrs = true;

  pname = "tfenv";
  version = "3.0.0";