From 409ca1f99f30736014e0398a22ba78b5212999d2 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Sun, 12 Oct 2025 07:36:10 +0200 Subject: [PATCH] radiance: drop --- pkgs/by-name/ra/radiance/package.nix | 47 ---------------------------- pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 47 deletions(-) delete mode 100644 pkgs/by-name/ra/radiance/package.nix diff --git a/pkgs/by-name/ra/radiance/package.nix b/pkgs/by-name/ra/radiance/package.nix deleted file mode 100644 index 3d67eac17466..000000000000 --- a/pkgs/by-name/ra/radiance/package.nix +++ /dev/null @@ -1,47 +0,0 @@ -{ - cmake, - fetchFromGitHub, - runCommand, - lib, - libGLU, - stdenv, - libX11, - tcsh, - tk, -}: -let - csh = runCommand "csh" { } '' - mkdir -p $out/bin - ln -s ${lib.getExe tcsh} $out/bin/csh - ''; -in -stdenv.mkDerivation (finalAttrs: { - pname = "radiance"; - version = "5.4"; - - src = fetchFromGitHub { - owner = "LBNL-ETA"; - repo = "radiance"; - tag = "rad${lib.versions.major finalAttrs.version}R${lib.versions.minor finalAttrs.version}"; - hash = "sha256-21lVWqO8uJefnm/dyfrjQJYbGck0fIRr2j0A+7WlZbM="; - }; - - nativeBuildInputs = [ - cmake - csh # for some custom scripting in the repo - tk # for wish - ]; - - buildInputs = [ - libGLU - libX11 - ]; - - meta = { - description = "Validated Lighting Simulation Tool"; - homepage = "https://github.com/LBNL-ETA/Radiance"; - license = lib.licenses.bsd3Lbnl; - maintainers = with lib.maintainers; [ robwalt ]; - mainProgram = "rad"; - }; -}) diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index a0752c4526a3..ecf4788488d2 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1418,6 +1418,7 @@ mapAliases { quorum = throw "'quorum' has been removed as it was broken and unmaintained upstream"; # Added 2025-11-07 qv2ray = throw "'qv2ray' has been removed as it was unmaintained"; # Added 2025-06-03 ra-multiplex = lib.warnOnInstantiate "'ra-multiplex' has been renamed to/replaced by 'lspmux'" lspmux; # Added 2025-10-27 + radiance = throw "'radiance' has been removed as it was broken for a long time"; # Added 2026-01-02 radicale3 = throw "'radicale3' has been renamed to/replaced by 'radicale'"; # Converted to throw 2025-10-27 railway-travel = throw "'railway-travel' has been renamed to/replaced by 'diebahn'"; # Converted to throw 2025-10-27 rambox-pro = throw "'rambox-pro' has been renamed to/replaced by 'rambox'"; # Converted to throw 2025-10-27