Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Daniel Frank
7e385b60ff
maintainers: remove tokudan ( #307070 )
2024-04-27 02:10:24 +02:00
Fabian Affolter
450ffdd7f7
mbuffer: 20231216 -> 20240107
2024-01-23 16:02:43 +01:00
R. Ryantm
639ea32054
mbuffer: 20230301 -> 20231216
2024-01-01 06:06:35 +00:00
h7x4
41974d5ed9
treewide: add mainProgram
2023-11-27 02:17:53 +01:00
R. Ryantm
b1cb334d38
mbuffer: 20220418 -> 20230301
2023-03-15 19:50:00 +00:00
Steven Keuchel
d911353cf8
mbuffer: fix cross compilation
2022-12-04 21:12:19 +01:00
R. Ryantm
9ac84ad25f
mbuffer: 20211018 -> 20220418
2022-07-31 22:41:14 +00:00
Fabian Affolter
0050284daa
mbuffer: 20210328 -> 20211018
2021-11-28 11:03:52 +01:00
Daniel Frank
b382a5e613
mbuffer: Clarify gpl3 license ( #124664 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-04 11:17:44 +02:00
R. RyanTM
9cf6b9d681
mbuffer: 20210209 -> 20210328
2021-05-24 19:27:29 +00:00
R. RyanTM
a6ed4ac9df
mbuffer: 20200929 -> 20210209
2021-02-12 19:04:10 +00:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07:00
R. RyanTM
b7718d5f41
mbuffer: 20200505 -> 20200929
2020-11-03 03:46:26 +00:00
Christian Kampka
2b1ce61548
mbuffer: Use objdump from environment when cross-building
...
The mbuffer configure scripts fails to recognize the correct
objdump binary during cross-building for foreign platforms.
The correct objdump is exposed via the environment variable
$OBJDUMP, which should be used in such cases.
2020-08-31 17:55:14 +02:00
R. RyanTM
d48125c39f
mbuffer: 20191016 -> 20200505
2020-05-22 07:22:24 +00:00
R. RyanTM
aa8ca80e36
mbuffer: 20190725 -> 20191016 ( #71691 )
...
* mbuffer: 20190725 -> 20191016
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mbuffer/versions
* mbuffer: run check phase
2019-10-23 17:45:45 +02:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
dc98a1a61b
mbuffer: 20190127 -> 20190725
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mbuffer/versions
2019-08-04 12:07:10 -07:00
R. RyanTM
7a5688d8a6
mbuffer: 20190113 -> 20190127
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mbuffer/versions
2019-03-10 16:45:37 -07:00
R. RyanTM
3195488024
mbuffer: 20181119 -> 20190113
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mbuffer/versions
2019-01-17 03:53:38 -08:00
R. RyanTM
922acf1cf9
mbuffer: 20180625 -> 20181119
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mbuffer/versions
2018-12-14 23:40:00 -08:00
R. RyanTM
65bc378de8
mbuffer: 20180318 -> 20180625 ( #46241 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
mbuffer
2018-09-12 23:20:26 +02:00
Ryan Mulligan
d1d3a157e0
mbuffer: 20171011 -> 20180318
...
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.
This update was made based on information from https://repology.org/metapackage/mbuffer/versions .
These checks were done:
- built on NixOS
- ran `/nix/store/sjlbs2k9114xlxalqcz2n0jj90lvik07-mbuffer-20180318/bin/mbuffer -h` got 0 exit code
- ran `/nix/store/sjlbs2k9114xlxalqcz2n0jj90lvik07-mbuffer-20180318/bin/mbuffer --help` got 0 exit code
- ran `/nix/store/sjlbs2k9114xlxalqcz2n0jj90lvik07-mbuffer-20180318/bin/mbuffer -V` and found version 20180318
- ran `/nix/store/sjlbs2k9114xlxalqcz2n0jj90lvik07-mbuffer-20180318/bin/mbuffer --version` and found version 20180318
- found 20180318 with grep in /nix/store/sjlbs2k9114xlxalqcz2n0jj90lvik07-mbuffer-20180318
- directory tree listing: https://gist.github.com/5b88f842903984d6134c96d89c2169de
2018-03-30 21:31:32 +02:00
John Ericson
f79f80dbf2
treewide: get rid of platforms.allBut
...
Negative reasoning like `allBut` is a bad idea with an open world of
platforms. Concretely, if we add a new, quite different sort of
platform, existing packages with `allBut` will claim they work on it
even though they probably won't.
2018-03-14 18:44:42 -04:00
Daniel Frank
2883a8601d
mbuffer: 20170806 -> 20171011
2018-01-17 15:08:49 +01:00
Daniel Frank
821881030d
mbuffer: 20160613 -> 20170806
2017-08-27 16:21:10 +02:00
Daniel Frank
da37dc4af4
mbuffer: disable darwin (its not supported)
2016-06-26 09:38:35 +02:00
Daniel Frank
a793315ccd
mbuffer: update to version 20160613
2016-06-26 09:37:56 +02:00
Daniel Frank
969ebc3e16
mbuffer: use version variable
2015-10-31 22:57:19 +01:00
Daniel Frank
bcc7f58c1f
mbuffer: new package
2015-10-31 13:45:21 +01:00