stuebinm
ff1a94e523
treewide: add meta.mainProgram to packages with a single binary
...
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.
2024-03-19 03:14:51 +01:00
Martin Weinelt
fb9c8c8ad1
boringssl: 2023-09-27 -> 2024-02-15
...
Not so boring, when they don't have releases and we don't have a
working auto-updater.
2024-02-15 03:21:55 +01:00
ajs124
4cd5bccb68
boringssl: 2021-07-09 -> unstable-2023-09-27
2023-09-28 01:22:12 +02:00
Aaron Jheng
d38485921a
treewide: vendorSha256 -> vendorHash ( #256514 )
2023-09-21 19:11:11 +02:00
Artturin
3251013cc1
treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionals
...
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
f9fdf2d402
treewide: move NIX_CFLAGS_COMPILE to the env attrset
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Vladimír Čunát
44cb005294
furnace, boringssl, gloox, xorg.xf86videovmware: gcc12 fixups
2023-02-05 11:57:01 +01:00
Fabián Heredia Montiel
0cf5d85f0c
treewide: add gcc12 flags
2023-01-27 21:20:52 -06:00
figsoda
d8f9bcbcd6
treewide: remove empty go vendor hashes
2023-01-21 11:35:00 -05:00
squalus
4d32ee26c5
boringssl: support cross compile
...
set GOARCH to allow codegen programs to run on the buildPlatform
2022-05-12 21:35:40 -07:00
Ivan Babrou
4dd8a61b51
boringssl: add the "dev" output to match openssl
...
This allows building curl with a `openssl = boringssl` override.
2021-10-28 13:55:51 -07:00
ajs124
c47b75023e
boringssl: 2021-04-18 -> 2021-07-09
2021-07-09 20:39:58 +02:00
Arnout Engelen
1be3d412c0
treewide: go: inherit platforms instead of using platforms.all
...
`buildGoModule` and `buildGoPackage` by default inherit the `platforms`
from go. That seems better than explicitly configuring `platforms.all`.
There are also many packages that specify 'linux + darwin' - this is
even suggested in the documentation. We might also want to update those,
but let's do the noncontroversial change first.
2021-04-26 08:59:56 +02:00
Maciej Krüger
11838150a7
boringssl: 2019-12-04 -> 2021-04-18
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-18 20:20:19 +02:00
Ivan Babrou
a9e51112e8
boringssl: fix aarch64-linux build
2021-02-17 00:08:56 -08:00
Ben Siraphob
66e44425c6
pkgs/development/libraries: stdenv.lib -> lib
2021-01-21 19:11:02 -08:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
Franz Pletz
89b673b9e6
boringssl: 2017-02-23 -> 2019-12-04
2020-05-04 15:02:38 +02:00
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 1b10d224c8
)
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