summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2004-09-27 19:50:58 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2004-09-27 19:50:58 +0000
commit50d021364af568249cee9e184eadcfb0f764620a (patch)
tree541ae6b4f46273c8ed4656120e97a117dd6abfc5 /pkgs/system/all-packages-generic.nix
parent301683096803f21ed532d8779cea04adc6eea492 (diff)
downloadnixpkgs-50d021364af568249cee9e184eadcfb0f764620a.tar
nixpkgs-50d021364af568249cee9e184eadcfb0f764620a.tar.gz
nixpkgs-50d021364af568249cee9e184eadcfb0f764620a.tar.bz2
nixpkgs-50d021364af568249cee9e184eadcfb0f764620a.tar.lz
nixpkgs-50d021364af568249cee9e184eadcfb0f764620a.tar.xz
nixpkgs-50d021364af568249cee9e184eadcfb0f764620a.tar.zst
nixpkgs-50d021364af568249cee9e184eadcfb0f764620a.zip
* Build UML with gcc 3.3, since gcc 3.4 makes it crash at startup.
svn path=/nixpkgs/trunk/; revision=1524
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 438adcbae20..0b6699a2080 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -895,6 +895,7 @@ rec {
   uml = (import ../misc/uml) {
     inherit fetchurl stdenv perl;
     m4 = gnum4;
+    gcc = gcc33;
   };
 
   umlutilities = (import ../misc/uml-utilities) {