Commit Graph

1673 Commits

Author SHA1 Message Date
nixpkgs-ci[bot]
e23c3f07e7 Merge master into staging-next 2025-09-28 18:05:02 +00:00
Sandro
4c80be0ea5 treewide: remove bower (#443594) 2025-09-28 13:15:39 +00:00
Sandro Jäckel
a71bf6cd30 treewide: remove bower 2025-09-26 22:26:22 +02:00
nixpkgs-ci[bot]
e11e848c96 Merge master into staging-next 2025-09-25 18:05:56 +00:00
Yifei Sun
73432f59e1 ocamlPackages.buildDunePackage: support fixed point args with lib.extendMkDerivation 2025-09-25 14:59:57 +02:00
sternenseemann
f02201c53a ghc: 9.8.4 -> 9.10.3; Stackage LTS: 23.27 -> 24.9 (#429810) 2025-09-20 23:09:13 +02:00
nixpkgs-ci[bot]
7f15939d62 Merge 4199f186ec into haskell-updates 2025-09-14 00:21:51 +00:00
nixpkgs-ci[bot]
eea9839c6e Merge staging-next into staging 2025-09-14 00:17:55 +00:00
Doron Behar
231b7fcbb5 doc/javascript: Warn against the use of mkYarnPackage (#437223) 2025-09-13 22:34:30 +00:00
sternenseemann
ed65db9c51 ghc: 9.10.2 -> 9.10.3
https://www.haskell.org/ghc/blog/20250910-ghc-9.10.3-released.html
2025-09-12 00:34:54 +02:00
Wolfgang Walther
6047f7d6d6 Merge commit '40c7c335458e1a4a0a961f684d0395ff59a9b8ac' into haskell-updates 2025-09-11 21:27:34 +02:00
Wolfgang Walther
b9ec8bed14 treewide: fix typos in md files (#439306) 2025-09-09 08:03:31 +00:00
Ben Siraphob
1e82a2f358 doc: fix typos 2025-09-09 13:14:34 +07:00
Wolfgang Walther
e883d6d78c Merge commit '50a00d8692c0253cc75a3dc0bfc46a88d98f1b8c' into haskell-updates 2025-09-07 20:29:39 +02:00
nixpkgs-ci[bot]
7f33f65be5 Merge master into staging-next 2025-09-07 18:04:47 +00:00
Emily
3b7e7e362b haskell.compiler.ghc928: drop 2025-09-07 18:45:52 +01:00
Wolfgang Walther
6ae791288e Merge commit '33d95fc71031eb4a1943c8cdcea3fe95aaba0910' into haskell-updates 2025-09-03 18:37:19 +02:00
nixpkgs-ci[bot]
9f455ea141 Merge master into staging-next 2025-09-01 16:25:26 +00:00
mmfallacy
a116c18dd8 doc/vim: fix instructions on vim-plugins-updater update
See 1e71cad6e4/maintainers/scripts/pluginupdate-py/pluginupdate.py (L487).

This line checks the plugin's name and normalizes it before checking with `to_update`.
`to_update` is a raw list of packages you want to update.

Thus, calling `vim-plugins-updater update "package-name"` filters `current_plugin_specs`, removing all `PluginDesc` with *normalized* names that do not match `to_update`

Hence, updating something like "mini.nvim" does not work as the filter expects normalized names. Using "mini-nvim" instead works as intended
2025-08-31 13:26:55 +08:00
polyfloyd
3eea28e982 doc/javascript: Warn against the use of mkYarnPackage 2025-08-29 13:12:56 +02:00
Robert Hensing
36bc5fa622 Merge master into haskell-updates 2025-08-28 14:08:43 +02:00
K900
92c54de171 Merge remote-tracking branch 'origin/staging-next' into staging 2025-08-28 12:55:20 +03:00
Ben Siraphob
cc5b731ed3 doc: fix typos 2025-08-27 11:46:26 -07:00
sternenseemann
699736ec28 Merge commit ce24ba99aa into haskell-updates 2025-08-23 12:17:31 +02:00
Vladimír Čunát
7f3ba72e24 Merge branch 'master' into staging 2025-08-23 11:39:22 +02:00
K900
e9a7500b70 Merge remote-tracking branch 'origin/master' into staging-next 2025-08-23 09:24:59 +03:00
Emily
b5a4a0a6cc {gdc,gdmd}: drop
GDC 11 was the last version that could bootstrap without a D compiler,
and GDC don’t offer their own binaries any more. GCC 11 is now
end‐of‐life and being removed (as is GCC 12, even).

It’s possible that we could use another distribution’s binary
packages to bootstrap this, or go via our DMD package (it’s
apparently not possible to bootstrap GDC with LDC, but I’m not sure
about DMD), but as nobody has worked on it in the three years since
GCC 12 came out, it seems like interest is limited, and it’s more
of a yak shave than I’m up for right now.

A full from‐source bootstrap chain would of course be nice, but is
more the realm of the minimal bootstrap work than something we’d
want to keep GCC 11 around in the main package set indefinitely for.
2025-08-22 23:01:59 +01:00
Emily
1bcb29135a cudaPackages_{12_0,12_1,12_2,12_3,12_4,12_5}: drop 2025-08-22 16:18:23 +01:00
Wolfgang Walther
25fedb005f Revert "python3Packages.buildPythonPackage: default enabledTestPaths = [ "." ]" 2025-08-19 12:47:11 +00:00
Wolfgang Walther
746cd1fbea python3Packages.buildPythonPackage: default enabledTestPaths = [ "." ] (#425191) 2025-08-18 14:54:30 +00:00
Yueh-Shun Li
5bf25dffb6 python3Packages.buildPythonPackage: default enabledTestPaths = [ "." ]
Explicitly provide a default value for the argument `enabledTestPaths`
as the current working directory (`enabledTestPaths = [ "." ]`)
to simplify overriding (making `enabledTestPaths` always specified as a
non-empty list) while preserving `pytest`'s default behaviour of
discovering tests in the current working directory.

Assert the specified `enabledTestPaths` value to be a non-empty list.
2025-08-18 04:43:19 +08:00
nixpkgs-ci[bot]
bb71dfa5c1 Merge ee11c0fef4 into haskell-updates 2025-08-15 00:23:03 +00:00
nixpkgs-ci[bot]
6be5b2521e Merge staging-next into staging 2025-08-14 18:06:37 +00:00
Fabián Heredia Montiel
675812fca5 Merge remote-tracking branch 'origin/master' into staging-next 2025-08-14 09:23:01 -06:00
Doron Behar
ba78835ed9 doc/python: fix commit prefix instructions (refer to pkgs/README)
A followup to:

https://github.com/NixOS/nixpkgs/pull/431688#discussion_r2274409327
2025-08-14 10:32:27 +03:00
nixpkgs-ci[bot]
0962d886bb Merge 27473e9a5e into haskell-updates 2025-08-14 00:21:59 +00:00
nixpkgs-ci[bot]
cb60966cae Merge staging-next into staging 2025-08-14 00:18:07 +00:00
K900
40539042b8 Merge remote-tracking branch 'origin/master' into staging-next 2025-08-13 21:30:19 +03:00
Jeremy Fleischman
e7221c7ce4 Revert "treewide: drop usage of nixfmt-rfc-style alias"
This reverts commit c19b2c3c49.

As per the discussion
[here](https://github.com/NixOS/nixpkgs/pull/433100#issuecomment-3184482777),
it's too early to drop usage of the alias in documentation.

Removing the references is tracked by
<https://github.com/NixOS/nixpkgs/issues/425583>, which a member of the
Nix Formatting team will do when the time is right.
2025-08-13 09:56:13 -07:00
nixpkgs-ci[bot]
93af7bada9 Merge e4b54494cb into haskell-updates 2025-08-13 00:22:20 +00:00
nixpkgs-ci[bot]
9910bc5b76 Merge staging-next into staging 2025-08-13 00:18:48 +00:00
Fabián Heredia Montiel
03c3164694 Merge remote-tracking branch 'origin/master' into staging-next 2025-08-12 18:14:55 -06:00
Sandro Jäckel
c19b2c3c49 treewide: drop usage of nixfmt-rfc-style alias 2025-08-12 20:49:04 +02:00
Paul Meyer
cf4e81e3bc buildGoModule: add buildTestBinaries option, add tests (#427334) 2025-08-12 10:14:14 +02:00
nixpkgs-ci[bot]
fa3b2438b2 Merge 54b5c7b431 into haskell-updates 2025-08-03 00:25:56 +00:00
nixpkgs-ci[bot]
590adebb71 Merge staging-next into staging 2025-08-02 12:07:14 +00:00
lassulus
61c572b0fc docs/factor: fixup Factor docs referencing correct vocab root name (#426570) 2025-08-02 08:16:27 +02:00
sternenseemann
6516f9f0d8 ghc: 9.8.4 -> 9.10.2
GHC 9.10.2 seems to be unaffected by the i686 issue, so we can use 9.10
almost everywhere, c.f. https://gitlab.haskell.org/ghc/ghc/-/issues/25904.

haskellPackages: stackage LTS 23.27 -> LTS 24.2

all-cabal-hashes: 2025-07-07T21:33:55Z -> 2025-07-28T06:22:26Z

Make sure to retain Cabal and Cabal-syntax == 3.14.* which is currently
used by cabal2nix-unstable.
2025-07-30 12:32:47 +02:00
Paul Meyer
969cc016b0 docs: document buildTestBinaries for buildGoModule
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
2025-07-29 11:38:36 +02:00
Wolfgang Walther
3f3bd4ce47 Merge commit 'ebebf7f93a3ef53489e240247e518f2f08d85b28' into haskell-updates 2025-07-24 14:38:10 +02:00