commit 8f7f36d739d3f8f8db43ba8a347b750472fc1fbd
parent ce5a3173658757708a13e5d8321708e687d5430e
Author: Nikolay Korotkiy <sikmir@gmail.com>
Date: Thu, 17 Sep 2020 18:58:23 +0300
redict: fix build
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/pkgs/applications/redict/default.nix b/pkgs/applications/redict/default.nix
@@ -30,6 +30,7 @@ mkDerivation {
postPatch = ''
substituteInPlace redict.pro \
--replace "unix " "unix:!mac "
+ sed -i '1i#include <QPainterPath>' src/widgets/spinner.cpp
'';
preConfigure = lib.optionalString withI18n ''