mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
rav1e: migrate to by-name
This commit is contained in:
parent
0b3a8c0684
commit
1cc5cb9434
@ -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
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user