Commit graph

11 commits

Author SHA1 Message Date
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00: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
Wael M. Nasreddine b39fc3a0bc
boringssl: export GOCACHE in the makeFlags 2019-03-11 09:59:18 -07:00
Wael M. Nasreddine 6ef04cabd4
go_1_12: init at go 1.12 2019-03-02 14:24:17 -08:00
Markus Kowalewski e86c84d607
boringssl: add licenses 2018-09-30 18:57:59 +02:00
Charles Strahan 7541f285e0
boringssl: 2016-03-08 -> 2017-02-23
Also, include libcrypto.a and libdecrepit.a.
2017-08-03 00:38:20 -04:00
Matthew Bauer 58eb27f5ed boringssl: fix darwin build
Add -Wno-error to make clang happy. Seems impossible to keep both gcc and clang happy.
2016-08-16 19:25:40 +00:00
Tuomas Tynkkynen bac26e08db Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
Domen Kožar 64d5af4663 boringssl: 2014-08-20 -> 2016-03-08 2016-03-09 11:26:18 +00:00
Domen Kožar 01a91a2831 boringssl: fix build
(cherry picked from commit 1b10d224c8a68a46ac28d72843fe235ca7ddf630)
2014-12-10 14:05:50 +01:00
Austin Seipp 8b96a44460 nixpkgs: boringssl 20140820-a7d1363f
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-08-20 01:23:40 -05:00