-
-
Save anonymous/2fece259026aa15d4a8f59fcada3ec3f to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
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