Commit Graph

169 Commits

Author SHA1 Message Date
éclairevoyant
f3a3165277
chrysalis: remove meta = with lib; 2024-06-24 12:21:00 -04:00
éclairevoyant
44fad83afa
chrysalis: fix source provenance 2024-06-24 12:20:33 -04:00
éclairevoyant
2dee6a31cc
chrysalis: format with nixfmt-rfc-style 2024-06-24 12:20:33 -04:00
éclairevoyant
47daebc912
chrysalis: mark update script executable 2024-06-24 12:20:31 -04:00
github-actions[bot]
c1d6d547af
Merge staging-next into staging 2024-06-24 06:01:33 +00:00
nixpkgs-merge-bot[bot]
2ee53d800a
Merge pull request #321959 from r-ryantm/auto-update/chezmoi
chezmoi: 2.49.0 -> 2.49.1
2024-06-24 04:05:28 +00:00
Martin Weinelt
2096642430
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/os-specific/windows/mingw-w64/default.nix
2024-06-23 19:09:00 +02:00
R. Ryantm
442cd7dee5 chezmoi: 2.49.0 -> 2.49.1 2024-06-23 13:03:29 +00:00
Emily
fbda1dbfd6 treewide: replace freeglut with libglut
Allow the macOS GLUT framework to be used automatically in many
cases. Packages that specifically search for freeglut or require its
additional APIs should still explicitly depend on it.

Deliberately skip the Haskell package set, which is mostly
automatically generated, and mupdf, which has its own fork of freeglut.
2024-06-22 18:06:51 +01:00
R. Ryantm
d6b36ce958 charmcraft: 2.6.0 -> 2.7.0 2024-06-22 12:27:01 +00:00
Martin Weinelt
f822b2ba5c Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/development/python-modules/langsmith/default.nix
- pkgs/development/python-modules/rich-pixels/default.nix
- pkgs/servers/teleport/generic.nix
2024-06-18 20:16:19 +02:00
Zitrone
96e490fbb9
ChowKick: rename to chow-kick 2024-06-16 15:56:52 +02:00
Zitrone
ec6678c0f6
ChowPhaser: rename to chow-phaser 2024-06-16 15:49:40 +02:00
Zitrone
a479d38d70
ChowCentaur: rename to chow-centaur 2024-06-16 15:34:04 +02:00
Zitrone
40c832b32c
CHOWTapeModel: rename to chow-tape-model 2024-06-16 15:09:37 +02:00
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
R. Ryantm
3f99135e9c chezmoi: 2.48.2 -> 2.49.0 2024-06-11 12:51:13 +00:00
Sandro
36e3422e7b
Merge pull request #318016 from wegank/taler-bump 2024-06-10 15:52:03 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Weijia Wang
275236f0be challenger: 0.10.0 -> 0.11.0 2024-06-07 15:42:53 +02:00
Pol Dellaiera
ba2ec015bd
Merge pull request #312528 from wegank/challenger-init
challenger: init at 0.10.0
2024-06-07 11:55:45 +02:00
Peder Bergebakken Sundt
23ed9cb9fe
Merge pull request #262916 from jfvillablanca/chatgpt-shell-cli
chatgpt-shell-cli: init at unstable-2023-05-16
2024-06-07 09:47:43 +02:00
jfvillablanca
93fdac5bd4 chatgpt-shell-cli: init at unstable-2023-05-16 2024-06-07 08:49:04 +08:00
Robert Hensing
28bb1f896e
Merge pull request #312442 from fgaz/changelog-d/1.0
changelog-d: 0.1-git-2816ddb -> 1.0
2024-06-03 18:33:11 +02:00
R. Ryantm
a87ddbc8ec chezmoi: 2.48.1 -> 2.48.2 2024-05-31 15:50:12 +00:00
Sergei Zimmerman
34a197ee29 ch341eeprom: 0-unstable-2021-01-05 -> 0-unstable-2024-05-06
Added passthru.updateScript. Reformatted with `nixfmt-rfc-style`.
Removed `with lib;` usage. Sorted meta attributes lexicographically.
2024-05-25 17:32:47 +03:00
Weijia Wang
a5d8894211 challenger: init at 0.10.0 2024-05-18 11:55:09 +02:00
Francesco Gazzetta
31a42541af changelog-d: 0.1-git-2816ddb -> 1.0 2024-05-17 15:45:44 +02:00
Atemu
b4047a0455
Merge pull request #279260 from SuperSamus/multiPkgs-false-remove
treewide: remove `multiArch=false` and wrong usage of `extraPkgs`
2024-05-14 09:59:43 +02:00
Martino Fontana
6e465f4550 treewide: fix use of extraPkgs in AppImages
Mostly removes unnecessary use of `extraPkgs = pkgs: appimageTools.defaultFhsEnvArgs.multiPkgs pkgs;`
This caused some packages to be listed twice.

Also, fix some styling, and accidental use of top-level packages (sometimes due to the `with;` keyword, e.g. on `beeper`).
Remove inclusions of `bash`, since `bashInteractive` is already present by default.
2024-05-13 20:35:07 +02:00
Martino Fontana
bea50e5f6e treewide: remove multiArch=false from buildFHSEnv usages
Cleanup after the work of #240860.
Also preventing new packages to copy from outdated ones.
2024-05-13 20:32:47 +02:00
R. Ryantm
09bc20ed99 chezmoi: 2.48.0 -> 2.48.1 2024-05-13 01:03:06 +00:00
Anderson Torres
8e739a5b02 chemacs2: init at 0-unstable-2023-01-20 2024-04-29 18:05:05 -03:00
Anderson Torres
10b3cfca2e chezmoi: 2.47.4 -> 2.48.0 2024-04-26 22:22:37 -03:00
Anderson Torres
d2f0ed6113 chezmoi: refactor and adopt
- get rid of rec
2024-04-26 22:22:37 -03:00
Anderson Torres
18e5fe0e79 chezmoi: migrate to by-name 2024-04-26 22:22:36 -03:00
Peder Bergebakken Sundt
985aa8174d treewide: unbreak appimageTools.wrapType2 builds
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided.
Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result.
This should fix most instances.

contex: #271071
2024-04-24 15:26:52 +02:00
Pol Dellaiera
6b6c0dff89
Merge pull request #303369 from jnsgruk/charmcraft
charmcraft: init at 2.6.0
2024-04-17 17:22:10 +02:00
R. Ryantm
d2a5fa0d55 chess-tui: 1.2.0 -> 1.2.1 2024-04-16 16:03:21 +00:00
Jon Seager
f6e8d5fa87
charmcraft: init at 2.6.0 2024-04-16 10:57:08 +01:00
Aleksana
6b5da54dbb
Merge pull request #299048 from ByteSudoer/init-chess-tui
chess-tui: init at 1.2.0
2024-04-11 16:38:18 +08:00
ByteSudoer
f5933f5148 chess-tui: init at 1.2.0 2024-04-11 04:18:49 +01:00
Robert Hensing
e9332c9fbd
Merge pull request #302917 from tweag/fix/changelog-d
changelog-d: fix build
2024-04-11 01:37:02 +02:00
Silvan Mosberger
ba90425948 changelog-d: fix build
Build failed (https://hydra.nixos.org/build/254972708/nixlog/2) with

    Error: Setup: Encountered missing or private dependencies:
    base >=4.11.1.0 && <4.12 || >=4.12.0.0 && <4.13 || >=4.13.0.0 && <4.14 ||
    >=4.14.0.0 && <4.15 || >=4.16.1.0 && <4.17 || >=4.17.0.0 && <4.18
2024-04-09 22:15:04 +02:00
isabel
213c2aa85c
charm-freeze: 0.1.4 -> 0.1.6 2024-04-09 11:47:59 +01:00
Carlos Alexandro Becker
571ecbf889
charm-freeze: init at 0.1.4
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-03-26 15:44:21 -03:00
a-n-n-a-l-e-e
cf30faf454
Merge pull request #298511 from a-n-n-a-l-e-e/ch341eeprom-license
ch341eeprom: fix license
2024-03-23 23:24:35 -07:00
annalee
b9035c712f
ch341eeprom: fix license 2024-03-24 01:36:04 +00:00
Weijia Wang
a26597e2a4
Merge pull request #298408 from Aleksanaa/chromatic
chromatic: fix build
2024-03-23 21:55:46 +01:00
aleksana
a676aa1531 chromatic: fix build 2024-03-24 01:40:07 +08:00
a-n-n-a-l-e-e
4e06413537
Merge pull request #295963 from xokdvium/xokdvium/ch341eeprom-init
ch341eeprom: init at 0-unstable-2021-01-05
2024-03-23 08:54:12 -07:00
Sergei Zimmerman
97ac7798e9
ch341eeprom: init at 0-unstable-2021-01-05 2024-03-23 18:03:34 +03:00
éclairevoyant
516de99140
Merge pull request #292494 from jtbx/chawan
chawan: init at 0-unstable-2024-03-01
2024-03-19 19:47:16 +00:00
Jeremy Baxter
f15d9c9c1e chawan: init at 0-unstable-2024-03-01 2024-03-20 07:48:57 +13:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Weijia Wang
728f9c3613
Merge pull request #292133 from Aleksanaa/chromatic
chromatic: init at 0-unstable-2023-08-05
2024-03-02 13:15:11 +01:00
aleksana
d736c68268 chromatic: init at 0-unstable-2023-08-05 2024-02-29 02:31:21 +08:00
éclairevoyant
cd9b5900bc
chrysalis: 0.13.2 -> 0.13.3 2024-01-24 11:58:11 -05:00
éclairevoyant
6d1da3580b
chrysalis: set passthru.updateScript 2024-01-24 11:58:11 -05:00
éclairevoyant
ee66b69564
chrysalis: add eclairevoyant, nshalman to maintainers 2024-01-24 11:58:02 -05:00
éclairevoyant
c93716a025
chrysalis: move to pkgs/by-name 2024-01-24 11:55:44 -05:00
Michael Evans
a4c7cc9b69 chess-clock: init at 0.6.0 2024-01-16 20:43:54 +02:00
Robert Hensing
9f4a3df2e7 changelog-d: Add shell completions 2023-11-19 13:17:23 +01:00
Robert Hensing
eb8dafd288 changelog-d: Document tests and updateScript 2023-11-19 12:44:45 +01:00
Robert Hensing
0ff56d503a haskellPackages.changelog-d: Rename file 2023-11-19 12:44:45 +01:00
Robert Hensing
25df0e6409 changelog-d: Move out updateScript 2023-11-19 12:44:45 +01:00
Robert Hensing
3ce9db808b changelog-d: Move out tests.basic 2023-11-19 12:44:44 +01:00
Robert Hensing
9009c53c97 changelog-d: Use justStaticExecutables
I couldn't get the separate bin output to work.
2023-11-19 12:44:21 +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