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
Robert Hensing
0ff56d503a
haskellPackages.changelog-d: Rename file
2023-11-19 12:44:45 +01:00
Robert Hensing
2e1a099318
changelog-d: init
...
Move the overrides to top-level (pkgs/by-name).
2023-11-19 12:44:18 +01:00
Adam Joseph
7444c59c52
newlib: evade more of newlib's self-disablement
...
In https://github.com/NixOS/nixpkgs/pull/266364/files I neglected to
evade one of newlib's other (annoying) self-disablement checks: when
host==target newlib decides it's not in the mood to build itself for
some reason.
Since we have an entire package for newlib (it's no longer part of
gcc) these checks are silly. So I have evadede the second check as well.
Closes #267859
2023-11-16 20:41:25 -08:00
github-actions[bot]
eb26e06e9b
Merge master into staging-next
2023-11-12 06:01:07 +00:00
Adam Joseph
1e47c87fd2
newlib: fix newlib host/target workaround
...
The newlib configury uses `host` to refer to the platform which is
being used to compile newlib. Ugh. It does this because of its
history: newlib used to be distributed with and built as part of
gcc.
To prevent nixpkgs from going insane, this package presents the
"normal" view to the outside world: the binaries in $out will
execute on `stdenv.hostPlatform`. We then fool newlib's build
process into doing the right thing.
2023-11-12 02:12:42 +00:00
Adam Joseph
4c5a455ca5
newlib: always pass --with-newlib
2023-11-12 02:12:42 +00:00
Alyssa Ross
afabc4a15d
Merge remote-tracking branch 'origin/master' into HEAD
...
Conflicts:
pkgs/development/libraries/SDL2/default.nix
2023-11-10 15:18:19 +01:00
Randy Eckenrode
1cd0d4b62d
resholve: fix build of oil-pyyajl with clang 16
...
Fixes several incompatible function pointer conversion errors by
updating the function definitions and casts.
2023-11-08 19:11:45 -05:00
Adam Joseph
ba2ed469c2
Merge branch 'master' into staging-next
2023-11-08 06:15:46 +00:00
github-actions[bot]
fe1578be1e
Merge master into haskell-updates
2023-11-08 00:12:22 +00:00
R. Ryantm
d73a277b45
datafusion-cli: 31.0.0 -> 32.0.0
2023-11-07 19:49:18 +00:00
github-actions[bot]
9d1ed665f7
Merge master into haskell-updates
2023-11-02 00:11:58 +00:00
github-actions[bot]
d4d107cf3d
Merge master into staging-next
2023-11-02 00:02:27 +00:00
R. Ryantm
27c2ef60c8
brev-cli: 0.6.262 -> 0.6.264
2023-11-01 04:32:02 +00:00
Robert Hensing
662c001157
haskellPackages.changelog-d: Add basic test
2023-10-31 23:59:14 +01:00
Robert Hensing
054f67065e
haskellPackages.changelog-d: init
2023-10-31 23:35:15 +01:00
Randy Eckenrode
19214a27a2
juce: switch to overrideSDK
...
Using overrideSDK allows juce to use the correct SDK frameworks
even when they are propagated from curl.
2023-10-26 13:26:39 -04:00
kotatsuyaki
9954349db2
breakpad: unstable-3b3469e -> 2023.01.27
2023-10-26 11:53:29 +02:00
Weijia Wang
561110c048
Merge pull request #258883 from r-ryantm/auto-update/brev-cli
...
brev-cli: 0.6.261 -> 0.6.262
2023-10-13 03:53:19 +02:00
R. Ryantm
514b109a31
datafusion-cli: 22.0.0 -> 31.0.0
2023-10-10 02:07:31 +00:00
R. Ryantm
265abbe35f
brev-cli: 0.6.261 -> 0.6.262
2023-10-04 00:21:51 +00:00
Peder Bergebakken Sundt
470614b671
treewide: Fix typos
2023-09-28 19:06:13 +02:00
Weijia Wang
93cf44c081
Merge pull request #256643 from wegank/vendor-hash-cleanup
...
treewide: cleanup vendorSha256 references
2023-09-22 11:38:32 +02:00
Weijia Wang
d75a47d4b2
treewide: cleanup vendorSha256 references
2023-09-22 10:33:33 +02:00
Travis A. Everett
6ae601dd25
resholve: fix oildev
...
This broke after the python2 update in #256132 . Also including a dep
removal that I inadvertently left out the last time I updated this.
2023-09-21 22:37:36 -05:00
Dennis Gosnell
535268e39f
haskellPackages.hasura-ekg-core: mark broken
2023-09-13 15:44:37 -04:00
Dennis Gosnell
da61e87c86
haskellPackages.hasura-ekg-json: mark broken
2023-09-13 15:44:09 -04:00
Dennis Gosnell
0f549bb91b
haskellPackages.pg-client: mark broken
2023-09-13 15:43:45 -04:00
Travis A. Everett
615f37daf0
resholve: update README
...
Tracking upstream change in:
abathur/resholve@4f5d9203b5
2023-09-09 11:17:51 +00:00
kashw2
d8baf42207
juce: init at 7.0.7
2023-09-09 10:37:58 +02:00
R. Ryantm
fd19095e44
brev-cli: 0.6.259 -> 0.6.261
2023-09-02 14:24:25 +00:00
R. Ryantm
1debaa9be5
brev-cli: 0.6.252 -> 0.6.259
2023-08-28 02:54:54 +00:00
shayne
f08fa38713
gokrazy: init at unstable-2023-08-12
2023-08-26 10:57:53 -04:00
Nicolas Benes
71fc406d35
cppreference-doc: 20220730 -> 20230810
2023-08-12 11:12:36 +02:00
Jan Malakhovski
591ccfe5b9
treewide: noop: refer to src.name
or similar where appropriate, part 3: more use cases
...
This continues where d8f7f6a5ce
left off. Similarly
to that commit, this commit this also points `sourceRoot`s to `src.name` and similar
instead of keeping hardcoded names, and edits other derivation attrs do do the same,
where appropriate.
Also, similarly to d8f7f6a5ce
some of expressions this
edits use `srcs` attribute with customly-named sources, so they have to be moved
into `let` blocks to keep evaluation efficient (the other, worse, way to do this
would to recurcively refer to `elemAt n finalAttrs.srcs` or, similarly, with `rec`).
2023-08-11 09:20:44 +00:00
R. Ryantm
c70175baeb
brev-cli: 0.6.249 -> 0.6.252
2023-08-07 03:57:29 +00:00
R. Ryantm
dc57a5ab98
brev-cli: 0.6.244 -> 0.6.249
2023-07-11 21:44:15 +00:00
Sören Tempel
cf1b7c4d5c
newlib: fix build of nano variant on non-ARM architectures
...
librdimon.a is only available on ARM architectures, therefore building
newlib-nano for other architectures (e.g. RISC-V) fails presently.
This commit fixes this issue by only copying the library files that
actually exist in the for loop body. Alternatively, it would be
theoretically feasible to change the libraries iterated over based
on the targeted architecture.
2023-06-30 20:58:54 +02:00
R. Ryantm
0bfbdf6434
brev-cli: 0.6.236 -> 0.6.244
2023-06-24 11:03:00 +00:00
R. Ryantm
59f6636b36
brev-cli: 0.6.229 -> 0.6.236
2023-06-12 04:55:56 +00:00
Travis A. Everett
714cc1046a
resholve: fix tests after #232713
...
One of resholve's passthru tests depended on getting `script` from
util-linux, but it's no longer there on macos after #232713 .
This change just tracks upstream change to use unixtools.script, which
is what I should have used in the first place. Upstream commit for
reference:
3407150949
2023-06-04 14:47:31 -05:00
R. Ryantm
c450225f02
brev-cli: 0.6.227 -> 0.6.229
2023-05-28 03:58:41 +00:00
Weijia Wang
d7619eff54
treewide: development: use top-level fetchPypi
2023-05-25 15:52:27 +03:00
R. Ryantm
880747942a
brev-cli: 0.6.224 -> 0.6.227
2023-05-17 03:58:06 +00:00
R. Ryantm
c84344c0e1
brev-cli: 0.6.222 -> 0.6.224
2023-05-06 13:25:00 +00:00
R. Ryantm
a93e447e6d
brev-cli: 0.6.217 -> 0.6.222
2023-04-30 08:54:44 +00:00
figsoda
792dad7bb0
Merge pull request #226708 from figsoda/with
2023-04-19 11:35:41 -04:00
R. Ryantm
57180cbe31
brev-cli: 0.6.215 -> 0.6.217
2023-04-19 01:16:39 +00:00
figsoda
38401aed72
treewide: remove file-wide with rustPlatform;
s
2023-04-17 16:33:08 -04:00
Phillip Cloud
9ca8259905
datafusion-cli: 15.0.0 -> 22.0.0
2023-04-15 19:28:37 -04:00
R. Ryantm
97795088e9
brev-cli: 0.6.213 -> 0.6.215
2023-04-09 16:51:56 +00:00
Artturi
4d383f2c4f
Merge pull request #222401 from Artturin/newlibincr
2023-04-06 19:50:31 +03:00
R. Ryantm
e2c0f0da76
brev-cli: 0.6.211 -> 0.6.213
2023-04-02 07:11:05 +00:00
Mario Rodas
04b40d660a
Merge pull request #219620 from marsam/update-h3
...
h3_4: init at 4.1.0
2023-03-30 18:48:07 -05:00
Weijia Wang
efd77d0bc5
cppreference-doc: refactor, fix version
2023-03-30 11:04:29 +03:00
Artturin
eca3d38d18
newlib: add meta
2023-03-22 22:27:31 +02:00
Artturin
116dd693ca
newlib: 4.1.0 -> 4.3.0.20230120
2023-03-22 22:15:02 +02:00
Artturin
13e3b51c99
newlib: sync configure flags with upstream
...
removed the common flags to improve the future diffs
2023-03-22 21:32:04 +02:00
Artturin
c6e871f634
newlib: improve the nano version
...
apply patch from gentoo because there's no libstdc++.a libsupc++.a or
their nano versions
this matches upstream arm more
https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads
-lc_nano is used in nano.specs but 'libc_nano.a' is not installed without these changes
2023-03-21 20:14:39 +02:00
Artturi
b978bf0f0f
Merge pull request #220570 from Artturin/fixlints1
2023-03-14 02:15:55 +02:00
R. Ryantm
bede883466
brev-cli: 0.6.208 -> 0.6.211
2023-03-11 23:58:49 +00:00
Artturin
cab4a24c34
treewide: fix lints
...
Arg to lib.optional is a list
build time tool in buildInputs
2023-03-11 00:55:17 +02:00
R. Ryantm
be7a05a70f
brev-cli: 0.6.207 -> 0.6.208
2023-03-06 02:22:27 +00:00
Mario Rodas
908a8f3e4e
h3: add marsam to maintainers
2023-03-03 04:20:00 +00:00
Mario Rodas
e069b686bb
h3_4: init at 4.1.0
2023-03-03 04:20:00 +00:00
R. Ryantm
957c25f71d
brev-cli: 0.6.206 -> 0.6.207
2023-02-25 12:19:53 +00: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
Artturin
6f6cc4a22d
treewide: use toString on list NIX_CFLAGS_COMPILE
...
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
2023-02-22 21:23:04 +02:00
R. Ryantm
b160281fe9
brev-cli: 0.6.204 -> 0.6.206
2023-02-14 09:29:33 +00:00
R. Ryantm
88f9bf7512
brev-cli: 0.6.202 -> 0.6.204
2023-02-04 16:39:28 +00:00
R. Ryantm
655b165ad6
brev-cli: 0.6.199 -> 0.6.202
2023-02-02 12:52:38 +00:00
R. Ryantm
80247dccc5
brev-cli: 0.6.197 -> 0.6.199
2023-01-31 05:54:33 +00:00
Weijia Wang
548235835c
Merge pull request #213450 from abathur/resholve_0.9.0
...
resholve: 0.8.5 -> 0.9.0
2023-01-30 03:35:53 +01:00
Travis A. Everett
465b512777
resholve: 0.8.5 -> 0.9.0
...
This release gets resholve caught up to the latest release of oil/osh.
Since the update was already somewhat involved, I used the opportunity
to also figure out how to patch out some C extensions and external
dependencies that shouldn't be necessary just to use the parser.
- update README.md
- github.com/abathur/resholve/blob/master/CHANGELOG.md#v090-jan-29-2023
- github.com/abathur/nix-py-dev-oil/compare/v0.8.12.3...v0.14.0.0
2023-01-29 14:57:10 -06:00