skrooge: migrate to Qt5.15, enable tests
This commit is contained in:
parent
8a2a835f22
commit
b492fd4306
@ -30,6 +30,7 @@ mkDerivation rec {
|
|||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DSKG_DESIGNER=OFF"
|
"-DSKG_DESIGNER=OFF"
|
||||||
"-DSKG_WEBENGINE=ON"
|
"-DSKG_WEBENGINE=ON"
|
||||||
|
"-DBUILD_TESTS=ON"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
@ -23682,7 +23682,7 @@ in
|
|||||||
|
|
||||||
robustirc-bridge = callPackage ../servers/irc/robustirc-bridge { };
|
robustirc-bridge = callPackage ../servers/irc/robustirc-bridge { };
|
||||||
|
|
||||||
skrooge = libsForQt514.callPackage ../applications/office/skrooge {};
|
skrooge = libsForQt5.callPackage ../applications/office/skrooge {};
|
||||||
|
|
||||||
smartgithg = callPackage ../applications/version-management/smartgithg {
|
smartgithg = callPackage ../applications/version-management/smartgithg {
|
||||||
jre = openjdk11;
|
jre = openjdk11;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user