sternenseemann
b2c2215f60
pkgsMusl.haskell.compiler.ghc884: return accurate platforms
2021-11-24 17:07:57 +01:00
Luke Granger-Brown
0d0763c951
factorio-experimental: 1.1.45 -> 1.1.48
2021-11-24 14:54:29 +00:00
Lancelot SIX
e5adc91d63
qgis: 3.16.13 -> 3.16.14
2021-11-24 14:16:50 +00:00
sternenseemann
55b8d8c1bf
haskell.compiler.ghc884: re-enable aarch64-linux
...
Since we inherit the platform list from the bootstrap GHC, we get
differing lists depending on which platform we evaluate the platform
list on (depending on whether 8.10.2 or 8.6.5 is used). This leads to
Hydra thinking aarch64-linux is not supported as it evaluates on
x86_64-linux usually.
2021-11-24 15:14:54 +01:00
sterni and GitHub
48b60ee86f
Merge pull request #146938 from sternenseemann/ghc901-llvm-9
...
haskell.compiler: refactor LLVM handling, upgrade to latest LLVM version for each GHC version
2021-11-24 14:50:34 +01:00
Silvan Mosberger and GitHub
1269aeb705
Merge pull request #146322 from GOKOP/master
...
translate-shell: added missing (runtime) dependency on hexdump
2021-11-24 14:46:09 +01:00
Thiago Kenji Okada and GitHub
ac4e63aaf1
Merge pull request #147255 from samuelgrf/htop-vim-mainProgram
...
htop-vim: add meta.mainProgram
2021-11-24 10:44:26 -03:00
Thiago Kenji Okada
f1c16183c8
buildGraalvmNativeImage: fix meta, add --verbose flag
2021-11-24 10:37:33 -03:00
Thiago Kenji Okada
e9766a85bd
zprint: use buildGraalvmNativeImage
2021-11-24 10:37:32 -03:00
Thiago Kenji Okada
d352856ea2
buildGraalvmNativeImage: default executable to pname
2021-11-24 10:37:32 -03:00
Thiago Kenji Okada
3100248dbb
jet: use buildGraalvmNativeImage
2021-11-24 10:37:32 -03:00
Thiago Kenji Okada
a277e9d457
clj-kondo: use buildGraalvmNativeImage
2021-11-24 10:37:32 -03:00
Thiago Kenji Okada
7c632551c1
clojure-lsp: use buildGraalvmNativeImage
2021-11-24 10:37:32 -03:00
Thiago Kenji Okada
052fb6a228
babashka: use buildGraalvmNativeImage
2021-11-24 10:37:32 -03:00
Thiago Kenji Okada
1415e30830
buildGraalvmNativeImage: init
...
For now it only takes care of the single Jar <-> single Executable case.
This will take care of the majority (all?) use cases we have in nixpkgs
currently.
2021-11-24 10:37:32 -03:00
Zhong Jianxin
40915ab80f
terraform-providers: Update alicloud to v1.144.0
...
The alicloud provider move from to aliyun/alicloud, update to the latest
version.
Also introduct `deleteVendor` in `buildWithGoModule`, the vendor of
alicloud needs to be cleared due to openapiv2 API rename, or the
following error appears when building in case sensitive filesystems:
```
vendor/k8s.io/client-go/discovery/discovery_client.go:30:2: cannot find package "." in:
/build/source/vendor/github.com/googleapis/gnostic/openapiv2
```
2021-11-24 21:28:11 +08:00
Samuel Gräfenstein
63a61947b9
htop-vim: add meta.mainProgram
2021-11-24 14:21:02 +01:00
Vikram Narayanan and Alyssa Ross
54514c38a4
watchdog: mark as unbroken on aarch64-darwin
2021-11-24 13:20:07 +00:00
Bobby Rong
7e43f2f850
pantheon.elementary-dock: unstable-2021-07-16 -> unstable-2021-11-08
2021-11-24 21:02:53 +08:00
Bobby Rong
87a5c67107
pantheon.elementary-icon-theme: 6.0.0 -> 6.1.0
2021-11-24 21:02:53 +08:00
Bobby Rong
2361a73786
pantheon.elementary-gtk-theme: 6.1.0 -> 6.1.1
2021-11-24 21:02:53 +08:00
Bobby Rong
110e1931ce
pantheon.granite: 6.1.2 -> 6.2.0
2021-11-24 21:02:53 +08:00
Bobby Rong
e5afe95fe7
pantheon.switchboard-plug-pantheon-shell: 6.0.0 -> 6.1.0
2021-11-24 21:02:53 +08:00
Bobby Rong
a9f302e1a2
pantheon.elementary-onboarding: 6.0.0 -> 6.1.0
2021-11-24 21:02:53 +08:00
Bobby Rong
59c9786c5b
pantheon.appcenter: 3.8.2 -> 3.9.0
2021-11-24 21:02:53 +08:00
Bobby Rong
884945d69c
pantheon.switchboard-plug-security-privacy: 2.2.5 -> 2.3.0
2021-11-24 21:02:53 +08:00
Bobby Rong
079cbad8d9
pantheon.elementary-camera: 6.0.1 -> 6.0.2
2021-11-24 21:02:52 +08:00
Bobby Rong
26c04f9942
pantheon.wingpanel-indicator-network: 2.3.1 -> 2.3.2
2021-11-24 20:55:46 +08:00
Bobby Rong
f3b5da17e8
pantheon.switchboard-plug-keyboard: 2.5.1 -> 2.6.0
2021-11-24 20:55:46 +08:00
markuskowa and GitHub
4ec0d5209f
Merge pull request #146995 from sheepforce/qcelemental
...
python3.pkgs.qcelemental: 0.23.0 -> 0.24.0, python3.pkgs.qcengine: 0.20.1 -> 0.21.0
2021-11-24 13:50:34 +01:00
sternenseemann
156d8d619c
haskell.compiler.*: be clear about LLVM build->target role
...
Since LLVM itself doesn't depend on target at all, this doesn't change
anything *in effect* (i. e. rebuild count should be zero), but it is
more clear about the intention and what LLVM is used for here (i. e. in
depsBuildTarget).
2021-11-24 13:48:37 +01:00
Vladimír Čunát
0c0f340c22
xorg.xf86videomach64: drop the ancient driver
...
It doesn't seems worth keeping it alive. Broken by commit 0649fcdf2 .
(I hope I did this right without regenerating.)
2021-11-24 13:47:29 +01:00
sternenseemann
b9f1582106
haskell.compiler.ghc865Binary: remove aarch64-linux from platforms
...
GHC 8.6.5 will always segfault on aarch64-linux and at this point
it's not realistic we'll ever fix this.
2021-11-24 13:28:28 +01:00
Martin Weinelt and GitHub
fff254979a
Merge pull request #147233 from dotlambda/imap-tools-0.50.1
2021-11-24 13:24:38 +01:00
Martin Weinelt and GitHub
5d61b0b3af
Merge pull request #147246 from fabaff/fix-discord.py
2021-11-24 13:21:43 +01:00
José Romildo Malaquias and GitHub
b023bd4864
Merge pull request #146730 from thiagokokada/htop-vim-init
...
htop-vim: init at unstable-2021-10-11
2021-11-24 09:19:45 -03:00
Sandro and GitHub
944568b2ea
Merge pull request #146877 from Mindavi/openh264/cross
2021-11-24 13:18:35 +01:00
Sandro and GitHub
31c32857ac
Merge pull request #123917 from Mindavi/mosquitto/libwebsockets-4
2021-11-24 13:16:17 +01:00
github-actions[bot] and GitHub
fc6ab3024e
Merge master into staging-next
2021-11-24 12:01:20 +00:00
Phillip Cloud
92c45083e5
arrow-cpp: 6.0.0 -> 6.0.1
2021-11-24 06:44:38 -05:00
Vladimír Čunát
39cb89ef2f
Merge #147238 : xorg.xorgserver: apply upstream patch
2021-11-24 12:25:38 +01:00
Izorkin
906e235107
unit: 1.25.0 -> 1.26.0
2021-11-24 13:56:16 +03:00
Fabian Affolter
2dbcf92154
python3Packages.discordpy: relax aiohttp constraint
2021-11-24 11:03:41 +01:00
sterni and GitHub
9ee20db964
Merge pull request #146621 from NixOS/haskell-updates
...
haskellPackages: update stackage and hackage
2021-11-24 10:41:56 +01:00
Fabian Affolter and GitHub
c0678efd82
Merge pull request #146976 from fabaff/bump-autobahn
...
python3Packages.autobahn: 21.3.1 -> 21.11.1
2021-11-24 10:27:22 +01:00
Fabian Affolter
e73fecb257
python3Packages.angrop: 9.0.10576 -> 9.0.10651
2021-11-24 10:24:38 +01:00
Fabian Affolter
c3fa653919
python3Packages.angr: 9.0.10576 -> 9.0.10651
2021-11-24 10:24:34 +01:00
Fabian Affolter
6b00dd2166
python3Packages.cle: 9.0.10576 -> 9.0.10651
2021-11-24 10:24:28 +01:00
Fabian Affolter
a1d4ddd74c
python3Packages.claripy: 9.0.10576 -> 9.0.10651
2021-11-24 10:24:24 +01:00
Fabian Affolter
2e70eaba89
python3Packages.pyvex: 9.0.10576 -> 9.0.10651
2021-11-24 10:24:19 +01:00