Fixing commits I did, which didn't follow well the writing rules.

svn path=/nixpkgs/trunk/; revision=13868
This commit is contained in:
Lluís Batlle i Rossell 2009-01-25 21:03:07 +00:00
parent 09d68fcad2
commit 6c2c6d7fe4
2 changed files with 5 additions and 4 deletions

View File

@ -13,5 +13,6 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Linux 8086 development environment"; description = "Linux 8086 development environment";
homepage = http://www.debath.co.uk/;
}; };
} }

View File

@ -494,10 +494,6 @@ let
inherit fetchurl stdenv bison flex pam ssmtp; inherit fetchurl stdenv bison flex pam ssmtp;
}; };
iasl = import ../development/compilers/iasl {
inherit fetchurl stdenv bison flex;
};
avahi = avahi =
let qt4Support = getConfig [ "avahi" "qt4Support" ] false; let qt4Support = getConfig [ "avahi" "qt4Support" ] false;
in in
@ -896,6 +892,10 @@ let
}; };
*/ */
iasl = import ../development/compilers/iasl {
inherit fetchurl stdenv bison flex;
};
idutils = import ../tools/misc/idutils { idutils = import ../tools/misc/idutils {
inherit fetchurl stdenv emacs; inherit fetchurl stdenv emacs;
}; };