Unverified Commit 7d176210 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

tfenv: Add missing __structuredAttrs = true (#508653)

parents 199536df 4631e6e7
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";