Skip to content

Instantly share code, notes, and snippets.

Created October 30, 2017 23:36
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 anonymous/b9a4ff198f378e7ac2d4b0150a71dea8 to your computer and use it in GitHub Desktop.
Save anonymous/b9a4ff198f378e7ac2d4b0150a71dea8 to your computer and use it in GitHub Desktop.
packageOverrides = super: let self = super.pkgs; in {
wlc = super.wlc.overrideDerivation (old: {
name = "wlc-0.0.10";
src = pkgs.fetchFromGitHub {
owner = "Cloudef";
repo = "wlc";
rev = "v0.0.10";
fetchSubmodules = true;
sha256 = "09kvwhrpgkxlagn9lgqxc80jbg56djn29a6z0n6h0dsm90ysyb2k";
};
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment