Unmaintain v86d.

I don't use it any more, and don't even remember what it was for
This commit is contained in:
Shea Levy 2013-02-21 11:30:32 -05:00
parent f9c4ce79c8
commit 6a1c64a469

View File

@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
description = "A userspace helper that runs x86 code in an emulated environment"; description = "A userspace helper that runs x86 code in an emulated environment";
homepage = http://dev.gentoo.org/~spock/projects/uvesafb/; homepage = http://dev.gentoo.org/~spock/projects/uvesafb/;
license = "BSD"; license = "BSD";
maintainers = [ stdenv.lib.maintainers.shlevy ];
platforms = [ "i686-linux" "x86_64-linux" ]; platforms = [ "i686-linux" "x86_64-linux" ];
}; };
} }