ripasso-cursive: move to by-name

+7 -19
+7 -15
pkgs/tools/security/ripasso/cursive.nix pkgs/by-name/ri/ripasso-cursive/package.nix
··· 1 { 2 - stdenv, 3 lib, 4 rustPlatform, 5 fetchFromGitHub, ··· 11 xorg, 12 nettle, 13 clang, 14 - AppKit, 15 - Security, 16 installShellFiles, 17 }: 18 ··· 44 rustPlatform.bindgenHook 45 ]; 46 47 - buildInputs = 48 - [ 49 - openssl 50 - libgpg-error 51 - gpgme 52 - xorg.libxcb 53 - nettle 54 - ] 55 - ++ lib.optionals stdenv.hostPlatform.isDarwin [ 56 - AppKit 57 - Security 58 - ]; 59 60 preCheck = '' 61 export HOME=$TMPDIR
··· 1 { 2 lib, 3 rustPlatform, 4 fetchFromGitHub, ··· 10 xorg, 11 nettle, 12 clang, 13 installShellFiles, 14 }: 15 ··· 41 rustPlatform.bindgenHook 42 ]; 43 44 + buildInputs = [ 45 + openssl 46 + libgpg-error 47 + gpgme 48 + xorg.libxcb 49 + nettle 50 + ]; 51 52 preCheck = '' 53 export HOME=$TMPDIR
pkgs/tools/security/ripasso/fix-tests.patch pkgs/by-name/ri/ripasso-cursive/fix-tests.patch
-4
pkgs/top-level/all-packages.nix
··· 2696 2697 razergenie = libsForQt5.callPackage ../applications/misc/razergenie { }; 2698 2699 - ripasso-cursive = callPackage ../tools/security/ripasso/cursive.nix { 2700 - inherit (darwin.apple_sdk.frameworks) AppKit Security; 2701 - }; 2702 - 2703 roundcube = callPackage ../servers/roundcube { }; 2704 2705 roundcubePlugins = dontRecurseIntoAttrs (callPackage ../servers/roundcube/plugins { });
··· 2696 2697 razergenie = libsForQt5.callPackage ../applications/misc/razergenie { }; 2698 2699 roundcube = callPackage ../servers/roundcube { }; 2700 2701 roundcubePlugins = dontRecurseIntoAttrs (callPackage ../servers/roundcube/plugins { });