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:
parent
09d68fcad2
commit
6c2c6d7fe4
|
@ -13,5 +13,6 @@ stdenv.mkDerivation {
|
|||
|
||||
meta = {
|
||||
description = "Linux 8086 development environment";
|
||||
homepage = http://www.debath.co.uk/;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue