Skip to content

Instantly share code, notes, and snippets.

@sorki
Created November 22, 2017 19:05
Show Gist options
  • Save sorki/916bd03c68985472387dd52e397441cd to your computer and use it in GitHub Desktop.
Save sorki/916bd03c68985472387dd52e397441cd to your computer and use it in GitHub Desktop.
packageOverrides = super: let self = super.pkgs; in {
mpv = super.mpv.override { jackaudioSupport = true; };
imagemagick = super.imagemagick.overrideAttrs(old: rec {
version = "6.9.9-23";
sha256 = "0cd6zcbcfvznf0i3q4xz1c4wm4cfplg4zc466lvlb1w8qbn25948";
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment