summary refs log tree commit diff
path: root/pkgs/development/misc
AgeCommit message (Collapse)AuthorFilesLines
2023-11-19Merge pull request #268487 from hercules-ci/changelog-d-staticRobert Hensing2-79/+28
changelog-d: init / `justStaticExecutables`
2023-11-19haskellPackages.changelog-d: Rename fileRobert Hensing1-0/+0
2023-11-19changelog-d: initRobert Hensing1-51/+0
Move the overrides to top-level (pkgs/by-name).
2023-11-16newlib: evade more of newlib's self-disablementAdam Joseph1-0/+1
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-12Merge master into staging-nextgithub-actions[bot]1-1/+24
2023-11-12newlib: fix newlib host/target workaroundAdam Joseph1-1/+23
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-12newlib: always pass --with-newlibAdam Joseph1-0/+1
2023-11-10Merge remote-tracking branch 'origin/master' into HEADAlyssa Ross2-0/+81
Conflicts: pkgs/development/libraries/SDL2/default.nix
2023-11-08resholve: fix build of oil-pyyajl with clang 16Randy Eckenrode2-0/+46
Fixes several incompatible function pointer conversion errors by updating the function definitions and casts.
2023-11-08Merge branch 'master' into staging-nextAdam Joseph1-3/+3
2023-11-08Merge master into haskell-updatesgithub-actions[bot]1-3/+3
2023-11-07datafusion-cli: 31.0.0 -> 32.0.0R. Ryantm1-3/+3
2023-11-02Merge master into haskell-updatesgithub-actions[bot]1-2/+2
2023-11-02Merge master into staging-nextgithub-actions[bot]1-2/+2
2023-11-01brev-cli: 0.6.262 -> 0.6.264R. Ryantm1-2/+2
2023-10-31haskellPackages.changelog-d: Add basic testRobert Hensing1-1/+26
2023-10-31haskellPackages.changelog-d: initRobert Hensing2-0/+56
2023-10-26juce: switch to overrideSDKRandy Eckenrode1-3/+3
Using overrideSDK allows juce to use the correct SDK frameworks even when they are propagated from curl.
2023-10-26breakpad: unstable-3b3469e -> 2023.01.27kotatsuyaki1-13/+10
2023-10-13Merge pull request #258883 from r-ryantm/auto-update/brev-cliWeijia Wang1-2/+2
brev-cli: 0.6.261 -> 0.6.262
2023-10-10datafusion-cli: 22.0.0 -> 31.0.0R. Ryantm1-3/+3
2023-10-04brev-cli: 0.6.261 -> 0.6.262R. Ryantm1-2/+2
2023-09-28treewide: Fix typosPeder Bergebakken Sundt1-1/+1
2023-09-22Merge pull request #256643 from wegank/vendor-hash-cleanupWeijia Wang1-1/+1
treewide: cleanup vendorSha256 references
2023-09-22treewide: cleanup vendorSha256 referencesWeijia Wang1-1/+1
2023-09-21resholve: fix oildevTravis A. Everett1-12/+4
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-13haskellPackages.hasura-ekg-core: mark brokenDennis Gosnell1-0/+2
2023-09-13haskellPackages.hasura-ekg-json: mark brokenDennis Gosnell1-0/+2
2023-09-13haskellPackages.pg-client: mark brokenDennis Gosnell1-0/+2
2023-09-09resholve: update READMETravis A. Everett1-2/+1
Tracking upstream change in: abathur/resholve@4f5d9203b57e631b0522ac6309884f381be17557
2023-09-09juce: init at 7.0.7kashw21-0/+69
2023-09-02brev-cli: 0.6.259 -> 0.6.261R. Ryantm1-2/+2
2023-08-28brev-cli: 0.6.252 -> 0.6.259R. Ryantm1-2/+2
2023-08-26gokrazy: init at unstable-2023-08-12shayne1-0/+27
2023-08-12cppreference-doc: 20220730 -> 20230810Nicolas Benes1-2/+2
2023-08-11treewide: noop: refer to `src.name` or similar where appropriate, part 3: ↵Jan Malakhovski1-1/+1
more use cases This continues where d8f7f6a5cee067b81bfaaa3aa079adb94ed7c01e 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 d8f7f6a5cee067b81bfaaa3aa079adb94ed7c01e 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-07brev-cli: 0.6.249 -> 0.6.252R. Ryantm1-2/+2
2023-07-11brev-cli: 0.6.244 -> 0.6.249R. Ryantm1-2/+2
2023-06-30newlib: fix build of nano variant on non-ARM architecturesSören Tempel1-2/+4
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-24brev-cli: 0.6.236 -> 0.6.244R. Ryantm1-2/+2
2023-06-12brev-cli: 0.6.229 -> 0.6.236R. Ryantm1-2/+2
2023-06-04resholve: fix tests after #232713Travis A. Everett1-2/+2
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: https://github.com/abathur/resholve/commit/340715094963885b58785176c0d444f3b511a9e5
2023-05-28brev-cli: 0.6.227 -> 0.6.229R. Ryantm1-2/+2
2023-05-25treewide: development: use top-level fetchPypiWeijia Wang1-2/+3
2023-05-17brev-cli: 0.6.224 -> 0.6.227R. Ryantm1-2/+2
2023-05-06brev-cli: 0.6.222 -> 0.6.224R. Ryantm1-2/+2
2023-04-30brev-cli: 0.6.217 -> 0.6.222R. Ryantm1-2/+2
2023-04-19Merge pull request #226708 from figsoda/withfigsoda1-3/+1
2023-04-19brev-cli: 0.6.215 -> 0.6.217R. Ryantm1-2/+2
2023-04-17treewide: remove file-wide `with rustPlatform;`sfigsoda1-3/+1