Skip to content

Commit 06271b6

Browse files
committedJun 23, 2017
krita: Fix build dependencies
First of all, we need a newer version of Vc, because at least version 1.1.0 is required for Krita 3.1.3. Also, qtmultimedia and qtx11extras were missing. Built and tested successfully on my machine. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @abbradar
1 parent a240313 commit 06271b6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎pkgs/applications/graphics/krita/default.nix

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
, kio, kcrash
55
, boost, libraw, fftw, eigen, exiv2, lcms2, gsl, openexr
66
, openjpeg, opencolorio, vc, poppler_qt5, curl, ilmbase
7+
, qtmultimedia, qtx11extras
78
}:
89

910
mkDerivation rec {
@@ -23,6 +24,7 @@ mkDerivation rec {
2324
ki18n kitemmodels kitemviews kwindowsystem kio kcrash
2425
boost libraw fftw eigen exiv2 lcms2 gsl openexr
2526
openjpeg opencolorio vc poppler_qt5 curl ilmbase
27+
qtmultimedia qtx11extras
2628
];
2729

2830
NIX_CFLAGS_COMPILE = [ "-I${ilmbase.dev}/include/OpenEXR" ];

‎pkgs/top-level/all-packages.nix

-1
Original file line numberDiff line numberDiff line change
@@ -14698,7 +14698,6 @@ with pkgs;
1469814698
konversation = libsForQt5.callPackage ../applications/networking/irc/konversation { };
1469914699

1470014700
krita = libsForQt5.callPackage ../applications/graphics/krita {
14701-
vc = vc_0_7;
1470214701
openjpeg = openjpeg_1;
1470314702
};
1470414703

0 commit comments

Comments
 (0)