gamemode: mark as broken

This commit is contained in:
Timothy DeHerrera 2020-08-04 00:25:28 -06:00
parent d3105265d3
commit 4cff4dfa0f
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122
2 changed files with 3 additions and 0 deletions

View file

@ -24,6 +24,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/benhoyt/inih";
maintainers = [ maintainers.nrdxp ];
license = licenses.bsd3;
platforms = platforms.all;
inherit version;
};
}

View file

@ -45,6 +45,8 @@ stdenv.mkDerivation {
homepage = "https://github.com/FeralInteractive/gamemode";
maintainers = [ maintainers.nrdxp ];
license = licenses.bsd3;
platforms = platforms.linux;
broken = true;
inherit version;
};
}