mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Fixed kile
svn path=/nixpkgs/trunk/; revision=12448
This commit is contained in:
parent
3b1eea4c83
commit
4f13fdc34d
@ -6209,7 +6209,7 @@ let pkgs = rec {
|
||||
|
||||
kile = import ../applications/editors/kile {
|
||||
inherit stdenv fetchurl perl arts kdelibs zlib libpng libjpeg freetype expat;
|
||||
inherit (xlibs) libX11 libXt libXext;
|
||||
inherit (xlibs) libX11 libXt libXext libXrender;
|
||||
qt = qt3;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user