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/os-specific/linux/915resolution/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pkgs/os-specific/linux/915resolution/default.nix (limited to 'pkgs/os-specific') diff --git a/pkgs/os-specific/linux/915resolution/default.nix b/pkgs/os-specific/linux/915resolution/default.nix new file mode 100644 index 000000000000..48ab97d91064 --- /dev/null +++ b/pkgs/os-specific/linux/915resolution/default.nix @@ -0,0 +1,11 @@ +{stdenv, fetchurl}: + +stdenv.mkDerivation { + name = "915resolution-0.5.2"; + src = fetchurl { + url = http://www.geocities.com/stomljen/915resolution-0.5.2.tar.gz; + sha256 = "1m5nfzgwaglqabpm2l2mjqvigz1z0dj87cmj2pjbbzxmmpapv0lq"; + }; + buildPhase = "rm *.o 915resolution; make"; + installPhase = "ensureDir $out/sbin; cp 915resolution $out/sbin/"; +} -- cgit 1.4.1