3
0
Fork 0
forked from mirrors/nixpkgs

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 = {
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;
};
iasl = import ../development/compilers/iasl {
inherit fetchurl stdenv bison flex;
};
avahi =
let qt4Support = getConfig [ "avahi" "qt4Support" ] false;
in
@ -896,6 +892,10 @@ let
};
*/
iasl = import ../development/compilers/iasl {
inherit fetchurl stdenv bison flex;
};
idutils = import ../tools/misc/idutils {
inherit fetchurl stdenv emacs;
};