Commit graph

296 commits

Author SHA1 Message Date
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