Merge pull request #152137 from Artturin/redgam

{redshift,gammastep}: do not double wrap & redshift-wlr: remove

authored by

Artturi and committed by
GitHub
5d172c65 6f05cfdb

+12 -20
+10 -19
pkgs/applications/misc/redshift/default.nix
··· 64 64 65 65 preConfigure = "./bootstrap"; 66 66 67 - postFixup = "wrapPythonPrograms"; 67 + dontWrapGApps = true; 68 + 69 + preFixup = '' 70 + makeWrapperArgs+=("''${gappsWrapperArgs[@]}") 71 + ''; 72 + 73 + postFixup = '' 74 + wrapPythonPrograms 75 + wrapGApp $out/bin/${pname} 76 + ''; 68 77 69 78 # the geoclue agent may inspect these paths and expect them to be 70 79 # valid without having the correct $PATH set ··· 109 118 homepage = "http://jonls.dk/redshift"; 110 119 platforms = platforms.unix; 111 120 maintainers = with maintainers; [ globin yana ]; 112 - }; 113 - }; 114 - 115 - redshift-wlr = mkRedshift { 116 - pname = "redshift-wlr"; 117 - # upstream rebases so this is the push date 118 - version = "2019-08-24"; 119 - 120 - src = fetchFromGitHub { 121 - owner = "minus7"; 122 - repo = "redshift"; 123 - rev = "7da875d34854a6a34612d5ce4bd8718c32bec804"; 124 - sha256 = "0rs9bxxrw4wscf4a8yl776a8g880m5gcm75q06yx2cn3lw2b7v22"; 125 - }; 126 - 127 - meta = redshift.meta // { 128 - description = redshift.meta.description + "(with wlroots patches)"; 129 - homepage = "https://github.com/minus7/redshift"; 130 121 }; 131 122 }; 132 123
+1
pkgs/top-level/aliases.nix
··· 803 803 ring-daemon = jami-daemon; # added 2021-10-26 804 804 radare2-cutter = cutter; # added 2021-03-30 805 805 redkite = throw "redkite was archived by upstream"; # added 2021-04-12 806 + redshift-wlr = throw "redshift-wlr has been replaced by gammastep"; # added 2021-12-25 806 807 retroArchCores = throw "retroArchCores has been removed. Please use overrides instead, e.g.: `retroarch.override { cores = with libretro; [ ... ]; }`"; # added 2021-11-19 807 808 rkt = throw "rkt was archived by upstream"; # added 2020-05-16 808 809 rpiboot-unstable = rpiboot; # added 2021-07-30
+1 -1
pkgs/top-level/all-packages.nix
··· 31346 31346 inherit (python3Packages) python pygobject3 pyxdg wrapPython; 31347 31347 inherit (darwin.apple_sdk.frameworks) CoreLocation ApplicationServices Foundation Cocoa; 31348 31348 geoclue = geoclue2; 31349 - }) redshift redshift-wlr gammastep; 31349 + }) redshift gammastep; 31350 31350 31351 31351 redshift-plasma-applet = libsForQt5.callPackage ../applications/misc/redshift-plasma-applet { }; 31352 31352