Fabian Affolter
46844b146a
teler: refactor
2024-03-31 23:49:12 +02:00
Fabian Affolter
5135d6aba3
teler: 2.0.0-dev.3 -> 2.0.0
...
Diff: https://github.com/kitabisa/teler/compare/v2.0.0-dev.3...v2.0.0
Changelog: https://github.com/kitabisa/teler/releases/tag/v2.0.0
2024-03-31 23:46:42 +02:00
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
R. Ryantm
ab1106bfb8
teler: 2.0.0-dev.2 -> 2.0.0-dev.3
2023-02-01 13:24:41 +00:00
Fabian Affolter
5d0a001618
teler: add changelog to meta
2022-12-07 11:06:03 +01:00
R. Ryantm
560b0c5bcd
teler: 1.2.2 -> 2.0.0-dev.2
2022-12-07 02:10:08 +00:00
zowoq
c2995424bb
teler: buildFlagsArray -> ldflags
2021-08-21 18:23:51 +10:00
R. RyanTM
6fba2e5627
teler: 1.2.1 -> 1.2.2
2021-04-05 05:59:33 +00:00
R. RyanTM
a09b170ffa
teler: 1.1.1 -> 1.2.1
2021-03-27 22:19:10 +00:00
Fabian Affolter
fc0f84cfe1
teler: set version
2021-03-21 20:11:00 +01:00
R. RyanTM
1aab2f5773
teler: 1.1.0 -> 1.1.1
2021-03-17 18:52:00 +00:00
R. RyanTM
8eb024773c
teler: 1.0.3 -> 1.1.0
2021-03-13 15:09:12 +00:00
R. RyanTM
4056b84cbf
teler: 1.0.2-dev -> 1.0.3
2021-02-25 17:40:29 +00:00
R. RyanTM
280be6172a
teler: 1.0.1 -> 1.0.2-dev
2021-02-11 23:53:39 +00: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
Fabian Affolter
11cf615e20
teler: init at 1.0.1
2020-12-27 01:07:33 +01:00