Commit Graph

1 Commits

Author SHA1 Message Date
Alois Wohlschlager
62401333cb libvlc: build reproducibly
VLC generates a cache file of all available plugins at build time. It
previously listed them in filesystem iteration order, making the build
unreproducible. By sorting the plugins by path, determinism is restored.

Fixes: https://github.com/NixOS/nixpkgs/issues/393651
2025-04-17 14:34:38 +02:00