x265: apply darwin patch unconditionally

This commit is contained in:
Sergei Trofimovich
2024-08-12 22:53:46 +01:00
parent 79f7a31408
commit ddddc574a0
+1 -3
View File
@@ -41,9 +41,7 @@ stdenv.mkDerivation rec {
hash = "sha256-ZjUx80HFOJ9GDXMOYuEKT8yjQoyiyhCWk4Z7xf4uKAc=";
};
# TODO: apply patch unconditionally in staging. It's conditional to
# save rebuild on staging-next.
patches = lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [
patches = [
./darwin-__rdtsc.patch
];