about summary refs log tree commit diff
path: root/pkgs/applications/networking/gopher
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt4-4/+4
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-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm3-0/+3
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.
2023-10-21sacc: 1.06 -> 1.07R. Ryantm1-2/+2
2023-09-22treewide: sha512 → hashnicoo1-1/+1
2023-07-04geomyidae: fix build on darwin (#241438)Theodore Ni2-15/+0
A previous patch is no longer needed in the newest version.
2023-07-04geomyidae: 0.51 -> 0.69 (#241307)Troels Henriksen1-2/+2
* geomyidae: 0.51 -> 0.69 * Update pkgs/applications/networking/gopher/geomyidae/default.nix Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com> --------- Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
2023-01-27phetch: init at 1.2.0Felix Albrigtsen1-0/+56
2022-10-07geomyidae: fix on darwinEt7f32-0/+15
2022-08-07geomyidae: 0.50.1 -> 0.51Troels Henriksen1-2/+2
2022-06-18sacc: 1.05 -> 1.06sternenseemann1-2/+2
2022-05-30geomyidae: init at 0.50.1Troels Henriksen1-0/+24
2021-12-13sacc: 1.04 -> 1.05sternenseemann1-3/+3
2021-10-23sacc: 1.03 -> 1.04sternenseemann1-4/+4
2021-05-04sacc: fix build on darwinsternenseemann1-0/+4
SIGWINCH is not defined unless we pass -D_DARWIN_C_SOURCE, it seems.
2021-02-05sacc: 1.02 -> 1.0306kellyjac1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-4/+4
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
2020-11-14sacc: 1.01 → 1.02sternenseemann1-6/+5
2020-08-06sacc: init at 1.01sternenseemann1-0/+32
2020-04-28gopherclient: removeJörg Thalheim1-45/+0
- no updated since 2016 - broken since 2018
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly2-2/+2
2019-12-07gopher: 3.0.11 -> 3.0.17Jonathan Ringer1-9/+11
2019-08-15treewide: name -> pname (easy cases) (#66585)volth2-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-08-27gopherclient: Mark as brokenadisbladis1-0/+1
Package does not build
2017-09-10gopherclient: init at 2016-10-02Orivej Desh1-0/+44
2016-12-11gopher: init at 3.0.11 (#21080)sternenseemann1-0/+23