Merge #334246: x265: apply darwin patch unconditionally
...into staging
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user