Restore version in Qt derivation names

This commit is contained in:
Thomas Tuegel
2021-05-14 05:53:30 -05:00
parent b2ec1a072c
commit e45c0ea4cd
33 changed files with 33 additions and 33 deletions
@@ -1,7 +1,7 @@
{ lib, qtModule, qtbase }:
qtModule {
name = "qtmacextras";
pname = "qtmacextras";
qtInputs = [ qtbase ];
meta = with lib; {
maintainers = with maintainers; [ periklis ];