mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Minor fix of "inherit"s.
svn path=/nixpkgs/trunk/; revision=12708
This commit is contained in:
parent
2d7a15266f
commit
dbce08a664
@ -7439,9 +7439,9 @@ let pkgs = rec {
|
||||
texLive = builderDefsPackage (import ../misc/tex/texlive) {
|
||||
inherit builderDefs zlib bzip2 ncurses libpng ed
|
||||
gd t1lib freetype icu perl ruby expat curl
|
||||
libjpeg;
|
||||
libjpeg bison;
|
||||
inherit (xlibs) libXaw libX11 xproto libXt libXpm
|
||||
libXmu libXext xextproto libSM libICE bison;
|
||||
libXmu libXext xextproto libSM libICE;
|
||||
flex = flex2535;
|
||||
ghostscript = ghostscriptX;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user