Antoine Viallon
ae98fb4f90
python3Packages.certbot-dns-ovh: init at 2.6.0 (follows certbot)
2023-09-29 08:51:57 +02:00
Peder Bergebakken Sundt
175f10a559
poetry2nix: remove flitBuildHook
2023-09-22 21:11:24 +02:00
Robert Schütz
7b6bc2521b
poetry2nix: mark poetry insecure
2023-09-07 21:41:06 -07:00
Theodore Ni
253a291274
poetry2nix.overrides: update build systems for bootstrap packages
...
We need to clarify these or else the wrong build system gets added and
we find ourselves with an infinite recursion.
2023-08-20 11:00:52 +02:00
Theodore Ni
6b63908855
poetry2nix.overrides.wheel: adapt to new wheel version
...
Co-authored-by: adisbladis <adisbladis@gmail.com>
2023-08-20 11:00:52 +02:00
natsukium
b9b3be8e09
python310Packages.backports_functools_lru_cache: remove
...
we no longer need to backport to python3.2
2023-07-28 23:47:36 +09:00
natsukium
f53b5bd71f
python310Packages.python-pushover: remove
...
It is unmaintained and broken.
2023-07-03 17:48:19 +09:00
adisbladis
5253398b78
poetry2nix: 1.41.0 -> 1.42.1
2023-06-30 12:53:44 +12:00
Guillaume Girol
a88388be67
poetry2nix overrides: readd ihatemoney
...
it was unduely removed in https://github.com/NixOS/nixpkgs/pull/225285
See 3cc8b4477e (diff-023a4624b5b2b252529285ae13a4827ca0343fc11a93630c0a6c87eb550b258a)
2023-06-18 12:00:00 +00:00
Weijia Wang
4b8f7098da
foundationdb: cleanup
2023-06-08 14:48:41 +03:00
Martin Weinelt
cddb66d655
python310Packages.scikit-image: rename from scikitimage
...
to match the pname and create an alias for the former name.
2023-05-14 13:04:10 +02:00
Alyssa Ross
5e06b3cb19
treewide: don't use rustPlatform.rust
...
This will be deprecated in the next commit.
2023-05-12 15:31:21 +00:00
Sandro Jäckel
00000001b4
treewide: switch builtins.fromJSON(builtins.readFile ./file.json) to lib.importJSON ./file.json #2
2023-05-06 16:20:13 +02:00
Weijia Wang
1d5ff2163e
Merge pull request #215336 from Hjdskes/foundationdb
...
Foundationdb: package 7.1.26
2023-04-26 15:00:28 +03:00
Guillaume Girol
3cc8b4477e
python3.pkgs.ihatemoney: remove
...
sqlalchemy and flask releases break ihatemoney faster than upstream
updates, so the maintenance burden increases over time.
2023-04-16 16:04:35 +02:00
adisbladis
bc0e5c1205
poetry2nix: 1.40.1 -> 1.41.0
2023-04-06 12:32:15 +12:00
Jente Hidskes Ankarberg
6fc2ba036a
foundationdb: add 7.1.26
2023-03-30 16:01:17 +02:00
adisbladis
096cb0ea37
poetry2nix: 1.39.1 -> 1.40.0
2023-03-24 14:34:07 +13:00
Felix Buehler
d10e69c86b
treewide: deprecate isNull
...
https://nixos.org/manual/nix/stable/language/builtins.html#builtins-isNull
2023-03-06 22:40:04 +01:00
Izorkin
61295f7a0e
poetry2nix: fix override bootstrapped-pip
2023-02-28 03:37:38 +03:00
Alyssa Ross
52c286ee5b
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/libraries/pmdk/default.nix
2023-02-23 13:51:34 +00:00
Artturin
f9fdf2d402
treewide: move NIX_CFLAGS_COMPILE to the env attrset
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d
treewide: use toString on list NIX_CFLAGS_COMPILE
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
github-actions[bot]
58cfebde3e
Merge staging-next into staging
2023-02-15 00:02:50 +00:00
Felix Buehler
cdb39a86e0
treewide: use optionalString
2023-02-13 21:52:34 +01:00
Artturin
4e3dcf364e
treewide: makeSetupHook deps -> propagatedBuildInputs
2023-02-07 21:02:00 +02:00
Guillaume Girol
33afbf39f6
treewide: switch to nativeCheckInputs
...
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Robert Schütz
17c15cc3ff
poetry: don't use poetry2nix
2023-01-07 10:31:02 -08:00
Sergei Trofimovich
7843a268f2
poetry2nix: drop unused pkgs.xlibsWrapper import
...
It's a cherry-pick of upstream
https://github.com/nix-community/poetry2nix/pull/897
Merging this earlier will allow removing `xlibsWrapper` entirely.
2022-12-27 09:24:23 +01:00
figsoda
ec8cb34358
treewide: fix typos
2022-12-17 19:39:44 -05:00
adisbladis
8493ebc89c
poetry2nix: 1.38.0 -> 1.39.1
2022-12-11 03:18:01 +13:00
Robert Schütz
d1bdaa9a99
poetry: mark insecure
...
The version of cleo in poetry.lock (1.0.0a5) is vulnerable to
CVE-2022-42966.
2022-12-09 09:45:59 -08:00
Artturin
c55b931644
treewide: fix lints and remove a unneeded cmake input
2022-12-09 01:16:08 +02:00
adisbladis
1fc77acd1d
poetry2nix 1.37.0 -> 1.38.0
2022-12-07 18:33:07 +13:00
adisbladis
083a6cfa96
poetry2nix: 1.36.0 -> 1.37.0
2022-12-01 22:10:01 +13:00
Theodore Ni
a2972fca8c
python310Packages.filemagic: remove
...
This package is inactive: the last PyPI release was in 2013 and the last
GitHub activity was in 2014. It was introduced in 2019 for paperless,
but it's no longer used after paperless was replaced by paperless-ngx.
There is an actively maintained alternative called python-magic that is
already available in nixpkgs.
2022-11-19 04:54:31 -08:00
adisbladis
1eec94495a
poetry2nix: 1.35.0 -> 1.36.0
2022-10-28 14:15:35 +13:00
Vladimír Čunát
00a757ed3f
Merge branch 'master' into staging
2022-10-13 08:27:55 +02:00
adisbladis
ad2bc19cb5
poetry2nix: 1.34.1 -> 1.35.0
2022-10-11 17:26:23 +13:00
Artturin
7e49471316
treewide: optional -> optionals where the argument is a list
...
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
adisbladis
0621cbf479
poetry2nix: 1.33.0 -> 1.34.1
2022-10-10 18:31:43 +13:00
Yorick van Pelt
ec947b13cd
gdal_2: drop
2022-10-09 12:11:49 +02:00
adisbladis
f439af5ce6
nixopsUnstable: fix build
2022-10-08 11:33:33 +13:00
adisbladis
aa463a0d1d
poetry2nix: 1.31.0 -> 1.33.0
2022-10-08 11:33:27 +13:00
adisbladis
076be10524
poetry2nix: 1.30.0 -> 1.31.0
2022-07-09 19:26:14 +08:00
adisbladis
213d9cfba1
poetry2nix: 1.29.1 -> 1.30.0
2022-06-05 07:27:48 +08:00
github-actions[bot]
dae6d3bb73
Merge master into staging-next
2022-05-14 12:01:17 +00:00
adisbladis
cf218b9fa6
poetry2nix: 1.29.0 -> 1.29.1
2022-05-14 17:48:55 +12:00
github-actions[bot]
477cc9463d
Merge master into staging-next
2022-05-13 12:01:27 +00:00
adisbladis
f2f5d12668
poetry2nix: 1.28.0 -> 1.29.0
2022-05-13 21:45:05 +12:00