about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-01-25 21:03:07 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-01-25 21:03:07 +0000
commit6c2c6d7fe49415da707a2e8d7b49c1623f900410 (patch)
tree40f530a77d8f1d3c152e88f1f0879178403b401c /pkgs
parent09d68fcad28b418712b41fcb2de439dcd8bfa404 (diff)
downloadnixlib-6c2c6d7fe49415da707a2e8d7b49c1623f900410.tar
nixlib-6c2c6d7fe49415da707a2e8d7b49c1623f900410.tar.gz
nixlib-6c2c6d7fe49415da707a2e8d7b49c1623f900410.tar.bz2
nixlib-6c2c6d7fe49415da707a2e8d7b49c1623f900410.tar.lz
nixlib-6c2c6d7fe49415da707a2e8d7b49c1623f900410.tar.xz
nixlib-6c2c6d7fe49415da707a2e8d7b49c1623f900410.tar.zst
nixlib-6c2c6d7fe49415da707a2e8d7b49c1623f900410.zip
Fixing commits I did, which didn't follow well the writing rules.
svn path=/nixpkgs/trunk/; revision=13868
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/dev86/default.nix1
-rw-r--r--pkgs/top-level/all-packages.nix8
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;
   };