Skip to content

Commit

Permalink
skrooge: migrate to Qt5.15, enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
freezeboy committed Nov 20, 2020
1 parent 8a2a835 commit b492fd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkgs/applications/office/skrooge/default.nix
Expand Up @@ -30,6 +30,7 @@ mkDerivation rec {
cmakeFlags = [
"-DSKG_DESIGNER=OFF"
"-DSKG_WEBENGINE=ON"
"-DBUILD_TESTS=ON"
];

meta = with lib; {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -23682,7 +23682,7 @@ in

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 {
jre = openjdk11;
Expand Down

0 comments on commit b492fd4

Please sign in to comment.