qtile: fix meta, version, pname
This commit is contained in:
parent
f3a9b0b1a7
commit
55102a3972
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue