Created
July 21, 2015 19:56
-
-
Save CestDiego/3160d3d999cdfd97523d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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