chore(14900k): disable handbrake due to ffmpeg-full incompatibility
Comment out handbrake installation because the current ffmpeg-full-8.1.2 version in nixpkgs contains a broken A01-mov-read patch that prevents successful builds. This is a temporary measure until nixpkgs is updated or the system is switched to a stable channel.
This commit is contained in:
@@ -100,7 +100,9 @@
|
||||
yt-dlp
|
||||
|
||||
# Native install (avoid flatpak sandbox issues for QSV/VAAPI).
|
||||
handbrake
|
||||
# handbrake # TEMP removed 2026-07-13 — depends on broken ffmpeg-full-8.1.2
|
||||
# # (A01-mov-read patch fails against 8.1.2 source). Re-enable
|
||||
# # when nixpkgs regenerates the patch or when switching to stable.
|
||||
|
||||
qbittorrent
|
||||
|
||||
|
||||
@@ -20,9 +20,5 @@
|
||||
}
|
||||
];
|
||||
|
||||
programs.npm = {
|
||||
enable = true;
|
||||
globalPackages = ["freebuff"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user