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 |
|
Markus S. Wamser
|
717beb92fa
|
opentracker: use makeFlags instead of patching (refactoring)
Co-authored-by: Mic92 (Jörg Thalheim)
|
2020-12-07 23:46:43 +01:00 |
|
Markus Wamser
|
3e27c4662a
|
opentracker: combine calls to substituteInPlace (refactoring)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
|
2020-12-04 16:23:59 +01:00 |
|
Markus S. Wamser
|
c494e27999
|
opentracker: fix build for libowfat 0.32
|
2020-12-03 15:21:54 +01:00 |
|
Ben Siraphob
|
683a87dbeb
|
treewide: remove periods from end of package descriptions
|
2020-10-17 08:22:31 -07:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Jörg Thalheim
|
1cf44e6a07
|
opentracker: use https for downloading
|
2018-09-10 22:41:23 +01:00 |
|
Bob van der Linden
|
8a53488904
|
opentracker: 2016-10-02 -> 2018-05-26
|
2018-09-09 20:39:17 +02:00 |
|
makefu
|
004a5a2047
|
opentracker: 2014-08-03 -> 2016-10-02
* change git url to new official repo
* add sample configuration to package
* use licenses.beerware
* add maintainer
|
2016-10-03 20:04:00 +02:00 |
|
Tuomas Tynkkynen
|
bac26e08db
|
Fix lots of fetchgit hashes (fallout from #15469)
|
2016-06-03 17:17:08 +03:00 |
|
Arseniy Seroka
|
daf4ec39a5
|
fix: add missing versions
|
2015-06-04 23:34:14 +03:00 |
|
Domen Kožar
|
b0294578eb
|
add opentracker: free bittorrent tracker project. It aims for minimal resource usage and is intended to run at your wlan router
|
2014-10-07 17:06:46 +02:00 |
|