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
This commit is contained in:
parent
a24031317a
commit
06271b6eba
@ -4,6 +4,7 @@
|
||||
, kio, kcrash
|
||||
, boost, libraw, fftw, eigen, exiv2, lcms2, gsl, openexr
|
||||
, openjpeg, opencolorio, vc, poppler_qt5, curl, ilmbase
|
||||
, qtmultimedia, qtx11extras
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
@ -23,6 +24,7 @@ mkDerivation rec {
|
||||
ki18n kitemmodels kitemviews kwindowsystem kio kcrash
|
||||
boost libraw fftw eigen exiv2 lcms2 gsl openexr
|
||||
openjpeg opencolorio vc poppler_qt5 curl ilmbase
|
||||
qtmultimedia qtx11extras
|
||||
];
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-I${ilmbase.dev}/include/OpenEXR" ];
|
||||
|
@ -14698,7 +14698,6 @@ with pkgs;
|
||||
konversation = libsForQt5.callPackage ../applications/networking/irc/konversation { };
|
||||
|
||||
krita = libsForQt5.callPackage ../applications/graphics/krita {
|
||||
vc = vc_0_7;
|
||||
openjpeg = openjpeg_1;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user