Commit graph

11 commits

Author SHA1 Message Date
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07: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
Florian Klink 5ff089db9b jameica: 2.8.4 -> 2.8.6 2020-05-01 02:12:48 +02:00
Florian Klink 7b596ae198 jameica: fix .desktop file
/nix/store/5cqxx71wam21ayzpc32m8irvsdnxdwla-jameica.desktop/share/applications/jameica.desktop:
warning: value "Application;Office;" for key "Categories" in group
"Desktop Entry" contains a deprecated value "Application"
2020-05-01 02:12:48 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Florian Klink 1d6005e113 jameica: 2.8.2 -> 2.8.4 2019-08-27 13:45:44 +02:00
Stefan Wiehler fc92b6167f jameica: 2.8.1 -> 2.8.2 2018-10-13 10:32:20 +02:00
John Ericson 2c2f1e37d4 reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Florian Klink 30f0011bb2 jameica: get rid of launcher script, only use makeWrapper
This also switches using java paths suggested by docs instead of
$out/share/libexec
2018-08-17 16:24:20 +02:00
Florian Klink cf5826f1a3 jameica: add darwin support (#44953) 2018-08-13 14:12:29 +02:00
Florian Klink 9cce1db89f jameica: init at 2.8.1 2018-08-12 22:52:10 +02:00