summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorS. Nordin Abouzahra <abouzahra.9@wright.edu>2021-01-04 18:54:57 -0500
committerS. Nordin Abouzahra <abouzahra.9@wright.edu>2021-01-04 18:58:23 -0500
commit32fefa8fb133ed724bf3cb00d1dcb4d1d60d7a50 (patch)
treea3baf630d92dde00929efce9a7f1a055b3892c4e /pkgs/applications/graphics
parenta43963db12774a01af9159981d877bb8326463ca (diff)
digikam: enable appstyles
Without this digikam forces the fusion style.
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/digikam/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/digikam/default.nix b/pkgs/applications/graphics/digikam/default.nix
index 1e4b397db231..5832e97d4399 100644
--- a/pkgs/applications/graphics/digikam/default.nix
+++ b/pkgs/applications/graphics/digikam/default.nix
@@ -116,6 +116,7 @@ mkDerivation rec {
"-DENABLE_INTERNALMYSQL=1"
"-DENABLE_MEDIAPLAYER=1"
"-DENABLE_QWEBENGINE=on"
+ "-DENABLE_APPSTYLES=on"
];
dontWrapGApps = true;