qt5.qtscript: drop the version override
It really was updated in commit 697a72e8a and refused to build.
(You can think of this as a revert of commit dd4afc7c0055.)
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
|
||||
let
|
||||
version = "5.15.6";
|
||||
overrides = {
|
||||
qtscript.version = "5.15.4";
|
||||
};
|
||||
overrides = {};
|
||||
|
||||
mk = name: args:
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user