From 6c2c6d7fe49415da707a2e8d7b49c1623f900410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 25 Jan 2009 21:03:07 +0000 Subject: [PATCH] Fixing commits I did, which didn't follow well the writing rules. svn path=/nixpkgs/trunk/; revision=13868 --- pkgs/development/compilers/dev86/default.nix | 1 + pkgs/top-level/all-packages.nix | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/development/compilers/dev86/default.nix b/pkgs/development/compilers/dev86/default.nix index deb74a96e32c..867eeeddfc99 100644 --- a/pkgs/development/compilers/dev86/default.nix +++ b/pkgs/development/compilers/dev86/default.nix @@ -13,5 +13,6 @@ stdenv.mkDerivation { meta = { description = "Linux 8086 development environment"; + homepage = http://www.debath.co.uk/; }; } diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 82f8c3232a38..c03287e7a1ad 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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; };