Skip to content

Instantly share code, notes, and snippets.

/-

Created October 14, 2017 07:25
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/2fece259026aa15d4a8f59fcada3ec3f to your computer and use it in GitHub Desktop.
Save anonymous/2fece259026aa15d4a8f59fcada3ec3f to your computer and use it in GitHub Desktop.
{
packageOverrides = pkgs: with pkgs; rec {
rtorrent-ps = pkgs.stdenv.lib.overrideDerivation pkgs.rtorrent (oldAttrs: {
patches = with pkgs; [
(fetchpatch {
url = "https://raw.githubusercontent.com/pyroscope/rtorrent-ps/master/patches/pyroscope.patch";
sha256 = "0ji6j9a7x001s9hx24qdvasax1qr04qaqdwcs8c374j1j38r7xm8";
})
];
});
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment