3
0
Fork 0
forked from mirrors/nixpkgs

all-packages.nix changes for two previous commits

svn path=/nixpkgs/trunk/; revision=11728
This commit is contained in:
Michael Raskin 2008-04-26 15:23:46 +00:00
parent 60c21a2a38
commit e89e85c210

View file

@ -4770,6 +4770,10 @@ let pkgs = rec {
inherit fetchurl stdenv;
};
lmodernFun = builderDefsPackage (selectVersion ../data/fonts/lmodern "1.010") {
};
lmodern = lmodernFun null;
manpages = import ../data/documentation/man-pages {
inherit fetchurl stdenv;
};