about summary refs log tree commit diff
path: root/pkgs/applications/office/timeular
AgeCommit message (Collapse)AuthorFilesLines
2024-05-30timeular: 6.7.8 -> 6.7.9R. Ryantm1-2/+2
2024-05-13treewide: fix use of `extraPkgs` in AppImagesMartino Fontana1-4/+1
Mostly removes unnecessary use of `extraPkgs = pkgs: appimageTools.defaultFhsEnvArgs.multiPkgs pkgs;` This caused some packages to be listed twice. Also, fix some styling, and accidental use of top-level packages (sometimes due to the `with;` keyword, e.g. on `beeper`). Remove inclusions of `bash`, since `bashInteractive` is already present by default.
2024-05-10timeular: 6.7.6 -> 6.7.8R. Ryantm1-2/+2
2024-05-01timeular: 6.7.5 -> 6.7.6R. Ryantm1-2/+2
2024-04-24treewide: unbreak appimageTools.wrapType2 buildsPeder Bergebakken Sundt1-1/+0
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided. Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result. This should fix most instances. contex: #271071
2024-03-14timeular: 6.7.3 -> 6.7.5R. Ryantm1-2/+2
2024-02-29timeular: 6.6.8 -> 6.7.3R. Ryantm1-2/+2
2024-02-11treewide: add `mainProgram`h7x41-0/+1
2024-01-19timeular: 6.6.5 -> 6.6.8R. Ryantm1-2/+2
2023-12-24timeular: 6.6.0 -> 6.6.5R. Ryantm1-2/+2
2023-12-02timeular: fix hashKirill Radzikhovskyy1-1/+1
2023-11-16timeular: 6.5.0 -> 6.6.0R. Ryantm1-2/+2
2023-10-21timeular: 6.3.0 -> 6.5.0R. Ryantm1-2/+2
2023-09-23timeular: 6.2.2 -> 6.3.0R. Ryantm1-2/+2
2023-09-01timeular: 5.9.0 -> 6.2.2R. Ryantm1-2/+2
2023-06-12timeular: 5.8.7 -> 5.9.0R. Ryantm1-2/+2
2023-05-17timeular: 5.7.8 -> 5.8.7R. Ryantm1-2/+2
2023-03-02timeular: 4.8.0 -> 5.7.8R. Ryantm1-2/+2
2022-05-15treewide: remove unecessary XDG_DATA_DIRS from appimage wrapType2Artturin1-2/+0
they're unnecessary since https://github.com/NixOS/nixpkgs/pull/161739/files which links the schemas to their correct fhs locations and adds gsettings-desktop-schemas and hicolor-icon-theme to appimage fhs
2022-05-05timeular: 4.7.1 -> 4.8.0Pawel Kruszewski1-10/+5
2022-04-10timeular: 3.9.1 -> 4.7.1Pawel Kruszewski1-3/+3
2021-04-30timeular: 3.4.1 -> 3.9.1Pawel Kruszewski1-2/+10
2021-04-17treewide: make AppRun substitutions constistentPavol Rusnak1-1/+2
2021-03-01timeular: remove unused inputs, formatSandro Jäckel1-6/+5
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-08-18timeular: init at 3.4.1Pawel Kruszewski1-0/+45