Commit Graph

4732 Commits

Author SHA1 Message Date
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
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
AndersonTorres
05d0116368 acr: init at 2.0.0 2022-04-10 21:50:16 -03:00
R. Ryantm
b1e76e8447 circleci-cli: 0.1.16947 -> 0.1.17087 2022-04-10 12:47:34 +00: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
Martin Weinelt
22f857bf48
nix-bisect: apply patch to fix nix compat 2022-04-06 02:13:04 +02: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]
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]
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
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]
fc17fe6417
Merge master into staging-next 2022-04-02 18:01:07 +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
Alyssa Ross
ac5a927919
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	pkgs/development/python-modules/einops/default.nix
	pkgs/development/python-modules/elegy/default.nix
2022-03-31 11:46:46 +00:00
Bjørn Forsman
7c10b247df arcanist: add missing dependency 'which'
'arc' uses 'which' to find external programs at runtime.
2022-03-31 13:15:22 +02:00
Ben Siraphob
5187709ff7
Merge pull request #166508 from siraben/automake-buildinputs 2022-03-31 03:15:41 -05:00
Ben Siraphob
21faf9fc29
treewide: move autoconf, automake to nativeBuildInputs 2022-03-30 20:17:24 -05:00
Martin Weinelt
630d5e1d0d Merge remote-tracking branch 'origin/master' into staging-next 2022-03-29 18:17:36 +02:00
Matthieu Coudron
8bb4179147 luarocks: 3.2 -> 3.8 2022-03-29 03:27:53 +02:00
Matthieu Coudron
2c338f5122 luarocks-nix: bump 2022-03-29 03:18:46 +02:00
Eric Dallo
4ced0ddc98
clojure-lsp: 2022.02.23-12.12.12 -> 2022.03.26-18.47.08 2022-03-28 19:21:29 -03:00
Jan Tojnar
997bb5e42c Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/development/python-modules/dnspython/default.nix
;	pkgs/development/python-modules/googleapis-common-protos/default.nix
2022-03-28 17:55:31 +02:00
Maximilian Bosch
df69885883
strace: 5.16 -> 5.17
ChangeLog: https://github.com/strace/strace/releases/tag/v5.17
2022-03-27 14:38:55 +02:00
Martin Weinelt
7be28200e2 Merge remote-tracking branch 'origin/master' into staging-next 2022-03-27 01:45:13 +01:00
Artturi
df64c2c722
Merge pull request #165726 from bobby285271/dfeet 2022-03-26 23:44:04 +02:00
github-actions[bot]
3b6f03e497
Merge master into staging-next 2022-03-26 18:01:22 +00:00
Alex Martens
bbe25ed9da saleae-logic-2: 2.3.45 -> 2.3.47 2022-03-26 09:54:57 -07:00
Sandro
1d5c9053d1
Merge pull request #165837 from SuperSandro2000/nrfutil 2022-03-26 13:44:31 +01:00
Sandro
8915e6ca95
nrfutil: mark broken 2022-03-26 13:10:37 +01:00
Vladimír Čunát
a42ca0678b
Merge branch 'master' into staging-next 2022-03-26 09:20:38 +01:00
TANIGUCHI Kohei
ea031515d4 unused: 0.2.3 -> 0.4.0 2022-03-26 03:06:16 +09:00
Vladimír Čunát
0a8b4eddd2
Merge branch 'master' into staging-next 2022-03-25 10:16:56 +01:00
Bobby Rong
4f988c3f09
dfeet: fix build with meson 0.61 2022-03-25 10:35:43 +08:00
Artturin
33cce15e42 treewide: remove meta.repositories
there's no documentation for meta.repositories and its not widely used
2022-03-24 23:56:14 +02:00