Artturin
a2f85e0fa8
androidenv: use callPackage instead of import & fix infinite recursion
...
infinite recursion was due to autoPatchelfHook being in buildInputs of
platform-tools, i will add a lint for it in nix-community/nixpkgs-lint.
```
$ nix build ".#pkgsCross.aarch64-android-prebuilt.hello" --show-trace 2>&1 | rg 'while evaluating the attr.+deriv'
… while evaluating the attribute 'stdenv' of the derivation 'zlib-aarch64-unknown-linux-android-1.2.13'
… while evaluating the attribute 'CPPFLAGS' of the derivation 'python3-aarch64-unknown-linux-android-3.10.8'
… while evaluating the attribute 'setuptools' of the derivation 'python-catch-conflicts-hook'
… while evaluating the attribute 'nativeBuildInputs' of the derivation 'python3.10-pyelftools-0.28'
… while evaluating the attribute 'passAsFile' of the derivation 'python3-3.10.8-env'
… while evaluating the attribute 'pythonInterpreter' of the derivation 'auto-patchelf-hook'
… while evaluating the attribute 'buildInputs' of the derivation 'platform-tools-33.0.2'
… while evaluating the attribute 'installPhase' of the derivation 'ndk-24.0.8215888'
… while evaluating the attribute 'installPhase' of the derivation 'aarch64-unknown-linux-android-ndk-toolchain-24.0.8215888'
… while evaluating the attribute 'bintools_bin' of the derivation 'aarch64-unknown-linux-android-ndk-toolchain-wrapper-24.0.8215888'
… while evaluating the attribute 'bintools' of the derivation 'aarch64-unknown-linux-android-ndk-toolchain-wrapper-24.0.8215888'
… while evaluating the attribute 'defaultNativeBuildInputs' of the derivation 'stdenv-linux'
… while evaluating the attribute 'stdenv' of the derivation 'hello-aarch64-unknown-linux-android-2.12.1'
```
stdenv -> stdenv.cc -> bintools -> android-ndk-toolchain -> ndk -> platform-tools -> auto-patchelf-hook -> python3 -> zlib -> stdenv -> stdenv.cc -> ...
autoPatchelfHook was in buildInputs of platform-tools so we needed the host tools to build
it but platform-tools was a required tool
2022-12-15 21:55:22 +02:00
figsoda
c2335ed06a
Merge pull request #205868 from r-ryantm/auto-update/ginkgo
...
ginkgo: 2.5.1 -> 2.6.0
2022-12-12 23:49:59 -05:00
github-actions[bot]
5f5d24c55f
terraform-providers.pagerduty: 2.6.4 → 2.7.0
2022-12-13 14:44:28 +10:00
github-actions[bot]
c6ac6db431
terraform-providers.grafana: 1.31.1 → 1.32.0
2022-12-13 14:44:28 +10:00
github-actions[bot]
01bd3f3e24
terraform-providers.google-beta: 4.45.0 → 4.46.0
2022-12-13 14:44:28 +10:00
github-actions[bot]
b0f7bbe9e4
terraform-providers.google: 4.45.0 → 4.46.0
2022-12-13 14:44:28 +10:00
github-actions[bot]
4332592caf
terraform-providers.alicloud: 1.193.1 → 1.194.0
2022-12-13 14:44:28 +10:00
github-actions[bot]
58bbc58725
terraform-providers.argocd: 4.1.0 → 4.2.0
2022-12-13 14:44:28 +10:00
figsoda
4096ed383d
Merge pull request #205861 from john-shaffer/srvc
...
srvc: 0.8.0 -> 0.9.0
2022-12-12 22:44:22 -05:00
Jan Tojnar
f789cbfe91
Merge pull request #204868 from sg2002/fix/lib2geom-i686
...
lib2geom: fix tests on i686
2022-12-13 04:24:40 +01:00
figsoda
df9e8b41f6
Merge pull request #205867 from r-ryantm/auto-update/ghorg
...
ghorg: 1.9.0 -> 1.9.1
2022-12-12 22:22:15 -05:00
Aaron Andersen
4516b17cf4
Merge pull request #205812 from r-ryantm/auto-update/kodiPackages.youtube
...
kodiPackages.youtube: 6.8.22+matrix.1 -> 6.8.23+matrix.1
2022-12-12 21:54:02 -05:00
R. Ryantm
bd71a88128
ginkgo: 2.5.1 -> 2.6.0
2022-12-13 02:53:15 +00:00
R. Ryantm
75a9a06486
ghorg: 1.9.0 -> 1.9.1
2022-12-13 02:48:00 +00:00
figsoda
94046a47cc
Merge pull request #205703 from atorres1985-contrib/inherit-darwin-is-bad
...
treewide: remove `inherit (darwin)`s from all-packages.nix
2022-12-12 21:45:26 -05:00
John Shaffer
6f4d63b205
srvc: 0.8.0 -> 0.9.0
2022-12-12 20:40:06 -06:00
Martin Weinelt
aacf6ef0d7
Merge pull request #196033 from r-ryantm/auto-update/geckodriver
2022-12-13 03:04:30 +01:00
Dmitry Kalinkin
c2720cebe7
python3Packges.tensorflow: workaround buggy std::optional detection in abseil-cpp
2022-12-12 20:13:14 -05:00
Dmitry Kalinkin
508b7cb367
python3Packages.tensorflow: fix overrides needed for darwin
2022-12-12 20:13:14 -05:00
maxine
c9f537cf9b
Merge pull request #205372 from anthonyroussel/awscli2
...
awscli2: 2.9.4 -> 2.9.6
2022-12-13 01:32:53 +01:00
Anderson Torres
bbea0cf452
Merge pull request #205817 from atorres1985-contrib/cpm-cmake
...
cpm-cmake: use github source
2022-12-12 21:29:29 -03:00
figsoda
55241c4bd5
Merge pull request #205822 from figsoda/cargo-modules
...
cargo-modules: 0.7.0 -> 0.7.1
2022-12-12 19:19:34 -05:00
Dennis Gosnell
b886a066e0
Merge pull request #205834 from r-ryantm/auto-update/purescript
...
purescript: 0.15.6 -> 0.15.7
2022-12-13 09:15:04 +09:00
Sandro
09faac41c4
Merge pull request #202352 from fufexan/discord
2022-12-13 01:04:12 +01:00
Sandro
af61ad63d0
Merge pull request #205412 from muscaln/discord
2022-12-13 01:02:31 +01:00
figsoda
f401b78d1e
Merge pull request #205700 from figsoda/felix
...
felix-fm: 2.1.1 -> 2.2.0
2022-12-12 18:49:33 -05:00
Nick Cao
1d0b181e2f
slurp: fix cross compilation after e5fe57abcc
2022-12-13 00:40:55 +01:00
Nathan Viets
6450cba8b6
xgboost: adding self to maintainers list
2022-12-13 00:35:57 +01:00
Juuso Haavisto
f5c7a97d53
cbqn: remove unnecessary darwin build flag
2022-12-13 00:28:12 +01:00
Lassulus
5335665577
Merge pull request #205750 from azahi/gzdoom-4100
2022-12-13 00:11:57 +01:00
figsoda
8203542ac8
Merge pull request #205849 from teto/vim-teal
...
vimPlugins.vim-teal: init at 2021-01-05
2022-12-12 18:02:16 -05:00
Anderson Torres
3778ce32c8
Merge pull request #205772 from atorres1985-contrib/cleanup-maintainers
...
treewide: remove e-user from maintainers
2022-12-12 20:00:24 -03:00
Matthieu Coudron
51ce0ddd48
vimPlugins.vim-teal: init at 2021-01-05
2022-12-12 23:19:27 +01:00
figsoda
47cd8c9948
Merge pull request #205830 from mousedownmike/docs_sec_wireless_minor
...
docs: added missing semicolon in example
2022-12-12 16:32:27 -05:00
figsoda
af6682ed2d
Merge pull request #205831 from onsails/vim-plugins
...
vimPlugins.lspsaga-nvim-original, add winbar-nvim
2022-12-12 16:31:52 -05:00
"Andrey Kuznetsov"
ac96250768
vimPlugins.winbar-nvim: init at 2022-07-18
2022-12-12 21:13:30 +00:00
"Andrey Kuznetsov"
ee017f0c68
vimPlugins.lspsaga-nvim-original: init at 2022-12-12
2022-12-12 21:12:49 +00:00
"Andrey Kuznetsov"
cd44ef375f
vimPlugins: update
2022-12-12 21:11:32 +00:00
Robert Hensing
a70a69156c
Merge pull request #205768 from hercules-ci/remove-numbers-from-manuals
...
doc: Remove all section numbers
2022-12-12 22:11:28 +01:00
figsoda
845ac5dc21
docs: generate docs
2022-12-12 15:58:54 -05:00
figsoda
1e860ea582
Merge pull request #205833 from Stunkymonkey/newsflash-2.2.3
...
newsflash: 2.2.2 -> 2.2.3
2022-12-12 15:58:43 -05:00
Azat Bahawi
3f2752723f
gzdoom: 4.8.2 -> 4.10.0
2022-12-12 23:56:49 +03:00
Azat Bahawi
c04f46c963
zmusic: init at 1.1.11
2022-12-12 23:56:34 +03:00
figsoda
f172b9b96c
Merge pull request #205826 from figsoda/delve
...
delve: set meta.mainProgram
2022-12-12 15:35:20 -05:00
Felix Buehler
5766b2b5e2
newsflash: 2.2.2 -> 2.2.3
2022-12-12 21:32:48 +01:00
7c6f434c
489a94fd0e
Merge pull request #201917 from rhendric/rhendric/wine-updateScript
...
wine, winetricks: add updateScript
2022-12-12 20:32:34 +00:00
R. Ryantm
7db82980f1
purescript: 0.15.6 -> 0.15.7
2022-12-12 20:30:56 +00:00
7c6f434c
9072614cf2
Merge pull request #205795 from Mic92/sysdig
...
sysdig: 0.29.3 -> 0.30.2
2022-12-12 20:27:56 +00:00
7c6f434c
55c44b4f34
Merge pull request #205439 from vbgl/gajim-1.5.4
...
gajim: 1.5.3 → 1.5.4
2022-12-12 20:25:35 +00:00
7c6f434c
e8f9beaa5c
Merge pull request #205472 from r-ryantm/auto-update/librem
...
librem: 2.9.0 -> 2.10.0
2022-12-12 20:24:49 +00:00