sophrosyne97
ea5726aefe
lite: fix build error
2021-05-22 15:27:26 -07:00
Jan Tojnar
aea7b5f08e
Merge pull request #124073 from mkg20001/cinnamonpolkit
...
nixos/cinnamon: add polkit_gnome to fix #124062
2021-05-23 00:21:28 +02:00
Jan Tojnar
141e85cc69
Merge pull request #124056 from mkg20001/cinnamonlocale
...
nixos/cinnamon: add cinnamon-translations to systemPackages
2021-05-23 00:21:11 +02:00
Jan Tojnar
024243bac4
php74.extensions.iconv: fix error signalling
...
The configure script checks whether iconv supports errno. Unfortunately, on PHP < 8, the test program includes $PHP_ICONV_H_PATH, which defaults to FHS path so it fails to build:
conftest.c:13:10: fatal error: /usr/include/iconv.h: No such file or directory
13 | #include </usr/include/iconv.h>
| ^~~~~~~~~~~~~~~~~~~~~~
That causes the feature check to report a false negative, leading PHP to use a degraded code that returns PHP_ICONV_ERR_UNKNOWN when error occurs, breaking granular error handling in applications.
To prevent this, let’s just include <iconv.h>.
PHP 8 just uses include path so the detection works there: 7bd1d70341
2021-05-23 00:10:02 +02:00
Sandro
939c4c1cbd
python-packages: add aliases for google_api_python_client, googleapis_common_protos
...
Co-authored-by: sterni <sternenseemann@systemli.org>
2021-05-22 15:02:50 -07:00
Sandro Jäckel
d6ff646b3f
pythonPackages.smart_open: rename to smart-open
2021-05-22 15:02:50 -07:00
Sandro Jäckel
0197f1dc41
pythonPackages: Add aliases 🎉
2021-05-22 15:02:50 -07:00
Maciej Krüger
56dbdba0cc
cinnamon.nemo: use cinnamon-translations
2021-05-22 23:59:35 +02:00
Maciej Krüger
4a36512431
cinnamon.cinnamon-settings-daemon: use cinnamon-translations
2021-05-22 23:59:34 +02:00
Maciej Krüger
77c27b6715
cinnamon.cinnamon-session: use cinnamon-translations
2021-05-22 23:59:34 +02:00
Maciej Krüger
eac85651a3
cinnamon.cinnamon-control-center: use cinnamon-translations
2021-05-22 23:59:33 +02:00
Maciej Krüger
425ac82c14
cinnamon.cinnamon-common: use cinnamon-translations
...
Also remove unused configureFlags
2021-05-22 23:59:33 +02:00
Maciej Krüger
eca2b05354
nixos/cinnamon: add cinnamon-translations to systemPackages
...
This allows other cinnamon applications to use the locales
Without this the cinnamon UI is not properly translated
2021-05-22 23:59:33 +02:00
Maciej Krüger
8664c2c743
nixos/cinnamon: add polkit_gnome to fix #124062
2021-05-22 23:58:06 +02:00
Maximilian Bosch
9d6f7c1080
Merge pull request #122000 from r-ryantm/auto-update/ceph
...
ceph: 16.2.1 -> 16.2.3
2021-05-22 23:42:57 +02:00
Martin Weinelt
aec6be52dd
Merge pull request #124044 from mweinelt/pinnwand
2021-05-22 23:23:20 +02:00
Maximilian Bosch
ef99783505
Merge pull request #122248 from aszlig/hocker-fetchdocker-eval-error
...
Fix fetchdocker call signature
2021-05-22 23:06:25 +02:00
Robert Scott
fb0594026a
Merge pull request #124048 from kira-bruneau/vdf
...
pythonPackages.vdf: 3.3 → 3.4
2021-05-22 22:04:34 +01:00
Maximilian Bosch
9cab80ce4d
Merge pull request #122203 from mohe2015/imperative-nixos-container-timeout
...
nixos-containers: Increase startup timeout for imperative containers
2021-05-22 23:04:12 +02:00
Maximilian Bosch
278bcdce1f
Merge pull request #123941 from mweinelt/matrix-synapse
...
nixos/matrix-synapse: protect created files
2021-05-22 22:20:16 +02:00
Robert Scott
bec3a445b2
Merge pull request #124060 from stephank/fix-reproxy-darwin
...
reproxy: fix darwin build
2021-05-22 21:09:15 +01:00
Robert Scott
6f8af15166
Merge pull request #124058 from stephank/fix-sambamba-darwin
...
sambamba: fix darwin build
2021-05-22 21:05:15 +01:00
remedialchaos
2557094202
nyxt: v2_pre-release-7 -> 2.0.0 ( #124024 )
2021-05-22 15:32:47 -04:00
Kira Bruneau
9201ef9749
texlab: 3.0.0 → 3.0.1 ( #124053 )
2021-05-22 15:30:15 -04:00
Stéphan Kochen
18e4425e23
reproxy: fix darwin build
2021-05-22 21:04:35 +02:00
Stéphan Kochen
c47425a230
sambamba: fix darwin build
2021-05-22 20:56:09 +02:00
Jan Tojnar
6a3d82e433
sublime4: init at 4107
...
https://www.sublimetext.com/download
* works with my 7 year old license so far
* i686 is no longer supported
* aarch64 support has been added
* adds harware accelerated (needs libGL.so.1)
* adds python 3.8 plugin host (needs libssl.so and libcrypto.so)
2021-05-22 20:53:21 +02:00
Martin Weinelt
2d9558b33b
pinnwand: 1.2.3 -> 1.3.0
...
https://github.com/supakeen/pinnwand/releases/tag/v1.3.0
2021-05-22 20:33:19 +02:00
Martin Weinelt
217b14cb2f
python3Packages.token-bucket: init at 0.2.0
2021-05-22 20:33:15 +02:00
Martin Weinelt
79e675444c
nixos/matrix-synapse: protect created files
...
Enforce UMask on the systemd unit to restrict the permissions of files
created. Especially the homeserver signing key should not be world
readable, and media is served through synapse itself, so no other user
needs access to these files.
Use a prestart chmod to fixup the permissions on the signing key.
2021-05-22 20:30:49 +02:00
Jan Tojnar
2d95945420
sublime3: remove updateScript
...
Sublime 3 is EOL and the latest version file now points to sublime text 4 releases so let’s remove the update script.
2021-05-22 20:25:24 +02:00
Sandro
91f69cd0ad
Merge pull request #123445 from jnetod/zhf-ruby-libvirt
...
rubyPackages.ruby-libvirt: fix build with ruby 3.x
2021-05-22 20:13:48 +02:00
Robert Scott
73df171f26
igraph: fix libblas.dylib's path on darwin
2021-05-22 19:05:14 +01:00
Robert Scott
1241d9fae3
arpack: fix libblas.dylib's path on darwin
2021-05-22 19:03:56 +01:00
Gabriel Ebner
fc9a86afb0
Merge pull request #124030 from gebner/abseil202103241
...
abseil-cpp: 20200923.3 -> 20210324.1
2021-05-22 19:18:03 +02:00
netcrns
119a3e6a35
bunyan-rs: init at 0.1.2
...
Update pkgs/development/tools/bunyan-rs/default.nix
2021-05-22 18:55:33 +02:00
Kira Bruneau
388a196247
pythonPackages.vdf: 3.3 → 3.4
2021-05-22 12:29:02 -04:00
Francesco Gazzetta
fc8eefe2fe
shattered-pixel-dungeon: 0.9.2 -> 0.9.2b
2021-05-22 18:13:12 +02:00
Jan Tojnar
c912d30f65
gnome.tali: 40.0 → 40.1
...
https://gitlab.gnome.org/GNOME/tali/-/compare/40.0...40.1
Also correct the license and format the expression.
2021-05-22 18:07:00 +02:00
Jan Tojnar
8fb12deae5
gnome.quadrapassel: 3.38.1 → 40.1
...
https://gitlab.gnome.org/GNOME/quadrapassel/-/compare/3.38.1...40.1
Also correct the license and format the expression.
2021-05-22 18:07:00 +02:00
Sandro
7be85b5090
Merge pull request #104420 from danielfullmer/syncoid-perm-fix
2021-05-22 17:57:56 +02:00
Sandro
5cf7cfccf0
Merge pull request #123624 from ben0x539/wtf
2021-05-22 17:42:46 +02:00
R. RyanTM
c6bf23a12e
glibmm_2_68: 2.68.0 -> 2.68.1
2021-05-22 15:30:04 +00:00
Sandro
128f0ad2f4
Merge pull request #123801 from romildo/upd.matcha-gtk-theme
...
matcha-gtk-theme: 2021-04-09 -> 2021-05-20
2021-05-22 17:29:38 +02:00
Sandro
832d804bbc
Merge pull request #123710 from JamieMagee/wslu
...
wslu: init at 3.2.3
2021-05-22 17:26:33 +02:00
Sandro
e5c6f35030
Merge pull request #120850 from fortuneteller2k/update-xanmod-512
...
linux_xanmod: 5.11.16 -> 5.12.5
2021-05-22 17:26:16 +02:00
Jonas Chevalier
7c6c48ab9c
gitlab-runner: fix wrong hash ( #124033 )
2021-05-22 17:23:37 +02:00
Sandro
a86a9dab24
Merge pull request #124036 from fortuneteller2k/i3
2021-05-22 17:21:27 +02:00
Sandro
35bd60eadd
Merge pull request #122927 from samuela/upkeep-bot/vscodium-1.56.2-1620952608
2021-05-22 17:14:19 +02:00
Sandro
28cfb72f55
Merge pull request #115608 from r-ryantm/auto-update/suricata
2021-05-22 17:05:14 +02:00