qtile: fix meta, version, pname

This commit is contained in:
Jonathan Ringer 2022-03-09 12:08:02 -08:00 committed by Jonathan Ringer
parent f3a9b0b1a7
commit 55102a3972

View File

@ -69,4 +69,7 @@ in
name = "${unwrapped.pname}-${unwrapped.version}";
# export underlying qtile package
passthru = { inherit unwrapped; };
# restore original qtile attrs
inherit (unwrapped) pname version meta;
})