We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 419b46c + 1a41cc3 commit 3f46f71Copy full SHA for 3f46f71
1 file changed
pkgs/applications/virtualization/virtualbox/default.nix
@@ -260,6 +260,11 @@ stdenv.mkDerivation (finalAttrs: {
260
./qt-dependency-paths.patch
261
# https://github.com/NixOS/nixpkgs/issues/123851
262
./fix-audio-driver-loading.patch
263
+ # curl 8.16 upgrade breakage
264
+ (fetchpatch {
265
+ url = "https://salsa.debian.org/pkg-virtualbox-team/virtualbox/-/raw/dbf9a6ef75380ebd2705df0198c6ac8073d0b4cb/debian/patches/new-curl.patch";
266
+ hash = "sha256-WWnCWdXlJo9jTr8yXA0NxcDQBScryuu/53wyX0rhszk=";
267
+ })
268
];
269
270
postPatch = ''
0 commit comments