Merge pull request #184811 from SuperSandro2000/SuperSandro2000-patch-4

This commit is contained in:
Martin Weinelt 2022-08-04 12:00:29 +02:00 committed by GitHub
commit f53dff8a0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -202,7 +202,7 @@ let
in
buildStdenv.mkDerivation ({
name = "${pname}-unwrapped-${version}";
pname = "${pname}-unwrapped";
inherit version;
inherit src unpackPhase meta;