railway: move to pkgs/by-name

This commit is contained in:
techknowlogick 2024-08-03 00:29:12 -04:00
parent b3ddca49aa
commit 9246489a8a
2 changed files with 4 additions and 8 deletions

View File

@ -1,15 +1,15 @@
{
lib,
darwin,
rustPlatform,
fetchFromGitHub,
pkg-config,
openssl,
stdenv,
CoreServices,
Security,
SystemConfiguration,
}:
let
inherit (darwin.apple_sdk.frameworks) CoreServices Security SystemConfiguration;
in
rustPlatform.buildRustPackage rec {
pname = "railway";
version = "3.11.2";

View File

@ -12045,10 +12045,6 @@ with pkgs;
raider = callPackage ../applications/misc/raider { };
railway = callPackage ../development/tools/railway {
inherit (darwin.apple_sdk.frameworks) CoreServices Security SystemConfiguration;
};
quota = if stdenv.isLinux then linuxquota else unixtools.quota;
qvge = libsForQt5.callPackage ../applications/graphics/qvge { };