Skip to content

Instantly share code, notes, and snippets.

@LnL7
Last active May 5, 2019 11:33
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 LnL7/bd8a19a3235364cc4c008975907ec1d3 to your computer and use it in GitHub Desktop.
Save LnL7/bd8a19a3235364cc4c008975907ec1d3 to your computer and use it in GitHub Desktop.
self: super:
{
xorg = super.overrideScope (xorgSelf: xorgSuper: {
xorgserver = xorgSuper.xorgserver.overrideAttrs (drv: {
name = "xorg-server-1.20.3";
src = super.fetchurl {
url = mirror://xorg/individual/xserver/xorg-server-1.20.3.tar.bz2;
sha256 = "1ph1j8gy5cazsq05krq9kppjx5v1sl75pbdka8ibxb1cq5kf8g0v";
};
});
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment