Commit Graph

59 Commits

Author SHA1 Message Date
zowoq
525e6ac114 keybase: buildFlags -> tags 2021-08-06 11:29:32 +10:00
R. RyanTM
b907e8d6d0 keybase: 5.6.1 -> 5.7.1 2021-07-01 13:21:29 -07:00
Sam Hofius
5cc3d7cf8d keybase,keybase-gui,kbfs: 5.5.2 -> 5.6.1 2021-01-25 13:53:21 -05:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07: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
ajs124
c5692b64fd
Merge pull request #100796 from kf5grd/master
keybase,keybase-gui,kbfs: 5.5.1 -> 5.5.2
2020-11-22 03:09:00 +01:00
Oleksii Filonenko
512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
Ben Siraphob
683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Sam Hofius
0597e648db keybase,keybase-gui,kbfs: 5.5.1 -> 5.5.2 2020-10-16 23:28:21 -04:00
R. RyanTM
625b7e5a32 keybase: 5.4.2 -> 5.5.1 2020-06-14 18:45:16 +00:00
Aldwin Vlasblom
ab2d16ad65 Add myself (avaq) to the keybase package maintainers 2020-05-02 16:40:24 +02:00
Aldwin Vlasblom
a027934ceb keybase,kbfs,keybase-gui: 5.3.1 -> 5.4.2 2020-05-02 16:40:24 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Piotr Szegda
4fa3bd1770
keybase,kbfs,keybase-gui: 5.3.0 -> 5.3.1 2020-03-20 18:02:14 +01:00
Piotr Szegda
10e5a43b03
keybase,kbfs,keybase-gui: 5.2.1 -> 5.3.0 2020-03-16 18:50:43 +01:00
Cassidy Dingenskirchen
87854a7457
keybase,kbfs,keybase-gui: 5.1.1 -> 5.2.1 2020-02-26 17:33:05 +01:00
Oleksii Filonenko
0ea4e9940b keybase,keybase-gui: 5.1.0 -> 5.1.1 2020-02-10 20:41:28 +01:00
Oleksii Filonenko
85b93ef20e keybase,keybase-gui: add filalex77 to maintainers 2020-02-10 20:41:28 +01:00
Oleksii Filonenko
0aa6230b58 keybase,keybase-gui: 5.0.0 -> 5.1.0 2020-02-10 20:41:28 +01:00
Oleksii Filonenko
5551e2df7c
keybase: add kbnm to subPackages
This should fix the browser extensions.
2019-11-21 15:59:27 +02:00
Vadim-Valdis Yudaev
b568b813d8
keybase: add license
See issue: https://github.com/NixOS/nixpkgs/issues/43716
2019-11-17 20:46:13 +02:00
Vadim-Valdis Yudaev
a909083d4d
keybase, keybase-gui: 4.7.2 -> 5.0.0 2019-11-16 02:53:32 +02:00
Vadim-Valdis Yudaev
3894ec0a50 keybase, keybase-gui, kbfs: 4.6.0 -> 4.7.2, added dependencies
all: update from 4.6.0 to 4.7.2

keybase:
- added gnupg as a dependency and patch fix-patch-keybase.patch

kbfs:
- added fuse as a dependency and patch fix-patch-kbfs.patch
2019-11-03 13:09:39 -05:00
Vadim-Valdis Yudaev
2d620c63d7 default.nix update keybase 4.3.1 to 4.6.0 2019-10-16 13:45:17 -07:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Jon Banafato
95cc6bb641 keybase: 4.1.0 -> 4.3.1 2019-08-20 00:24:39 -04: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
Frederik Rietdijk
6049c39bdb keybase: fix eval after merge mistake 2019-07-10 10:30:43 +02:00
Frederik Rietdijk
7cf5909fad Merge staging-next into staging 2019-07-09 15:44:08 +02:00
Jonathan Ringer
62ea7ba41b keybase: 4.0.0 -> 4.1.0 2019-07-05 14:21:29 +02:00
Daiderd Jordan
41d1294eab
keybase: remove cf-private 2019-07-03 22:20:12 +02:00
Georges Dubus
67406e2869 keybase,keybase-gui: 3.2.2 -> 4.0.0 2019-05-29 17:24:27 +02:00
Peter Spiess-Knafl
59b235d793 keybase,keybase-gui: 3.0.0 -> 3.2.2 2019-05-03 18:28:25 +02:00
worldofpeace
1f332e7b54 keybase: 2.13.1 -> 3.0.0 2019-02-08 03:35:27 +00:00
Wael M. Nasreddine
f466c9f961 keybase: switch to fetchurl for sha256 consistency on Darwin
fetchFromGitHub and thus fetchzip hashes the contents of the archive and
not the archive itself. Unicode file names lead to different checksums
on HFS+ vs. other file systems because of Unicode normalisation
2019-01-20 16:59:41 -08:00
Emmanuel Rosa
239dc141bd keybase: 2.11.0 -> 2.13.1 2019-01-20 16:59:41 -08:00
Roman Volosatovs
563d4e2a77 keybase: 2.10.1 -> 2.11.0 2019-01-08 14:21:57 -05:00
worldofpeace
3fdbd985d9 keybase: 2.7.3 -> 2.10.1 2018-11-25 16:44:34 -05:00
Daiderd Jordan
be9fc0d669
keybase: add cf-private on darwin
Undefined symbols for architecture x86_64:
      "_OBJC_CLASS_$_NSData", referenced from:
          objc-class-ref in _x002.o
      "_OBJC_CLASS_$_NSDictionary", referenced from:
          objc-class-ref in _x002.o
      "_OBJC_CLASS_$_NSURL", referenced from:
          objc-class-ref in _x002.o
    ld: symbol(s) not found for architecture x86_64
2018-11-07 23:47:24 +01:00
Jon Banafato
468d41db46 keybase: 2.5.0 -> 2.7.3 2018-10-11 16:44:43 -04:00
Cole Mickens
6d64024734 keybase: 2.1.0 -> 2.5.0 (#44698) 2018-08-22 22:57:22 +02:00
Jon Banafato
7b47a07531 keybase: 2.0.0 -> 2.1.0
Keybase has a new minor release.
2018-07-02 22:53:28 -04:00
Lorenzo Manacorda
ab82f54f46 keybase: 1.0.44 -> 2.0.0 (#41695) 2018-06-09 22:45:56 +02:00
Jon Banafato
305fd21100 keybase: 1.0.42 -> 1.0.44 2018-03-01 02:43:38 -05:00
Tim Steinbach
fdadd971be
keybase: 1.0.40 -> 1.0.42 2018-02-25 12:52:13 -05:00
Jon Banafato
ac1abbf4fc keybase: 1.0.39 -> 1.0.40 2018-02-03 19:49:23 -05:00
Tim Steinbach
f6c0c86509
keybase: 1.0.33 -> 1.0.39 2018-01-17 10:34:35 -05:00
Dan Peebles
b426c85ce2 Get rid of most @rpath nonsense on Darwin
This requires some small changes in the stdenv, then working around the
weird choice LLVM made to hardcode @rpath in its install name, and then
lets us remove a ton of annoying workaround hacks in many of our Go
packages. With any luck this will mean less hackery going forward.
2017-10-08 16:13:46 -04:00
Tim Steinbach
6581ad85c0
keybase: 1.0.30 -> 1.0.33 2017-10-04 17:24:19 -04:00
zimbatm
eaa0e19a34 keybase: add darwin support
Fixes the cyclic dependency issue as described in #18131.
2017-09-24 17:50:33 +01:00