steam: Remove gamemode within the forked package

This commit is contained in:
PapaTutuWawa 2021-08-23 20:27:49 +02:00
parent 89eb8b581f
commit f99c6dcea9

View File

@ -40,9 +40,6 @@ let
# electron based launchers need newer versions of these libraries than what runtime provides
mesa
sqlite
# TODO: Remove
gamemode
] ++ lib.optional withJava jdk8 # TODO: upgrade https://github.com/NixOS/nixpkgs/pull/89731
++ lib.optional withPrimus primus
++ extraPkgs pkgs;