sternenseemann
c70dca8249
llvmPackages_*.libllvm: make llvm-config and llvm-config equivalent
...
LLVM's build system creates NATIVE/bin/llvm-config by reexecuting cmake
with entirely new flags. Problematically, the `CMAKE_INSTALL_*` flags
are not inherited, causing llvm-config-native to return wrong
installation paths, e. g. CMAKE_INSTALL_LIBDIR would default to `lib64`
on x86_64-linux. Previously this was masked by outputs.patch which
replaced ActiveLibDir with a string passed in from Nix, however
`--cmakedir` for example would turn out to be wrong always, breaking
cross-compilation of e. g. lld.
Additionally LLVM_ENABLE_RTTI needs to be repassed, as it is used to
determine if RTTI is available. Passing LLVM_LINK_LLVM_DYLIB is crucial
if we are building LLVM non-statically: It influences the --shared-mode
flag (which should indicate that -lLLVM is enough to link all
components) and makes --link-shared work in the first place,
i. e. llvm-config-native believes the built shared libs don't exist
unless we repass this flag.
Passing LLVM_LINK_LLVM_DYLIB=ON, however, makes the native build produce
a full libLLVM.so which is something we don't want, so we introduce a
patch which forces llvm-config to link statically against the LLVM
components it needs.
2022-01-04 11:09:43 +01:00
sternenseemann
d807aaa30c
llvmPackages*.libllvm: drop outputs.patch for llvm-config.patch
...
Due to gnu-install-dirs.patch llvm-config will return correct results
for --link-shared as well as --link-static even without this patch.
2022-01-04 11:09:43 +01:00
github-actions[bot] and GitHub
d6a3b9cec5
Merge staging-next into staging
2022-01-04 06:01:41 +00:00
github-actions[bot] and GitHub
872c4bf219
Merge master into staging-next
2022-01-04 06:01:03 +00:00
Aaron Andersen and GitHub
e3ae798770
Merge pull request #153421 from r-ryantm/auto-update/python3.8-striprtf
...
python38Packages.striprtf: 0.0.17 -> 0.0.18
2022-01-03 22:46:08 -05:00
Anderson Torres and GitHub
135d7cbdec
Merge pull request #153415 from AndersonTorres/new-castxml
...
castxml: 0.4.3 -> 0.4.4
2022-01-04 00:39:04 -03:00
Bobby Rong and GitHub
b51d023b20
Merge pull request #153414 from veprbl/pr/broken_garble
...
garble: mark as broken on darwin
2022-01-04 10:20:29 +08:00
R. Ryantm
d8bb9df530
python38Packages.striprtf: 0.0.17 -> 0.0.18
2022-01-04 01:58:53 +00:00
Anderson Torres and GitHub
e24931ba0b
Merge pull request #153395 from AndersonTorres/new-cimg
...
cimg: 2.9.9 -> 3.0.0; fsuae: 3.0.5 -> 3.1.66; free42: 3.0.8 -> 3.0.9
2022-01-03 22:54:27 -03:00
AndersonTorres
d5eaacf7db
castxml: mark as broken on Darwin
2022-01-03 22:51:22 -03:00
John Ericson and GitHub
8a8791e3b2
Merge pull request #153340 from sternenseemann/clang-no-llvm-config
...
[staging] llvmPackages_*.clang: stop passing LLVM_CONFIG_PATH unnecessarily
2022-01-03 17:27:16 -08:00
Martin Weinelt and GitHub
27c6507564
Merge pull request #152035 from mweinelt/mopidy-muse
2022-01-04 02:15:37 +01:00
R. RyanTM and GitHub
2e820d8a0d
paprefs: 1.1 -> 1.2 ( #153162 )
2022-01-04 04:06:02 +03:00
Graham Christensen and GitHub
9b9015ea97
Merge pull request #153408 from MatthewCroughan/revert-146084-add-mtp-test
...
Revert "nixos/tests/mtp: init"
2022-01-03 19:59:20 -05:00
piegames and GitHub
c18f3fb561
Merge pull request #153283 : gnomeExtensions.arcmenu: 19 -> 20
2022-01-04 01:18:21 +01:00
AndersonTorres
8665f3888b
castxml: 0.4.3 -> 0.4.4
2022-01-03 21:16:21 -03:00
AndersonTorres
d6007bd3fe
cimg: 2.9.9 -> 3.0.0
2022-01-03 21:04:31 -03:00
AndersonTorres
ff0f9a4421
free42: 3.0.8 -> 3.0.9
2022-01-03 21:04:31 -03:00
AndersonTorres
240ed9830f
fsuae: 3.0.5 -> 3.1.66
2022-01-03 21:04:30 -03:00
AndersonTorres
d5dede7ae8
fsuae-launcher: refactor
2022-01-03 21:04:30 -03:00
AndersonTorres
b00ebade21
fsuae-launcher/default.nix: move to fsuae/launcher.nix
2022-01-03 21:04:30 -03:00
github-actions[bot] and GitHub
25662d01ae
Merge staging-next into staging
2022-01-04 00:02:40 +00:00
github-actions[bot] and GitHub
bfc5fca342
Merge master into staging-next
2022-01-04 00:02:03 +00:00
Dmitry Kalinkin
7a95bc1b14
garble: mark as broken on darwin
2022-01-03 18:53:54 -05:00
Martin Weinelt
eb901b0b6f
python3Packages.duckdb: fix eval
2022-01-04 00:30:00 +01:00
Anderson Torres and GitHub
988f3adf00
Merge pull request #153407 from adisbladis/mpv-0_34_1
...
mpv: 0.34.0 -> 0.34.1
2022-01-03 20:22:59 -03:00
legendofmiracles and GitHub
fe109ea86f
Merge pull request #153405 from 13r0ck/patch-1
...
maintainers: add _13r0ck
2022-01-03 17:07:09 -06:00
MatthewCroughan and GitHub
03a2dce57a
Revert "nixos/tests/mtp: init"
2022-01-03 23:02:46 +00:00
adisbladis
ddc858382c
mpv: 0.34.0 -> 0.34.1
2022-01-03 22:53:56 +00:00
Brock and GitHub
3ae98cfd93
maintainers: add _13r0ck
2022-01-03 15:36:44 -07:00
Fabian Affolter and GitHub
e737743213
Merge pull request #153393 from fabaff/bump-flux-led
...
python3Packages.flux-led: 0.27.28 -> 0.27.32
2022-01-03 23:36:41 +01:00
Fabian Affolter and GitHub
eef1f26bc9
Merge pull request #153397 from austinbutler/assh-2121
...
assh: 2.12.0 -> 2.12.1
2022-01-03 23:36:11 +01:00
Renaud and GitHub
55fb0ba648
Merge pull request #153261 from r-ryantm/auto-update/LanguageTool
...
languagetool: 5.5 -> 5.6
2022-01-03 23:34:58 +01:00
Gabriel Ebner and GitHub
5857491b80
Merge pull request #152268 from gador/update-sarge
...
sarge: (0.1.7 -> 0.1.7.post1). Fix octoprint on raspberry (aarch64-linux)
2022-01-03 23:27:53 +01:00
Martin Weinelt
11a0b61783
Merge remote-tracking branch 'origin/master' into staging-next
2022-01-03 23:21:08 +01:00
Martin Weinelt
d69234ac72
home-assistant: relax PyJWT constraint
2022-01-03 23:15:52 +01:00
Erlend Hamberg and GitHub
3083dde52b
Beam/Elixir: Add section on using an overlay ( #153348 )
...
* Beam/Elixir: Add section on using an overlay
2022-01-04 07:10:25 +09:00
Fabian Affolter and GitHub
7db30a6749
Merge pull request #153303 from fabaff/bump-sqlfluff
...
sqlfluff: 0.8.2 -> 0.9.0
2022-01-03 22:49:04 +01:00
Thiago Kenji Okada and GitHub
e93001da71
Merge pull request #152744 from lucasew/package/tlauncher
...
tlauncher: init at 2.839
2022-01-03 18:46:03 -03:00
Martin Weinelt
bc370f5af3
python3Packages.httplib2: disable failing test
2022-01-03 22:39:05 +01:00
Pascal Bach and GitHub
2ca1e9e4aa
Merge pull request #153242 from sikmir/t-rex
...
t-rex: init at 0.14.2
2022-01-03 22:16:59 +01:00
Austin Butler
b21d7086dc
assh: 2.12.0 -> 2.12.1
2022-01-03 13:16:16 -08:00
zowoq
1cd34071df
terraform-providers: remove buildGoPackage
...
all providers are now using buildGoModule
2022-01-04 07:07:42 +10:00
Martin Weinelt
033686d737
python3Packages.python-multipart: fix tests
2022-01-03 22:06:58 +01:00
Nikolay Korotkiy
19cbe5c41c
t-rex: init at 0.14.2
2022-01-04 00:04:13 +03:00
Fabian Affolter
6622ba9a84
python3Packages.flux-led: 0.27.28 -> 0.27.32
2022-01-03 22:02:34 +01:00
Martin Weinelt and GitHub
617c643edb
Merge pull request #152989 from fabaff/bump-hahomematic
2022-01-03 21:46:02 +01:00
ajs124 and GitHub
2dedc1eaa4
Merge pull request #153366 from helsinki-systems/fix/gnustep-base-utf8-bom
...
gnustep.base: fix issue with UTF-8 BOM
2022-01-03 21:42:11 +01:00
Fabian Affolter and Samuel Ainsworth
b6d7af0404
python3Packages.mizani: add missing dependency
2022-01-03 12:40:07 -08:00
gador
0e60137e37
python3Packages.sarge: 0.1.7 -> 0.1.7.post1
...
disable two tests, because they timeout on aarch64-linux
2022-01-03 21:31:47 +01:00