volth
|
bc0d605cf1
|
treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
|
2021-01-24 19:56:59 +07:00 |
|
Ben Siraphob
|
8c5d37129f
|
pkgs/tools: stdenv.lib -> lib
|
2021-01-15 17:12:36 +07:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01: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 |
|
volth
|
f3282c8d1e
|
treewide: remove unused variables (#63177)
* treewide: remove unused variables
* making ofborg happy
|
2019-06-16 19:59:05 +00:00 |
|
Matthew Bauer
|
f988cf4b86
|
tcpcrypt: darwin needs libpcap
|
2019-04-26 21:55:08 -04:00 |
|
Robin Gloster
|
395ca86018
|
tcpcrypt: 0.4 -> 0.5
|
2017-02-17 00:12:43 +01:00 |
|
Tuomas Tynkkynen
|
a17216af4c
|
treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
|
2016-08-29 14:49:51 +03:00 |
|
Joachim Fasting
|
07933ad15f
|
tcpcrypt: 0.3-rc1 -> 0.4, refactoring
- Use `fetchFromGitHub`
- Cleanup build inputs
- meta cleanups
- Strip binaries
- Multiple outputs
|
2016-06-03 15:43:12 +02:00 |
|
Peter Simons
|
8e462995ba
|
Bring my stdenv.lib.maintainers user name in line with my github nick.
|
2016-05-16 22:49:55 +02:00 |
|
Domen Kožar
|
0ec12d53e6
|
tcpcrypt: 2011.07.22 -> 0.3rc1, fix nixos service
|
2014-12-10 10:23:46 +01:00 |
|
Peter Simons
|
c749c24076
|
tcpcrypt: patch tcpcryptd to run under uid 93 instead of 666
|
2013-09-11 17:24:32 +02:00 |
|
Peter Simons
|
0c5cf00829
|
tcpcrypt: add current HEAD of the Github master branch
|
2013-09-09 12:56:22 +02:00 |
|