Merge pull request #185045 from superherointj/package-bumblebee-broken

bumblebee: mark broken
This commit is contained in:
superherointj 2022-08-03 21:10:30 -03:00 committed by GitHub
commit 7b5ac19d7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,10 +132,13 @@ in stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = "https://github.com/Bumblebee-Project/Bumblebee";
description = "Daemon for managing Optimus videocards (power-on/off, spawns xservers)";
platforms = platforms.linux;
homepage = "https://github.com/Bumblebee-Project/Bumblebee";
license = licenses.gpl3;
maintainers = with maintainers; [ abbradar ];
platforms = platforms.linux;
# linking fails with multiple error of type:
# multiple definition of `bb_pm_method_string'; src/module.o:(.bss+0x0): first defined here
broken = true; # Added 03-08-2022
};
}