Commit Graph

10 Commits

Author SHA1 Message Date
R. Ryantm
50da886be4 timeular: 4.8.0 -> 5.7.8 2023-03-02 10:18:57 +00:00
Artturin
1a634cc057 treewide: remove unecessary XDG_DATA_DIRS from appimage wrapType2
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-15 05:19:23 +03:00
Pawel Kruszewski
27194d6afb timeular: 4.7.1 -> 4.8.0 2022-05-05 20:34:48 +02:00
Pawel Kruszewski
2f99b71368 timeular: 3.9.1 -> 4.7.1 2022-04-10 10:03:16 +02:00
Pawel Kruszewski
013e245188 timeular: 3.4.1 -> 3.9.1 2021-04-30 15:46:36 +02:00
Pavol Rusnak
28de4ac62a
treewide: make AppRun substitutions constistent 2021-04-17 12:48:13 +02:00
Sandro Jäckel
c1a03f005a
timeular: remove unused inputs, format 2021-03-01 10:46:56 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Pawel Kruszewski
7e74f610fb timeular: init at 3.4.1 2020-08-18 09:05:44 +02:00