add syslinux (partly)
svn path=/nixpkgs/trunk/; revision=3429
This commit is contained in:
parent
2f9ee7390e
commit
c886383893
1 changed files with 4 additions and 1 deletions
|
@ -1044,7 +1044,10 @@ rec {
|
|||
inherit fetchurl stdenv ncurses;
|
||||
};
|
||||
|
||||
|
||||
syslinux = import ../os-specific/linux/syslinux {
|
||||
inherit fetchurl stdenv nasm perl;
|
||||
};
|
||||
|
||||
### DATA
|
||||
|
||||
docbook_xml_dtd_42 = (import ../data/sgml+xml/schemas/xml-dtd/docbook-4.2) {
|
||||
|
|
Loading…
Reference in a new issue