kdeApps_15_04.okular: enable libspectre for PostScript

+6
+6
pkgs/applications/kde-apps-15.04/default.nix
··· 385 385 buildInputs = super.libksane.buildInputs ++ [scope.KDE4 saneBackends]; 386 386 }; 387 387 388 + okular = super.okular // { 389 + nativeBuildInputs = 390 + super.okular.nativeBuildInputs 391 + ++ [ pkgs.pkgconfig ]; 392 + }; 393 + 388 394 rocs = super.rocs // { 389 395 buildInputs = super.rocs.buildInputs ++ (with kf5; [ kdelibs4support ]); 390 396 };