nix-files/nixpatches/list.nix

26 lines
855 B
Nix
Raw Normal View History

2022-06-23 23:03:58 +00:00
fetchpatch: [
# for raspberry pi: allow building u-boot for rpi 4{,00}
# TODO: remove after upstreamed: https://github.com/NixOS/nixpkgs/pull/176018
# (it's a dupe of https://github.com/NixOS/nixpkgs/pull/112677 )
2022-06-23 23:03:58 +00:00
./02-rpi4-uboot.patch
# Fix mk flutter app
# closed. updates fluffychat 1.2.0 -> 1.6.1, but unstable hashing
(fetchpatch {
url = "https://github.com/NixOS/nixpkgs/pull/186839.diff";
sha256 = "sha256-NdIfie+eTy4V1vgqiiRPtWdnxZ5ZHsvCMfkEDUv9SC8=";
})
2022-09-16 11:49:15 +00:00
# # # Flutter: 3.0.4->3.3.2, flutter.dart: 2.17.5->2.18.1
# # (fetchpatch {
# # url = "https://github.com/NixOS/nixpkgs/pull/189338.diff";
# # sha256 = "sha256-MppSk1D3qQT8Z4lzEZ93UexoidT8yqM7ASPec4VvxCI=";
# # })
# enable aarch64 support for flutter's dart package
./10-flutter-arm64.patch
2022-06-23 23:03:58 +00:00
# TODO: upstream
./07-duplicity-rich-url.patch
]