Commit graph

523 commits

Author SHA1 Message Date
adisbladis
8ca228bd9c
overrides: Add overrides to build rmfuse 2021-02-15 16:44:25 +01:00
adisbladis
2bc8743470
overrides: Make more overrides safe against missing attrs 2021-02-15 16:37:46 +01:00
adisbladis
e3c3e14e99
Merge pull request #258 from SuperSandro2000/patch-1
Do not hardcode openjpeg version
2021-02-14 16:58:55 +01:00
Sandro
ff1a109304
Do not hardcode openjpeg version 2021-02-14 16:56:12 +01:00
adisbladis
66cb831032
Bump version to 1.15.4 2021-02-11 14:00:08 +01:00
adisbladis
cbdcd499f5
overrides: Add more overrides 2021-02-11 13:59:43 +01:00
adisbladis
acbde3ec15
Bump version to 1.15.3 2021-02-11 03:55:29 +01:00
adisbladis
7837c6f429
Merge pull request #253 from nix-community/cryptography-3_4
overrides: Fix building cryptography 3.4
2021-02-11 03:52:07 +01:00
adisbladis
61f3dc5e54
overrides: Fix building cryptography 3.4 2021-02-11 03:49:37 +01:00
Tom Sydney Kerckhove
01c042021c
safer overrides (#250)
Co-authored-by: Tom Sydney Kerckhove <syd@cs-syd.eu>
2021-02-04 21:03:13 +01:00
adisbladis
ba87b799f8
Merge pull request #249 from nix-community/annoying-nixpkgs-breakage
Fix annoying nixpkgs breakage
2021-02-02 15:19:59 +01:00
adisbladis
597daf289a
Bump version to 1.15.2 2021-02-02 15:16:36 +01:00
adisbladis
267e417af0
overrides: Replace openmpi with mpi 2021-02-02 15:13:31 +01:00
adisbladis
095793f14f
overrides: pkgconfig -> pkg-config 2021-02-02 15:11:08 +01:00
adisbladis
11ad022705
Bump version to 1.15.1 2021-02-02 14:37:13 +01:00
adisbladis
f48bb3859c
Remove all references to stdenv.lib 2021-02-02 14:36:40 +01:00
adisbladis
20b8c9be0c
Bump version to 1.15.0 2021-02-02 14:15:46 +01:00
adisbladis
439f546eb2
Bump niv-managed nixpkgs 2021-02-02 14:04:48 +01:00
adisbladis
3ac7f83656
Merge pull request #240 from mjlbach/fix_remote_refs_tags
Ensure ref passed to builtins.fetchGit points to refs/tags/sourceSpec…
2021-02-02 12:57:08 +01:00
Michael Lingelbach
9191fbae30
Ensure ref passed to builtins.fetchGit points to refs/tags/sourceSpec.tag 2021-02-02 12:43:50 +01:00
adisbladis
26ea0644b3
Merge pull request #219 from ilikeavocadoes/master
Fix osqp
2021-02-02 12:40:20 +01:00
ilikeavocadoes
39c39f65d4
Fix osqp
Closes #206
2021-02-02 12:37:33 +01:00
adisbladis
93bda86ac3
Merge pull request #223 from phile314/ovr_mysql
mysqlclient: Add missing native library dependency
2021-02-02 12:25:03 +01:00
Philipp Hausmann
ecf1dd2fe5
mysqlclient: Add missing native library dependency 2021-02-02 12:24:13 +01:00
adisbladis
b0039518b1
Merge pull request #236 from NorfairKing/fixes-by-niteo
Fixes by niteo
2021-02-02 12:19:52 +01:00
Tom Sydney Kerckhove
7a9d5dbe97
reformat 2021-02-02 12:15:55 +01:00
Tom Sydney Kerckhove
62fc282c1d
newrelic override fix 2021-02-02 12:15:55 +01:00
Tom Sydney Kerckhove
25de8d0893
pyee override fix 2021-02-02 12:15:55 +01:00
Tom Sydney Kerckhove
38f2a09c59
watchdog override fix 2021-02-02 12:15:55 +01:00
Tom Sydney Kerckhove
76ac8727d6
pytest-splinter override fix 2021-02-02 12:15:55 +01:00
Tom Sydney Kerckhove
7887e57c17
tqdm override fix 2021-02-02 12:15:55 +01:00
adisbladis
a414dd370b
Merge pull request #248 from nix-community/pip-20_2_4
overrides: Pin pip to 20.2.4 to work around #244
2021-02-02 12:14:21 +01:00
adisbladis
261ea2b15a
overrides: Add override for wheel when building from source 2021-02-02 11:51:00 +01:00
adisbladis
036d8fbfab
overrides: Pin pip to 20.2.4 to work around https://github.com/nix-community/poetry2nix/issues/244 2021-02-02 11:50:12 +01:00
Tom Sydney Kerckhove
ba43d90b78
torch fix, fixes #230 (#237)
* torch fix, fixes #230

Co-authored-by: Tom Sydney Kerckhove <syd@cs-syd.eu>
2021-01-30 19:56:39 +01:00
Silvan Mosberger
ee478fd8d4
Merge pull request #217 from Infinisil/overrides
Overrides for packaging and pytest
2021-01-30 19:53:17 +01:00
Silvan Mosberger
e16c7426d5
Fix pytest version being 0.0.0
Without this patch, the pytest version in the resulting environment is
0.0.0

Fixes https://github.com/nix-community/poetry2nix/issues/188
2021-01-30 19:50:01 +01:00
Silvan Mosberger
16b39d8d6d
Add override for packaging now using flit
As of https://github.com/pypa/packaging/pull/352

Seems like this dependency isn't automatically discovered, same as with
hashids requiring the same override
2021-01-30 19:49:58 +01:00
Silvan Mosberger
89865e1496
Merge pull request #242 from K900/fix-platform
Fix stdenv.platform accesses for latest nixpkgs
2021-01-30 19:49:24 +01:00
K900
324cc0cb2a Fix stdenv.platform accesses for latest nixpkgs
This fixes builds being completely broken after:
* https://github.com/NixOS/nixpkgs/pull/110726
* https://github.com/NixOS/nixpkgs/pull/110544

This also fixes poetry2nix on ARM and PowerPC platforms by introducing a
mapping from Nixpkgs targets to manylinux_* machine names and using it
when matching wheels for dependencies.
2021-01-30 20:17:54 +03:00
adisbladis
649c50051f
Merge pull request #235 from cpcloud/ignore-direnv
gitignore: ignore direnv
2021-01-17 18:25:59 +01:00
Phillip Cloud
f4e79232e1 .gitignore: ignore .direnv file generated by https://github.com/nix-community/nix-direnv 2021-01-17 09:07:42 -05:00
adisbladis
09a1400769
Merge pull request #227 from fabaff/patch-1
Add license file
2021-01-15 19:38:35 +01:00
adisbladis
72f6416dec
Merge pull request #233 from cpcloud/fix-wheel
overrides: fix wheel inputs to support different versions of python
2021-01-15 19:38:07 +01:00
adisbladis
c090534dbf
Merge pull request #234 from jskrzypek/jskrzypek/expose-editable-scripts-packages
Expose functions for editable & scripts packages
2021-01-15 18:10:47 +01:00
Joshua Skrzypek
a2bd638ff8 Expose functions for editable & scripts packages
The editablePackage and scriptsPackage elements of the mkPoetryEnv
function are wholly separable and really ought to be moved into the
functionality of the mkPoetryPackages function. By doing so both will
automatically be available in the mkPoetryApplication's dependencyEnv as
well.

I thought the functionality that encapsulates these might further see
potential use even outside the context of mkPoetryPackages, so I made
them top-level functions and documented them in the README.
2021-01-15 12:06:29 -05:00
Jörg Thalheim
8bbd28df40
Merge pull request #221 from teto/flake-default-app 2021-01-15 17:02:42 +00:00
Jörg Thalheim
a51040319a
flake.lock: bump flake-utils & nixpkgs 2021-01-15 18:01:34 +01:00
Jörg Thalheim
3ee89c424c
flake.nix: add poetry2nix.cli 2021-01-15 18:00:08 +01:00
Phillip Cloud
9321f57657 tests: enable manylinux test 2021-01-14 12:52:57 -05:00