From 4a85e66bd31913b0fd126c0634be308b5dcdacce Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 6 Mar 2007 00:12:43 +0000 Subject: * Until the modesetting branch of the i810 driver works, we're still stuck with 915resolution on laptops with broken BIOSes. svn path=/nixpkgs/trunk/; revision=8222 --- pkgs/top-level/all-packages.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/top-level') diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 112f74c6598d..ab8611ec4c8d 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -2089,6 +2089,10 @@ rec { ### OS-SPECIFIC + _915resolution = import ../os-specific/linux/915resolution { + inherit fetchurl stdenv; + }; + #nfsUtils = import ../os-specific/linux/nfs-utils { # inherit fetchurl stdenv; #}; -- cgit 1.4.1