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 @@
{ qtModule, qtbase }:
qtModule {
name = "qtsvg";
pname = "qtsvg";
qtInputs = [ qtbase ];
outputs = [ "out" "dev" "bin" ];
}