Commit graph

4774 commits

Author SHA1 Message Date
Aleksei Sidorov e551794bfe sccache: Fix sccache compilation on aarch64-linux platform
sccache-dist is only supported on x86_64 Linux machines, see this
comment:

https://github.com/mozilla/sccache/blob/main/src/bin/sccache-dist/main.rs#L69
2022-04-20 21:00:57 +04:00
Andrew Childs 9568a7afef binutils: fix cross compilation from darwin
The libtool patch is required to correctly invoke the linker while
building, so it should depend on the build toolchain.
2022-04-20 00:03:01 +09:00
R. Ryantm 107284eec4 clojure-lsp: 2022.03.31-20.00.20 -> 2022.04.18-00.59.32 2022-04-19 01:41:52 +00:00
Martin Weinelt a7fc5aaa76 Merge remote-tracking branch 'origin/master' into staging-next 2022-04-15 13:30:48 +02:00
Lassulus 92734ac395
Merge pull request #166865 from malob/treewide-mainProgram
treewide: add meta.mainProgram to many packages
2022-04-15 09:28:00 +01:00
Martin Weinelt 10a976fd1f
Merge pull request #167071 from a-m-joseph/libtool-2.4.7
libtool: 2.4.6 -> 2.4.7
2022-04-15 03:45:28 +02:00
Malo Bourgon 0e802eafad treewide: add meta.mainProgram to many packages 2022-04-14 10:24:01 -07:00
github-actions[bot] 999a16ca63
Merge staging-next into staging 2022-04-14 12:02:14 +00:00
Mario Rodas 0f542f395c
Merge pull request #168311 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.17087 -> 0.1.17110
2022-04-14 06:02:43 -05:00
Vladimír Čunát d5d94127fd
Merge branch 'staging-next' into staging
Minor conflicts; I hope I didn't mess up:
	pkgs/development/tools/misc/binutils/default.nix
	pkgs/games/openjk/default.nix
2022-04-14 09:53:21 +02:00
Anderson Torres ff9efb0724
Merge pull request #168355 from AndersonTorres/new-misc
pkgconf: refactor
2022-04-12 21:26:28 -03:00
AndersonTorres f734194027 pkgconf: refactor 2022-04-12 00:53:16 -03:00
Adam Joseph dfb616bf5e libtool: 2.4.6 -> 2.4.7
libtool2-macos11.patch has been merged upstream as 9e8c88251

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-04-11 20:46:04 -07:00
Anderson Torres cb7fbbe67f
Merge pull request #168198 from AndersonTorres/new-misc
acr: init at 2.0.0
2022-04-11 21:15:35 -03:00
Sandro d3684f786d
Merge pull request #167489 from a-m-joseph/binutils-apply-debian-patch 2022-04-11 23:55:42 +02:00
R. Ryantm b34b81c848 circleci-cli: 0.1.17087 -> 0.1.17110 2022-04-11 19:33:22 +00:00
AndersonTorres 05d0116368 acr: init at 2.0.0 2022-04-10 21:50:16 -03:00
github-actions[bot] bf63dd7434
Merge staging-next into staging 2022-04-10 18:01:38 +00:00
R. Ryantm b1e76e8447 circleci-cli: 0.1.16947 -> 0.1.17087 2022-04-10 12:47:34 +00:00
Martin Weinelt cc774b5792 Merge remote-tracking branch 'origin/staging-next' into staging 2022-04-07 12:12:57 +02:00
Bobby Rong 8ffc4aa12e
Merge pull request #165855 from newAM/saleae-logic-2
saleae-logic-2: 2.3.45 -> 2.3.47
2022-04-06 22:41:39 +08:00
Adam Joseph 8305aa29c2 binutils: apply debian's patch if isMips64n64
Upstream binutils is missing sensible defaults for a few flags
(notably linker personality) when cross-compiling to
mips64el-*-*abi64.

Most of the time this isn't an issue because packages that invoke the
linker directly detect the flags from gcc's behavior (for example,
libtool does this) and gcc has good code for detecting the right
defaults.  However some do not; notably nix, itself lacks this.

Presumably Debian is working on upstreaming this, and has more clout
than we do.  I propose we carry their patch in the meantime.  The
patch is conditioned on stdenv.targetPlatform.isMips64n64 in order to
avoid mass-rebuilds.

Closes #164835.
2022-04-05 23:59:45 -07:00
github-actions[bot] a5b67b42a4
Merge staging-next into staging 2022-04-06 06:01:49 +00:00
Martin Weinelt 22f857bf48
nix-bisect: apply patch to fix nix compat 2022-04-06 02:13:04 +02:00
github-actions[bot] 3dc8bd98b9
Merge staging-next into staging 2022-04-06 00:02:41 +00:00
Sandro ebd9c4ae02
Merge pull request #163362 from trofi/updater-patchelfUnstable
patchelfUnstable: 2021-11-16 -> 2022-02-21
2022-04-05 21:27:48 +02:00
Vladimír Čunát b4729bad3d
Merge #165406: staging-next 2022-03-23 2022-04-05 20:34:08 +02:00
github-actions[bot] 3063a8ea39
Merge staging-next into staging 2022-04-05 12:10:46 +00:00
github-actions[bot] 27a4e52731
Merge master into staging-next 2022-04-05 12:05:41 +00:00
Martin Weinelt d4899e96eb
nix-bisect: init at 0.4.1 2022-04-05 12:42:49 +02:00
Fabian Affolter 74400c4a41
Merge pull request #167014 from lourkeur/fix_167012
gef: add missing dependency
2022-04-05 10:18:14 +02:00
github-actions[bot] ba0cd3c436
Merge staging-next into staging 2022-04-05 06:02:19 +00:00
github-actions[bot] 444daea093
Merge master into staging-next 2022-04-05 06:01:45 +00:00
R. Ryantm ef5d2ce251 grcov: 0.8.8 -> 0.8.9 2022-04-04 22:20:47 -04:00
Martin Weinelt bf1914e12a Merge remote-tracking branch 'origin/staging-next' into staging 2022-04-05 04:05:02 +02:00
Martin Weinelt c6476294e1 Merge remote-tracking branch 'origin/master' into staging-next 2022-04-04 18:40:34 +02:00
ajs124 ac93d53e9f gpshell, globalplatform, gppcscconnectionplugin: drop 2022-04-04 15:10:46 +01:00
Louis Bettens 88b4ce0b09 gef: add missing dependency 2022-04-03 11:38:56 +02:00
github-actions[bot] ffa96ab0c0
Merge staging-next into staging 2022-04-02 18:01:37 +00:00
github-actions[bot] fc17fe6417
Merge master into staging-next 2022-04-02 18:01:07 +00:00
Alyssa Ross 8ba23e138d
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/libraries/zlib/default.nix
	pkgs/development/lua-modules/overrides.nix
2022-04-02 16:45:48 +00:00
Jan Tojnar 1bab8ca98a d-spy: init at 1.2.0 2022-04-02 14:03:30 +02:00
github-actions[bot] 8b4f11bb87
Merge master into staging-next 2022-04-02 00:02:09 +00:00
Benjamin Staffin da3204266c
Merge pull request #166554 from bjornfor/fix-arc-anoid
arcanist: add missing deps
2022-04-01 15:38:55 -04:00
github-actions[bot] 27e49cc5a4
Merge master into staging-next 2022-04-01 18:01:22 +00:00
Ryan Mulligan a1f9945616
Merge pull request #166823 from r-ryantm/auto-update/clojure-lsp
clojure-lsp: 2022.03.26-18.47.08 -> 2022.03.31-20.00.20
2022-04-01 07:55:48 -07:00
R. Ryantm c565ea4bb0 clojure-lsp: 2022.03.26-18.47.08 -> 2022.03.31-20.00.20 2022-04-01 13:30:45 +00:00
Bjørn Forsman ce8e9df4d7 arcanist: add python3 to fix 'arc anoid'
Patch out the requirement from 'arc' that it needs 'python3' in
$PATH at runtime, because once built the python script will have
a fixed absolute path shebang to python3. (The check makes sense
outside of Nix though.)

Not injecting python3 in PATH prevents leaking python3 into the
environment in which arc runs linters etc.
2022-04-01 12:33:12 +02:00
github-actions[bot] be4f006d3c
Merge master into staging-next 2022-03-31 18:01:13 +00:00
Matthieu Coudron e98e3a2365
Merge pull request #166162 from teto/lua-checks-pr 2022-03-31 16:12:07 +02:00