about summary refs log tree commit diff
path: root/pkgs/applications/office/timeline/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-01-07python311Packages.wxpython: rename from wxPython_4_2Felix Buehler1-1/+1
2023-04-08timeline: fix crash on file dialogArtturin1-1/+8
env -i HOME="$HOME" DISPLAY="$DISPLAY" WAYLAND_DISPLAY="$WAYLAND_DISPLAY" XDG_RUNTIME_DIR="$XDG_RUNTIME_DIR" ./result/bin/timeline
2023-03-19timeline: migrate to wxPython_4_2Weijia Wang1-1/+2
2023-01-22Merge pull request #212002 from mothsART/feature/replace_http_by_httpsWeijia Wang1-2/+2
treewide: replace http by https when https is a permanent redirection
2023-01-22treewide: replace http by https when https is a permanent redirectionFerry Jérémie1-2/+2
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-03-03timeline: 2.4.0 -> 2.6.0Francesco Gazzetta1-5/+3
2022-02-25treewide: switch all desktop file generators to new APIK9001-2/+1
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2022-01-16timeline: use newer wxPythonFrederik Rietdijk1-1/+1
since the issue was resolved
2021-05-09timeline: init at 2.4.0davidak1-0/+89