whitespace correction (damn you eelco, you made me do it!)
commit 4000! svn path=/nixpkgs/trunk/; revision=4000
This commit is contained in:
parent
07be11540a
commit
dbd1515f67
|
@ -1301,15 +1301,15 @@ rec {
|
||||||
inherit fetchurl stdenv ncurses;
|
inherit fetchurl stdenv ncurses;
|
||||||
};
|
};
|
||||||
|
|
||||||
syslinux = import ../os-specific/linux/syslinux {
|
syslinux = import ../os-specific/linux/syslinux {
|
||||||
inherit fetchurl stdenv nasm perl;
|
inherit fetchurl stdenv nasm perl;
|
||||||
};
|
};
|
||||||
|
|
||||||
hotplug = import ../os-specific/linux/hotplug {
|
hotplug = import ../os-specific/linux/hotplug {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
udev = import ../os-specific/linux/udev {
|
udev = import ../os-specific/linux/udev {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue