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:
parent
efe8ad8714
commit
7cce28d594
1 changed files with 1 additions and 3 deletions
|
@ -2,9 +2,7 @@
|
|||
|
||||
let
|
||||
version = "5.15.6";
|
||||
overrides = {
|
||||
qtscript.version = "5.15.4";
|
||||
};
|
||||
overrides = {};
|
||||
|
||||
mk = name: args:
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue