mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
kdeApps_15_04.okular: enable libspectre for PostScript
This commit is contained in:
parent
064c710518
commit
ceea949bd0
1 changed files with 6 additions and 0 deletions
|
@ -385,6 +385,12 @@ let
|
|||
buildInputs = super.libksane.buildInputs ++ [scope.KDE4 saneBackends];
|
||||
};
|
||||
|
||||
okular = super.okular // {
|
||||
nativeBuildInputs =
|
||||
super.okular.nativeBuildInputs
|
||||
++ [ pkgs.pkgconfig ];
|
||||
};
|
||||
|
||||
rocs = super.rocs // {
|
||||
buildInputs = super.rocs.buildInputs ++ (with kf5; [ kdelibs4support ]);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue