Skip to content

Instantly share code, notes, and snippets.

@srhb
Created March 26, 2020 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srhb/ef6fed70baae1f8750edeaca30f187b1 to your computer and use it in GitHub Desktop.
Save srhb/ef6fed70baae1f8750edeaca30f187b1 to your computer and use it in GitHub Desktop.
let
args = {
nativeOnly = true;
withPrimus = true;
extraPkgs = p: with p; [
hostname
bumblebee
file
glxinfo
strace
at_spi2_atk
at_spi2_core
];
extraLibraries = p: with p; [
libva
];
};
attrs = oa: {
meta = oa.meta // { broken = false; };
};
in
self: super: {
steam = (super.steam.override args).overrideAttrs attrs;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment