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,6 +1,6 @@
{ qtModule, qtbase, qtserialport }:
qtModule {
name = "qtserialbus";
pname = "qtserialbus";
qtInputs = [ qtbase qtserialport ];
}