Commit Graph

15 Commits

Author SHA1 Message Date
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
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-03-19 03:14:51 +01:00
ajs124
1607621a5a tagainijisho: misc cleanups 2023-09-04 13:54:49 +02:00
R. Ryantm
7b9642aeef tagainijisho: 1.2.1 -> 1.2.2 2022-11-27 12:39:09 +01:00
R. Ryantm
fd20ff8a46 tagainijisho: 1.2.0 -> 1.2.1 2022-07-31 03:00:03 +00:00
ajs124
e332ad7a33 tagainijisho: 1.0.3 -> 1.2.0
qt4 -> qt5
2022-07-06 15:53:15 +02:00
Felix Buehler
b52ab3b712 pkgs/applications: rename name to pname&version part 2 2021-11-07 14:53:06 +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
Ben Siraphob
b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Samuel Dionne-Riel
7b97c8c0c8 treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
Vincent Laporte
4aafe684d2 tagainijisho: set meta.platforms to linux only 2016-09-21 19:19:16 +02:00
Vincent Laporte
9402dbe25d tagainijisho: update from 1.0.2 to 1.0.3 2015-03-13 22:17:32 +01:00
Vincent Laporte
a50da1bfc8 tagainijisho: new derivation
Tagaini Jisho is a free, open-source Japanese dictionary and kanji
lookup tool that aims at becoming your Japanese study assistant.

Homepage: http://www.tagaini.net/

Closes #4509
2014-10-14 01:42:23 +01:00
Domen Kožar
bbf3a18746 Revert "tagainijisho: new derivation"
This reverts commit d62b63d319.

Fails to download dependencies. See http://hydra.nixos.org/build/15845724
2014-10-13 21:29:18 +02:00
Vincent Laporte
d62b63d319 tagainijisho: new derivation
Tagaini Jisho is a free, open-source Japanese dictionary and kanji
lookup tool that aims at becoming your Japanese study assistant.

Homepage: http://www.tagaini.net/
2014-10-13 02:55:35 +01:00