Commit Graph

479 Commits

Author SHA1 Message Date
Bobby Rong
736c6be462
treewide: Move away from wiki.gnome.org
The wiki.gnome.org site is planned for retirement.
2024-05-01 21:16:03 +08:00
Mario Rodas
2becf6e837 maintainers: drop marsam 2024-04-24 04:20:00 +00:00
github-actions[bot]
5c2b2d5b74
Merge master into staging-next 2024-04-17 18:01:04 +00:00
Pol Dellaiera
7a445b4728
Merge pull request #303883 from abathur/bats_1_11
bats: 1.10.0 -> 1.11.0, resholve: fix related test breakage
2024-04-17 19:21:37 +02:00
Travis A. Everett
e0f9929a69 resholve: patch test breaks coming in bats 1.11
I'm preparing to update bats to 1.11.0, but a change it includes will
require updating 3 of resholve's tests. Since a full resholve source
bump would need to go through staging now, I'm just patching the tests
in the separate test derivation.
2024-04-13 12:34:27 -05:00
Vladimír Čunát
24d4f2cd52
Merge branch 'staging' into staging-next
Conflicts (tried to quickly resolve somehow, checked eval):
	pkgs/development/python-modules/apsw/default.nix
	pkgs/development/python-modules/mido/default.nix
	pkgs/development/python-modules/pytest-bdd/default.nix
	pkgs/development/python-modules/sparse/default.nix
2024-04-12 07:06:54 +02:00
Nikolai Schimke
848c691606 juce: 7.0.10 -> 7.0.11 2024-04-10 10:16:57 +02:00
Thiago Kenji Okada
e94a1e91f1
Merge pull request #298515 from abathur/resholve_0.10.1
resholve: 0.9.1 -> 0.10.2, ongoing cross fixes
2024-03-30 15:35:04 +00:00
R. Ryantm
ff44f3006c brev-cli: 0.6.277 -> 0.6.279 2024-03-29 14:26:36 +00:00
Travis A. Everett
56d5b181c9 resholve: 0.9.1 -> 0.10.2, ongoing cross fixes 2024-03-28 19:45:35 -05:00
Janne Heß
fcc95ff817 treewide: Fix all Nix ASTs in all markdown files
This allows for correct highlighting and maybe future automatic
formatting. The AST was verified to work with nixfmt only.
2024-03-28 09:28:12 +01:00
Weijia Wang
b8d85215de juce: 7.0.9 -> 7.0.10 2024-03-25 10:09:09 +01:00
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
maralorn
06f993f7e7 Merge branch 'master' into haskell-updates 2024-03-16 23:33:06 +01:00
Bjørn Forsman
6ff5b79096 Revert "avrlibc: hook up libdir for cc-wrapper"
This reverts commit b2844f89d1.

It broke simavr:

  $ nix-build -A simavr
  [...]
  /nix/store/3k4djrsq23m2yg9ar4h1lkkz1ijv0ghv-avr-binutils-2.41/bin/avr-ld: /nix/store/3rpyzla18mbj690hv7j5dang0kd3c1fq-avr-libc-avr-2.1.0/avr/lib/libc.a(vfprintf_std.o): in function `.L15':
  vfprintf.c:(.text.avr-libc+0xd8): undefined reference to `__mulqi3'
  /nix/store/3k4djrsq23m2yg9ar4h1lkkz1ijv0ghv-avr-binutils-2.41/bin/avr-ld: /nix/store/3rpyzla18mbj690hv7j5dang0kd3c1fq-avr-libc-avr-2.1.0/avr/lib/libc.a(vfprintf_std.o): in function `.L18':
  vfprintf.c:(.text.avr-libc+0xe4): undefined reference to `__mulqi3'
  collect2: error: ld returned 1 exit status
  make[1]: *** [../Makefile.common:161: atmega644_adc_test.axf] Error 1
  make[1]: Leaving directory '/build/source/tests'
  make: *** [Makefile:21: build-tests] Error 2

Fixes #295610.
2024-03-14 20:09:11 +01:00
github-actions[bot]
54e3ad5442
Merge master into haskell-updates 2024-03-09 00:11:53 +00:00
github-actions[bot]
a1ed79952d
Merge master into haskell-updates 2024-03-01 00:14:10 +00:00
github-actions[bot]
c7d7e4a7a5
Merge staging-next into staging 2024-02-29 18:01:30 +00:00
R. Ryantm
cc745d76ca brev-cli: 0.6.276 -> 0.6.277 2024-02-29 01:47:43 +00:00
github-actions[bot]
7e5ed63169
Merge master into haskell-updates 2024-02-27 00:12:52 +00:00
github-actions[bot]
50d12072e0
Merge staging-next into staging 2024-02-26 12:01:37 +00:00
R. Ryantm
6bfbeaf6aa brev-cli: 0.6.273 -> 0.6.276 2024-02-26 06:16:46 +00:00
github-actions[bot]
257171f024
Merge master into haskell-updates 2024-02-25 00:13:49 +00:00
Artturi
a9286091ab
Merge pull request #288465 from abathur/resholve_cross
resholve: partially fix cross-compilation
2024-02-22 21:00:04 +02:00
Vladimír Čunát
7e61d8d50f
Merge #287755: Remove rebuild-avoiding conditionals in resholve musl fixes
...into staging
2024-02-17 10:56:37 +01:00
Travis A. Everett
f54875f90e resholve: partially fix cross-compilation
oildev has been using a pinned re2c based on what oil uses
upstream. That's been a conservative choice, so I'll see if
it can just lean on the normal re2c package for now.
2024-02-13 07:47:52 -06:00
github-actions[bot]
cf96a5e9ad
Merge master into haskell-updates 2024-02-11 00:13:59 +00:00
Mario Rodas
6fce5ac2c9
Merge pull request #287389 from r-ryantm/auto-update/brev-cli
brev-cli: 0.6.267 -> 0.6.273
2024-02-10 08:09:27 -05:00
Alyssa Ross
a79f4e520e
resholve: oildev: disable libc tests unconditionally
There's no point testing the behaviour of libc on some platforms and
not others if we intend to run on all of them.
2024-02-10 13:16:53 +01:00
github-actions[bot]
63f3a9268c
Merge master into haskell-updates 2024-02-10 00:12:04 +00:00
Travis A. Everett
f97db00767 oildev: disable libc tests failing w/ musl
This test suite depends on some glibc assumptions.

I'll likely come back and make this unconditional later, but for now
we're trying to minimize rebuilds.

Reported in:
https://github.com/NixOS/nixpkgs/pull/285233#issuecomment-1935890672
2024-02-09 23:39:42 +01:00
R. Ryantm
860380433b brev-cli: 0.6.267 -> 0.6.273 2024-02-09 06:02:38 +00:00
github-actions[bot]
05ce1c8cd3
Merge master into haskell-updates 2024-02-01 00:13:01 +00:00
Atemu
cdd4f2ac1b
Merge pull request #281348 from Atemu/update/umr
umr: unstable-2022-08-23 -> 1.0.8
2024-01-31 16:49:10 +01:00
Robert Hensing
a7ad5b99b1 haskellPackages.hercules-ci-optparse-applicative: 0.16.1.0 -> 0.18.1.0 2024-01-23 15:26:23 +01:00
Atemu
f5d30774ec umr: use nix-update-script 2024-01-16 16:49:56 +01:00
Atemu
500cd68bb1 umr: unstable-2022-08-23 -> 1.0.8
Fixes the build and uses a stable version

Also switched to the gitlab fetcher, did a bit of cleanup and fixed umrgui
2024-01-16 16:41:51 +01:00
Mario Rodas
f475569509
Merge pull request #278044 from trofi/aaxtomp3-fix-cross-eval
aaxtomp3: fix eval for non-glibc targets
2024-01-14 12:31:22 -05:00
Weijia Wang
b9788e0428
Merge pull request #273940 from r-ryantm/auto-update/brev-cli
brev-cli: 0.6.264 -> 0.6.267
2024-01-03 16:29:12 +01:00
Sergei Trofimovich
009b985077 aaxtomp3: fix eval for non-glibc targets
Without the change the eval fails as:

    $ nix build --no-link -f. pkgsCross.aarch64-android.aaxtomp3
    error:
       error: cannot coerce null to a string
2024-01-01 10:17:45 +00:00
R. Ryantm
d87f2aac2d brev-cli: 0.6.264 -> 0.6.267 2023-12-25 11:23:29 +00:00
Mario Rodas
b5f5d58b8f h3: do not build filters by default 2023-12-25 04:20:00 +00:00
Mario Rodas
fd109717f8 h3: do not expose static as argument 2023-12-25 04:20:00 +00:00
Mario Rodas
0f4bd7872c h3: add dev output 2023-12-25 04:20:00 +00:00
Kirill Radzikhovskyy
8eb10ebc26 juce: 7.0.7 -> 7.0.9 2023-12-14 05:49:33 +11:00
R. Ryantm
d02151974a datafusion-cli: 32.0.0 -> 33.0.0 2023-12-09 03:19:54 +00:00
pennae
b2844f89d1 avrlibc: hook up libdir for cc-wrapper
-B must be set to the root directory of avrlibc, otherwise gcc cannot
locate crt objects for some attiny devices. -L trains as set by
bintools-wrapper are not necessary with -B set correctly because gcc
takes care of that, and likewise we can drop the -B train from
cc-wrapper because the one spec is enough.
2023-12-03 21:44:27 +11:00
pennae
574d1e47ea avrlibc: enable parallel builds
this cuts about 80% off the build time with no apparent negative effects.
2023-12-03 21:44:27 +11:00
Travis A. Everett
7bf3f335a3 resholve: 0.9.0 -> 0.9.1 2023-12-01 05:49:28 +00:00
Robert Hensing
c7fe3b0faa
Merge pull request #268487 from hercules-ci/changelog-d-static
changelog-d: init / `justStaticExecutables`
2023-11-19 21:49:15 +01:00