Commit Graph

368 Commits

Author SHA1 Message Date
R. Ryantm
9f6a874b0c brev-cli: 0.6.184 -> 0.6.185 2022-12-02 20:00:43 +00:00
Robert Hensing
10384aaf6f haskellPackages.hercules-ci-optparse-applicative: bump 2022-12-02 16:48:39 +00:00
R. Ryantm
f04260b00d brev-cli: 0.6.181 -> 0.6.184 2022-11-30 21:20:06 +00:00
Travis A. Everett
362b223255 resholve: 0.8.1 -> 0.8.3 2022-11-27 23:53:25 -06:00
R. Ryantm
476ffc0880 brev-cli: 0.6.179 -> 0.6.181 2022-11-23 17:53:09 +00:00
R. Ryantm
f423b34570 brev-cli: 0.6.176 -> 0.6.179 2022-11-17 21:21:23 +00:00
R. Ryantm
e26059fb71 brev-cli: 0.6.170 -> 0.6.176 2022-11-17 10:05:00 +08:00
R. Ryantm
19fcf50295 brev-cli: 0.6.160 -> 0.6.170 2022-11-13 12:05:19 +00:00
R. Ryantm
a3600d163a brev-cli: 0.6.153 -> 0.6.160 2022-11-11 18:09:31 +08:00
Fabián Heredia Montiel
e4db490117 yelp-tools: 42.0 → 42.1
https://gitlab.gnome.org/GNOME/yelp-tools/-/compare/42.0...42.1
2022-11-08 21:55:59 -06:00
R. Ryantm
41a801bfb1 brev-cli: 0.6.148 -> 0.6.153 2022-11-03 09:46:16 +00:00
R. Ryantm
e99b23f562 brev-cli: 0.6.146 -> 0.6.148 2022-10-29 12:32:07 +00:00
R. Ryantm
b29d19d1ad brev-cli: 0.6.139 -> 0.6.146 2022-10-29 09:49:23 +08:00
R. Ryantm
fe657ff892 brev-cli: 0.6.138 -> 0.6.139 2022-10-27 20:55:08 +08:00
Mario Rodas
bf3f082add
Merge pull request #197875 from r-ryantm/auto-update/brev-cli
brev-cli: 0.6.130 -> 0.6.138
2022-10-26 06:15:03 -05:00
R. Ryantm
571b91f00a brev-cli: 0.6.130 -> 0.6.138 2022-10-26 09:50:19 +00:00
Emily Trau
f42a622155 avrlibc: 2.0.0 -> 2.1.0 2022-10-26 18:27:51 +11:00
R. Ryantm
5136fd8720 brev-cli: 0.6.128 -> 0.6.130 2022-10-25 08:47:19 -07:00
R. Ryantm
b6b3d3c13b brev-cli: 0.6.119 -> 0.6.128 2022-10-22 16:28:26 +08:00
Artturi
56cbdc3b83
Merge pull request #195874 from Artturin/removeinheritxorg 2022-10-15 04:27:23 +03:00
Artturin
61c3058bcb all-packages.nix: remove inherit (*xorg) *'s
using inherits in callPackage args is discouraged and doesn't splice
correctly
2022-10-14 20:48:09 +03:00
R. Ryantm
8fe6b495a4 brev-cli: 0.6.118 -> 0.6.119 2022-10-13 06:19:19 +00:00
R. Ryantm
e9b43c9881 brev-cli: 0.6.116 -> 0.6.118 2022-10-06 15:56:40 +08:00
Sandro
5ecf65eb6f
Merge pull request #193680 from wegank/gimp-aarch64-darwin 2022-10-04 15:12:33 +02:00
Weijia Wang
4ef739adf1 scandir: fix build on aarch64-darwin 2022-10-04 13:41:56 +02:00
R. Ryantm
e7fc67638a brev-cli: 0.6.114 -> 0.6.116 2022-10-01 17:11:14 +00:00
R. Ryantm
c5426de9b5 brev-cli: 0.6.110 -> 0.6.114 2022-09-30 09:35:41 +00:00
Mario Rodas
c97ee6c616
Merge pull request #191249 from r-ryantm/auto-update/brev-cli
brev-cli: 0.6.102 -> 0.6.110
2022-09-23 21:56:37 -05:00
Thiago Kenji Okada
099436f4e0
Merge pull request #191354 from abathur/resholve_fix_outputhash
resholve: use originalSrc for nixpkgs-update bot
2022-09-17 22:53:47 +01:00
Travis A. Everett
ff44e1f9dd resholve: use originalSrc for nixpkgs-update bot
Effort to fix automatic nixpkgs-update updates for resholved
packages in 9f6310d did help the bot get further, but it
then failed to find the source outputHash (the outer
derivation's source is the inner derivation; bot looks for
outer.src.outputHash; ours is at outer.src.src.outputHash).

This change uses `originalSrc` to indicate the source of the
inner derivation. Along with ryantm/nixpkgs-update#324, this
enables the bot to fall back on an attr that Nix/nixpkgs are
not directly depending on, supporting automatic updates for
packages built with `resholve.mkDerivation`.
2022-09-17 15:16:05 -05:00
R. Ryantm
03a4724b58 brev-cli: 0.6.102 -> 0.6.110 2022-09-17 08:35:11 +00:00
Thiago Kenji Okada
dd61cabdc0
Merge pull request #191003 from abathur/resholve_fix_meta
resholve: fix mangled pname/meta integrations
2022-09-13 16:25:55 +01:00
Travis A. Everett
9f6310d611 resholve: fix mangled pname/meta integrations
Two items in resholve's mkDerivation are causing trouble for
some ecosystem tools:

1. I didn't pass through the original package's meta, which breaks the
   ability of at least nixos package search and r-ryantm to find the
   right source file (in the latter case breaking auto updates).

2. I was prepending "resholved-" to the pname, which at least nixos
   package search picks up as the package's name. Repology also tries
   to do this, but their current nix updater will prefer to get this
   data from the name. For now, this means changing to name will not
   stop repology from picking up the `resholved-<package>` names.

   Repology's code makes it clear that they *want* to use the pname/
   version, so I was inclined to settle with what I've got for now,
   but thiagokokada clarified that we aren't just waiting for nixpkgs
   fixes, but because Nix itself isn't exporting the pname/version in
   its JSON. See also:

   - https://github.com/repology/repology-updater/issues/854
   - https://github.com/repology/repology-updater/commit/9313110121df5

   For now, at least, I'll switch to appending "-unresholved" to the
   inner derivation's pname.
2022-09-13 09:20:21 -05:00
R. Ryantm
43b2893113 brev-cli: 0.6.95 -> 0.6.102 2022-09-08 05:17:02 +00:00
Sandro
5b29c01b98
Merge pull request #188549 from panicgh/cppreference 2022-09-04 12:43:58 +02:00
Nicolas Benes
db48e5175f cppreference-doc: init at 2022.07.30 2022-09-04 11:49:06 +02:00
Mostly Void
60a3cd8141
brev-cli: init at 0.6.95 (#187744)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-09-04 02:15:41 +02:00
Sebastian Neubauer
2d167e8c57 umr: unstable-2021-02-18 -> unstable-2022-08-23 2022-08-26 17:25:02 +02:00
Travis A. Everett
700f2bc99f resholve: 0.8.0 -> 0.8.1; update readme 2022-08-02 07:36:20 +02:00
Robert Scott
07706c46ca treewide/development: add sourceType binaryNativeCode for more packages 2022-06-17 19:59:09 +01:00
Robert Scott
3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Rick van Schijndel
03bc571744
treewide: pkgs/development: mark broken for darwin 2022-05-30 13:42:57 +02:00
Artturin
b3caa2f1fe treewide: extraPostFetch -> postFetch 2022-05-23 17:18:50 +03:00
Niklas
e7721a3417
rpiboot: add aarch64-darwin and x86_64-darwin to the list of supported platforms 2022-05-13 22:20:55 +02:00
Dennis Gosnell
ddbc061b4b
hasura-graphql-engine: mark as broken
`graphql-engine` and `graphql-parser` appear to need to be updated for
aeson-2.0.
2022-04-21 10:34:31 +09:00
github-actions[bot]
01b0aa0bc6
Merge staging-next into staging 2022-04-09 06:01:47 +00:00
happysalada
9bea21d0c4 datafusion-cli: init at unstable-2022-04-08 2022-04-08 22:45:16 -04:00
Travis A. Everett
09d441d21c resholve: 0.6.9 -> 0.8.0
Also track upstream .nix changes over same window.
2022-04-08 21:13:20 -04:00
Martin Weinelt
cc774b5792 Merge remote-tracking branch 'origin/staging-next' into staging 2022-04-07 12:12:57 +02:00
sternenseemann
fb2fc3b4a4 Merge remote-tracking branch 'origin/master' into haskell-updates 2022-04-05 21:21:42 +02:00
sternenseemann
f553614955 haskellPackages.graphql-engine: 2.0.10 -> 2.3.1
haskellPackages.kriti-lang: init at 0.3.1

Towards getting hasura-related packages to work with Stackage Nightly /
GHC 9.0.
2022-04-03 15:43:33 +02:00
Ben Siraphob
ed863440b8
Merge pull request #163924 from OPNA2608/fix/autoPatchelfHook_isLinux 2022-03-26 16:01:56 -05:00
Vladimír Čunát
a42ca0678b
Merge branch 'master' into staging-next 2022-03-26 09:20:38 +01:00
Jan Tojnar
9e4194bd5e yelp-tools: 42.beta → 42.0
https://gitlab.gnome.org/GNOME/yelp-tools/-/compare/42.beta...42.0
2022-03-25 15:02:47 +01:00
Jan Tojnar
97aa2a6d1b yelp-tools: 41.0 → 42.beta
https://gitlab.gnome.org/GNOME/yelp-tools/-/compare/41.0...42.beta
2022-03-25 15:01:23 +01:00
OPNA2608
d2f268745a treewide: autoPatchelfHook only on Linux 2022-03-23 21:37:39 +01:00
github-actions[bot]
c62314becb
Merge staging-next into staging 2022-03-22 06:01:42 +00:00
Felix Buehler
dfff76aa14 haskellPackages.hercules-ci-optparse-applicative: switch to fetchFromGitHub 2022-03-16 00:45:12 +01:00
Maximilian Bosch
f8fc20df2b
breakpad: fix build w/glibc-2.34
Failing Hydra build: https://hydra.nixos.org/build/155160812

Fix derived from Fedora's Chromium fix[1].

[1] c3fea07699/f/chromium-92.0.4515.107-rawhide-gcc-std-max-fix.patch
2022-02-27 10:26:49 +01:00
Malo Bourgon
61cce0f23c google-clasp: use nodePackages."@google/clasp" 2022-02-14 13:37:11 -08:00
Travis A. Everett
234b4a1534
resholve: work around nixpkgs aarch64-darwin issues (#155251)
- add an oil-dev patch to work around build failure documented in
  https://github.com/NixOS/nixpkgs/issues/154203
- override configargparse to disable tests and work around failure
  reported in https://github.com/NixOS/nixpkgs/issues/156807
2022-01-27 10:37:34 +09:00
Travis A. Everett
bd1fbc0a6f resholve: 0.6.8 -> 0.6.9 2022-01-24 08:39:54 +01:00
Ben Siraphob
0f050a1236
treewide: replace http://github.com with https://github.com 2022-01-07 09:58:36 +07:00
Asko Soukka
e3cba2b9da
haskellPackages.hasura: 2.0.9 -> 2.0.10 2021-12-02 21:26:51 +02:00
Martin Weinelt
37fa1e7c1d treewide: pass and inherit writeShellScript in node2nix packages 2021-11-16 16:08:23 +01:00
Travis A. Everett
3b83eeb903 resholve: 0.6.6 -> 0.6.8 2021-11-12 00:24:36 -06:00
xaverdh
03a257e5a3
treewide: quote urls according to rfc 0045 (#145260)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-10 11:37:56 +01:00
Jan Tojnar
e38bc6d806 yelp-tools: 40.0 → 41.0 2021-10-15 02:38:22 +02:00
John Ericson
927a438a16
Merge pull request #140055 from obsidiansystems/newlib-nano
newlib: Add parameter for "nano" variant
2021-10-04 11:11:12 -04:00
Travis A. Everett
a9454f539b resholve: actually import resholveScript* 2021-09-30 18:54:09 -05:00
John Ericson
5ea6bb839e newlib: Add parameter for "nano" variant 2021-09-30 11:48:46 -04:00
sterni
53432e913b
Merge pull request #138596 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2021-09-29 23:24:50 +02:00
Mario Rodas
737e603855 h3: enable on darwin 2021-09-29 14:03:16 -05:00
github-actions[bot]
2a1a484050
Merge master into haskell-updates 2021-09-28 00:06:32 +00:00
Travis A. Everett
1dd78cbd74 resholve: 0.6.5 -> 0.6.6, respect buildInputs 2021-09-27 16:01:09 +09:00
Travis A. Everett
407ff07598 resholve: 0.6.4 -> 0.6.5 2021-09-27 16:01:09 +09:00
Travis A. Everett
8b2cd3a79a resholve: 0.6.3 -> 0.6.4 2021-09-27 16:01:09 +09:00
Travis A. Everett
679b29d33d resholve: 0.6.2 -> 0.6.3, fix readme 2021-09-27 16:01:09 +09:00
Travis A. Everett
6568f18ea3 resholve: 0.6.1 -> 0.6.2 2021-09-27 16:01:09 +09:00
Travis A. Everett
b5833091d4 resholve: 0.6.0 -> 0.6.1, add resholveScript* fns 2021-09-27 16:01:09 +09:00
Travis A. Everett
67ec4fa479 resholve: fix review nits from #138080 2021-09-27 16:01:09 +09:00
Travis A. Everett
a649cbca09 resholvePackage: extract util functions
Extract argument-handling utility functions to prepare for adding
resholveScript* functions.

This tracks upstream work, but I broke it up a little more semantically here
in case it aids review. See:
6aab748205
2021-09-27 16:01:09 +09:00
lassulus
b421990ae0 haskellPackages.hasura: 2.0.7 -> 2.0.9 2021-09-26 10:28:31 +02:00
Travis A. Everett
08b791a01b resholve: 0.5.1 -> 0.6.0, refactor, +binlore
A bit going on here.
- Updating resholve from 0.5.1 -> 0.6.0
  - adding a depdendency, `binlore`, to supply ~intel on executables
    that supports new functionality in resholve
  - adding a package, `yallback`, which provides rule-based callbacks
    for YARA rule matches (depdency of `binlore`).
  - automatically generating "lore" for each `input` to a solution in
    `resholvePackage`.
  - update README
- restructuring some nix components to better support
  my local dev and CI workflows.
  - moved package tests into passthru/tests.nix (cuts `bats` out of
    resholve's immediate dependencies, makes it possible to add my
    existing Nix API test).
  - move my oil-dev patches out of resholve into a separate repo (no
    oil rebuild every time resholve's source changes). Also moving
    oil-dev into its own Nix file here, to ~track the default.nix in
    its own repo.
2021-09-22 09:54:04 -05:00
(cdep)illabout
d72da40884
hasura-graphql-engine: add lassulus as maintainer for all dependencies 2021-08-22 10:25:09 +09:00
lassulus
af115b8609 haskellPackages.graphql-engine: 2.0.5 -> 2.0.7 2021-08-19 14:15:21 +02:00
Dennis Gosnell
cc8c5ba53e
Merge pull request #133621 from Lassulus/hasura
hasura graphql-engine: 1.0.0 -> 2.0.5
2021-08-17 10:02:08 +09:00
lassulus
d07be4c5cb haskellPackages.graphql-engine: update to 2.0.5 + refactor 2021-08-16 19:51:58 +02:00
Pooya Moradi
5194c3580c inav: move the directory to pkgs/development/embedded/stm32/ 2021-08-16 15:29:58 +04:30
Pooya Moradi
0fc6582466 betaflight: move the directory to pkgs/development/embedded/stm32/ 2021-08-16 15:29:57 +04:30
Felix Buehler
50bf14a4d4 avr8-burn-omat: remove phases 2021-08-04 17:43:19 +02:00
Bernardo Meurer
1a182deb8c
rpiboot-unstable -> rpiboot 2021-07-30 17:16:17 -07:00
Bernardo Meurer
79bb3ad904
rpiboot-unstable: unstable-2020-10-20 -> 2021.07.01 2021-07-30 16:50:18 -07:00
Sandro Jäckel
b4099137b1
pythonPackages: deprecate ConfigArgParse alias 2021-07-21 13:32:54 +02:00
Sandro
4f46219bd8
Merge pull request #130711 from r-ryantm/auto-update/h3
h3: 3.7.1 -> 3.7.2
2021-07-21 13:26:36 +02:00
R. RyanTM
79a40e5afc h3: 3.7.1 -> 3.7.2 2021-07-20 05:22:37 +00:00
github-actions[bot]
382fdc7ad3
Merge master into staging-next 2021-07-18 00:01:24 +00:00
Felix Buehler
1e9baed56b various: cleanup of 'inherit version;' 2021-07-16 00:17:12 +02:00
Felix Buehler
3c12e95ad1 development: /s/name/pname&version/ 2021-06-30 09:45:11 +02:00
IvarWithoutBones
7bee527fce newlib: 3.3.0 -> 4.1.0 2021-06-14 01:10:28 +02:00