summary refs log tree commit diff
path: root/pkgs/games/90secondportraits
Commit message (Collapse)AuthorAge
* _90secondportraits: use copyDesktopItemsDaniel Nagy2023-05-15
|
* treewide: switch all desktop file generators to new APIK9002022-02-25
| | | | | | Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
* 90secondportraits: deprecate phasesFelix Buehler2021-08-03
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: remove redundant quotesvolth2019-09-08
|
* treewide: remove redundant recvolth2019-08-28
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* 90secondportraits: init at 1.01bMichiel Leenaars2016-02-27