owmods-cli: move to pkgs/by-name/ow/owmods-cli

This commit is contained in:
Locochoco
2024-03-20 15:54:05 -03:00
parent cc5e99fb28
commit 147344ca8d
2 changed files with 2 additions and 6 deletions
@@ -11,7 +11,7 @@
, mono
, wrapWithMono ? true
, openssl
, Security
, darwin
}:
rustPlatform.buildRustPackage rec {
@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec {
] ++ lib.optionals stdenv.isLinux [
openssl
] ++ lib.optionals stdenv.isDarwin [
Security
darwin.apple_sdk.frameworks.Security
];
env = {
-4
View File
@@ -40452,10 +40452,6 @@ with pkgs;
jre = openjdk19; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
});
owmods-cli = callPackage ../applications/misc/owmods-cli {
inherit (darwin.apple_sdk.frameworks) Security;
};
r128gain = callPackage ../applications/audio/r128gain { };
resp-app = libsForQt5.callPackage ../applications/misc/resp-app { };