Commit Graph

106 Commits

Author SHA1 Message Date
R. Ryantm
92d69dd2be charmcraft: 3.1.1 -> 3.1.2 2024-08-14 02:33:51 +00:00
Nick Cao
8a1981fb68
Merge pull request #332960 from r-ryantm/auto-update/chawan
chawan: 0-unstable-2024-07-14 -> 0-unstable-2024-08-03
2024-08-09 18:08:23 -04:00
R. Ryantm
619966cf73 chezmoi: 2.51.0 -> 2.52.0 2024-08-08 00:31:02 +00:00
R. Ryantm
b4b293ec6c chawan: 0-unstable-2024-07-14 -> 0-unstable-2024-08-03 2024-08-07 09:32:33 +00:00
adisbladis
e0816431a2 treewide: Pass self when overriding Python
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
  python' = python3.override {
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.

And the same with `self`:
```
with import <nixpkgs> { };
let
  python' = python3.override {
    self = python';
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.

This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00
Jon Seager
53dede4287
charmcraft: 2.7.0 -> 3.1.1 2024-07-25 09:49:09 +01:00
Robert Schütz
2e5a44fb24 charmcraft: add setuptools to dependencies 2024-07-24 09:34:06 -07:00
Robert Schütz
1ed734c6c1 charmcraft: pin pydantic-yaml 2024-07-24 09:34:06 -07:00
nixpkgs-merge-bot[bot]
52a4634195
Merge pull request #327555 from r-ryantm/auto-update/chezmoi
chezmoi: 2.50.0 -> 2.51.0
2024-07-16 21:15:20 +00:00
Masum Reza
35b8cc9adf
Merge pull request #324090 from Guanran928/chance
chance: init at 4.0.0
2024-07-16 19:07:22 +05:30
R. Ryantm
0dca1e76cf chezmoi: 2.50.0 -> 2.51.0 2024-07-16 14:17:32 +02:00
Guanran Wang
699e2e9d1a
chance: init at 4.0.0
Co-authored-by: seth <getchoo@tuta.io>
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-07-16 10:02:39 +05:30
éclairevoyant
db10106dbc
chawan: 0-unstable-2024-03-01 -> 0-unstable-2024-07-14 2024-07-15 20:09:35 -04:00
éclairevoyant
b4dbbdf34e
chawan: set updateScript 2024-07-15 12:12:00 -04:00
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
Sandro
6af55cb91c
Merge pull request #325601 from r-ryantm/auto-update/python312Packages.craft-providers 2024-07-11 10:49:09 +02:00
Jon Seager
de97b31f36
charmcraft: run nixfmt-rfc-style 2024-07-10 16:44:00 +02:00
Jon Seager
438d5c64ee
charmcraft: use setuptools.dist rather than distutils.util 2024-07-10 16:43:51 +02:00
❄️
5c1ffc0e06
Merge pull request #325099 from lucasew/20240704-chatd
chatd: init at 1.1.2
2024-07-08 16:24:26 -03:00
lucasew
a7ef773882 chatd: init at 1.1.2
Release: https://github.com/BruceMacD/chatd/releases/tag/v1.1.2

Signed-off-by: lucasew <lucas59356@gmail.com>
2024-07-08 13:28:21 -03:00
Martin Weinelt
fda13875da Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/deebot-client/default.nix
- pkgs/development/python-modules/pytest-examples/default.nix
- pkgs/development/python-modules/w3lib/default.nix
2024-07-05 13:04:01 +02:00
nixpkgs-merge-bot[bot]
dc395d8c73
Merge pull request #324225 from r-ryantm/auto-update/chezmoi
chezmoi: 2.49.1 -> 2.50.0
2024-07-05 03:09:53 +00:00
github-actions[bot]
30cfd4445f
Merge master into staging-next 2024-07-05 00:02:21 +00:00
❄️
a510ae897b
Merge pull request #288931 from heywoodlh/choose-gui
choose-gui: init 1.3.1
2024-07-04 20:17:08 -03:00
Spencer Heywood
35a5615fa2
choose-gui: init 1.3.1
Release: https://github.com/chipsenkbeil/choose/releases/tag/1.3.1
2024-07-04 14:59:56 -06:00
R. Ryantm
dae3412034 chezmoi: 2.49.1 -> 2.50.0 2024-07-03 04:50:02 +00:00
Martin Weinelt
7b8429bbc4
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/jaxtyping/default.nix
2024-07-02 12:08:49 +02:00
Jan Tojnar
2413b51652 gnome: Unmaintain dead packages 2024-07-01 09:35:26 +02:00
Jan Tojnar
453e89fd19 cheese: Move from gnome scope to top-level 2024-07-01 08:26:50 +02:00
Martin Weinelt
9b79a05ae1
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/flexcache/default.nix
- pkgs/development/python-modules/flexparser/default.nix
- pkgs/development/python-modules/odp-amsterdam/default.nix
- pkgs/development/python-modules/pint/default.nix
- pkgs/development/python-modules/uncertainties/default.nix
- pkgs/top-level/python-packages.nix
2024-07-01 01:07:21 +02:00
Matthias Beyer
8b1027f368
Merge pull request #322382 from r-ryantm/auto-update/chow-kick
chow-kick: 1.1.1 -> 1.2.0
2024-06-30 17:32:14 +02:00
R. Ryantm
cfc48e7f2e chow-kick: 1.1.1 -> 1.2.0 2024-06-25 11:19:45 +00:00
Martin Weinelt
de245ec4a5
Merge remote-tracking branch 'origin/master' into staging-next 2024-06-25 13:00:25 +02:00
éclairevoyant
5cca28cafa
chrysalis: remove unneeded rec 2024-06-24 12:21:02 -04:00
éclairevoyant
77a8116270
chrysalis: fix meta.mainProgram 2024-06-24 12:21:02 -04:00
éclairevoyant
fb87f8a1d1
chrysalis: replace deprecated --replace with --replace-fail 2024-06-24 12:21:02 -04:00
éclairevoyant
c42401aae5
chrysalis: fix pname misuse 2024-06-24 12:21:02 -04:00
é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