Loading pkgs/applications/window-managers/i3/status-rust.nix +2 −1 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ , lm_sensors , iw , iproute2 , withICUCalendar ? false }: rustPlatform.buildRustPackage rec { Loading @@ -34,7 +35,7 @@ rustPlatform.buildRustPackage rec { "notmuch" "maildir" "pulseaudio" ]; ] ++ (lib.optionals withICUCalendar [ "icu_calendar" ]); prePatch = '' substituteInPlace src/util.rs \ Loading Loading
pkgs/applications/window-managers/i3/status-rust.nix +2 −1 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ , lm_sensors , iw , iproute2 , withICUCalendar ? false }: rustPlatform.buildRustPackage rec { Loading @@ -34,7 +35,7 @@ rustPlatform.buildRustPackage rec { "notmuch" "maildir" "pulseaudio" ]; ] ++ (lib.optionals withICUCalendar [ "icu_calendar" ]); prePatch = '' substituteInPlace src/util.rs \ Loading