nixpatches: link to Discord opensar patches

maybe i'll remove this later, but i want them at least in the git
history :-)
This commit is contained in:
2022-07-31 18:09:58 -07:00
parent ac772e72b8
commit 0de0749fb4

View File

@@ -25,6 +25,19 @@ fetchpatch: [
# sha256 = "sha256-EojqEVNBIyM4DJYLMiY+UKey8RV4tuIv0uyTMEhKiRo="; # sha256 = "sha256-EojqEVNBIyM4DJYLMiY+UKey8RV4tuIv0uyTMEhKiRo=";
# }) # })
# discord updates
# (fetchpatch {
# # "fix desktop icon location": required only so subsequent patches apply
# url = "https://github.com/NixOS/nixpkgs/pull/171002.diff";
# sha256 = "sha256-7JauhPBqEXoml6ppzwABAWNq8AcmV6Gso7LV4QQVRBI=";
# })
# (fetchpatch {
# # "add openasar option"
# url = "https://github.com/NixOS/nixpkgs/pull/178507.diff";
# sha256 = "sha256-X+ql7NyhP7ksFRHSQ/NKS6gFdAP5d1jL8WRYX4tbuhI=";
# })
# if using the above Discord patches, need apply 179906 to get xdg-open to work again
# TODO: upstream # TODO: upstream
./07-duplicity-rich-url.patch ./07-duplicity-rich-url.patch
# TODO: upstream # TODO: upstream