Skip to content

Instantly share code, notes, and snippets.

@CestDiego
Created July 21, 2015 19:56
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 CestDiego/3160d3d999cdfd97523d to your computer and use it in GitHub Desktop.
Save CestDiego/3160d3d999cdfd97523d to your computer and use it in GitHub Desktop.
slop = pkgs.slop.overrideDerivation (attrs: rec {
version = "4.2.18";
src = pkgs.fetchurl {
url = "https://github.com/naelstrof/slop/archive/v${version}.tar.gz";
sha256 = "1qsx961bfxgqk3vrc5p3lhxw6xa0gi0wm9i64mj188hcz4vz240a";
};
buildInputs = attrs.buildInputs ++ [ mesa ];
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment