about summary refs log tree commit diff
path: root/pkgs/development/misc
AgeCommit message (Collapse)AuthorFilesLines
2024-05-01treewide: Move away from wiki.gnome.orgBobby Rong1-1/+1
The wiki.gnome.org site is planned for retirement.
2024-04-24maintainers: drop marsamMario Rodas1-1/+1
2024-04-17Merge master into staging-nextgithub-actions[bot]1-0/+16
2024-04-17Merge pull request #303883 from abathur/bats_1_11Pol Dellaiera1-0/+16
bats: 1.10.0 -> 1.11.0, resholve: fix related test breakage
2024-04-13resholve: patch test breaks coming in bats 1.11Travis A. Everett1-0/+16
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-12Merge branch 'staging' into staging-nextVladimír Čunát6-90/+44
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-10juce: 7.0.10 -> 7.0.11Nikolai Schimke1-2/+2
2024-03-30Merge pull request #298515 from abathur/resholve_0.10.1Thiago Kenji Okada6-90/+44
resholve: 0.9.1 -> 0.10.2, ongoing cross fixes
2024-03-29brev-cli: 0.6.277 -> 0.6.279R. Ryantm1-2/+2
2024-03-28resholve: 0.9.1 -> 0.10.2, ongoing cross fixesTravis A. Everett6-90/+44
2024-03-28treewide: Fix all Nix ASTs in all markdown filesJanne Heß1-58/+64
This allows for correct highlighting and maybe future automatic formatting. The AST was verified to work with nixfmt only.
2024-03-25juce: 7.0.9 -> 7.0.10Weijia Wang1-2/+2
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm8-0/+8
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-16Merge branch 'master' into haskell-updatesmaralorn1-1/+0
2024-03-14Revert "avrlibc: hook up libdir for cc-wrapper"Bjørn Forsman1-1/+0
This reverts commit b2844f89d10d4a2665aed231144950c354f275a6. 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-09Merge master into haskell-updatesgithub-actions[bot]1-21/+6
2024-03-01Merge master into haskell-updatesgithub-actions[bot]1-2/+2
2024-02-29Merge staging-next into staginggithub-actions[bot]1-2/+2
2024-02-29brev-cli: 0.6.276 -> 0.6.277R. Ryantm1-2/+2
2024-02-27Merge master into haskell-updatesgithub-actions[bot]1-2/+2
2024-02-26Merge staging-next into staginggithub-actions[bot]1-2/+2
2024-02-26brev-cli: 0.6.273 -> 0.6.276R. Ryantm1-2/+2
2024-02-25Merge master into haskell-updatesgithub-actions[bot]1-1/+0
2024-02-22Merge pull request #288465 from abathur/resholve_crossArtturi1-21/+6
resholve: partially fix cross-compilation
2024-02-17Merge #287755: Remove rebuild-avoiding conditionals in resholve musl fixesVladimír Čunát1-1/+0
...into staging
2024-02-13resholve: partially fix cross-compilationTravis A. Everett1-21/+6
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-11Merge master into haskell-updatesgithub-actions[bot]1-2/+2
2024-02-10Merge pull request #287389 from r-ryantm/auto-update/brev-cliMario Rodas1-2/+2
brev-cli: 0.6.267 -> 0.6.273
2024-02-10resholve: oildev: disable libc tests unconditionallyAlyssa Ross1-1/+0
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-10Merge master into haskell-updatesgithub-actions[bot]1-0/+3
2024-02-09oildev: disable libc tests failing w/ muslTravis A. Everett1-0/+3
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-09brev-cli: 0.6.267 -> 0.6.273R. Ryantm1-2/+2
2024-02-01Merge master into haskell-updatesgithub-actions[bot]1-10/+34
2024-01-31Merge pull request #281348 from Atemu/update/umrAtemu1-10/+34
umr: unstable-2022-08-23 -> 1.0.8
2024-01-23haskellPackages.hercules-ci-optparse-applicative: 0.16.1.0 -> 0.18.1.0Robert Hensing1-5/+7
2024-01-16umr: use nix-update-scriptAtemu1-0/+4
2024-01-16umr: unstable-2022-08-23 -> 1.0.8Atemu1-10/+30
Fixes the build and uses a stable version Also switched to the gitlab fetcher, did a bit of cleanup and fixed umrgui
2024-01-14Merge pull request #278044 from trofi/aaxtomp3-fix-cross-evalMario Rodas1-2/+2
aaxtomp3: fix eval for non-glibc targets
2024-01-03Merge pull request #273940 from r-ryantm/auto-update/brev-cliWeijia Wang1-2/+2
brev-cli: 0.6.264 -> 0.6.267
2024-01-01aaxtomp3: fix eval for non-glibc targetsSergei Trofimovich1-2/+2
Without the change the eval fails as: $ nix build --no-link -f. pkgsCross.aarch64-android.aaxtomp3 error: error: cannot coerce null to a string
2023-12-25brev-cli: 0.6.264 -> 0.6.267R. Ryantm1-2/+2
2023-12-25h3: do not build filters by defaultMario Rodas1-0/+2
2023-12-25h3: do not expose static as argumentMario Rodas1-2/+1
2023-12-25h3: add dev outputMario Rodas1-0/+2
2023-12-14juce: 7.0.7 -> 7.0.9Kirill Radzikhovskyy1-2/+2
2023-12-09datafusion-cli: 32.0.0 -> 33.0.0R. Ryantm1-3/+3
2023-12-03avrlibc: hook up libdir for cc-wrapperpennae1-0/+1
-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-03avrlibc: enable parallel buildspennae1-0/+2
this cuts about 80% off the build time with no apparent negative effects.
2023-12-01resholve: 0.9.0 -> 0.9.1Travis A. Everett5-27/+21
2023-11-19Merge pull request #268487 from hercules-ci/changelog-d-staticRobert Hensing2-79/+28
changelog-d: init / `justStaticExecutables`