rav1e: migrate to by-name

This commit is contained in:
seth 2024-06-11 20:26:47 -04:00
parent 0b3a8c0684
commit 1cc5cb9434
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86
2 changed files with 2 additions and 6 deletions

View File

@ -9,7 +9,7 @@
, nasm
, zlib
, libiconv
, Security
, darwin
, buildPackages
}:
@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
zlib
] ++ lib.optionals stdenv.isDarwin [
libiconv
Security
darwin.apple_sdk.frameworks.Security
];
# Darwin uses `llvm-strip`, which results in link errors when using `-x` to strip the asm library

View File

@ -6215,10 +6215,6 @@ with pkgs;
rainloop-community
rainloop-standard;
rav1e = callPackage ../tools/video/rav1e {
inherit (darwin.apple_sdk.frameworks) Security;
};
raven-reader = callPackage ../applications/networking/newsreaders/raven-reader { };
razergenie = libsForQt5.callPackage ../applications/misc/razergenie { };