Unverified Commit 45d8b8ce authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

python3Packages.subunit: set pname and version instead of name (#486380)

parents 95dbf1d3 3a39cb2d
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -17,7 +17,12 @@
}:

buildPythonPackage {
  inherit (subunit) name src meta;
  inherit (subunit)
    pname
    version
    src
    meta
    ;
  pyproject = true;

  postPatch = ''