Commit Graph

37345 Commits

Author SHA1 Message Date
talyz
ed4a09c6f3 gitlab: Get rid of most 'already initialized constant'-warnings
On start, unicorn, sidekiq and other parts running ruby code emits
quite a few warnings similar to

/var/gitlab/state/config/application.rb:202: warning: already initialized constant Gitlab::Application::LOOSE_EE_APP_ASSETS
/nix/store/ysb0lgbzxp7a9y4yl8d4f9wrrzy9kafc-gitlab-ee-12.3.5/share/gitlab/config/application.rb:202: warning: previous definition of LOOSE_EE_APP_ASSETS was here
/var/gitlab/state/lib/gitlab.rb:38: warning: already initialized constant Gitlab::COM_URL
/nix/store/ysb0lgbzxp7a9y4yl8d4f9wrrzy9kafc-gitlab-ee-12.3.5/share/gitlab/lib/gitlab.rb:38: warning: previous definition of COM_URL was here

This seems to be caused by the same ruby files being evaluated
multiple times due to the paths being different - sometimes they're
loaded using the direct path and sometimes through a symlink, due to
our split between config and package data. To fix this, we make sure
that the offending files in the state directory always reference the
store path, regardless of that being the real file or a symlink.
2019-10-19 19:30:28 +02:00
Shreyansh Khajanchi
f57d39855f anydesk: fix icons (#71250) 2019-10-17 23:33:43 +02:00
Peter Simons
e6167ceaa2
Merge pull request #71237 from multun/sane_net.conf_conflict
sane-backends: remove $out/etc/sane.d/net.conf
2019-10-17 17:03:53 +02:00
Florian Klink
f842ba385e
nextcloud-client: 2.5.3 -> 2.6.0 (#69743)
nextcloud-client: 2.5.3 -> 2.6.0
2019-10-17 12:05:26 +02:00
Shreyansh Khajanchi
7885eeaffd neovim-qt: fix icons 2019-10-17 14:11:41 +09:00
Shreyansh Khajanchi
3388941c59 neovim: fix icon not displaying 2019-10-17 11:34:40 +09:00
worldofpeace
b28a7579fd
Merge pull request #71197 from arcnmx/pr-vit2
vit 2.0.0
2019-10-16 19:22:53 +00:00
arcnmx
eb59152136 vit: 1.3 -> 2.0.0 2019-10-16 12:12:51 -07:00
Victor multun Collod
ec2a8d2302 sane-backends: remove /etc/sane.d/net.conf 2019-10-16 17:47:33 +02:00
José Romildo Malaquias
a81a6b3d72 freeoffice: 970 -> 971 2019-10-16 08:44:58 -03:00
Gabriel Ebner
18fde25825 viewnior: do not remove icon-theme.cache
This is now done automatically.
2019-10-16 10:49:50 +02:00
nyanloutre
fda32e99e0 spectacle: add new kwayland dependency 2019-10-16 10:22:51 +02:00
nyanloutre
a83d96fad5 kde_applications: 19.08.1 -> 19.08.2 2019-10-16 10:22:51 +02:00
Daniel Frank
b4136a8f5b kicad: 5.1.2 -> 5.1.4, fix ngspice, mark broken on aarch64 (#69584) 2019-10-16 02:02:49 -04:00
Tadeo Kondrak
70167b64c5 maintainers/scripts/update-discord: improve
- add comment specifying file is generated
- remove repetition of version number
2019-10-15 21:21:13 -07:00
Tadeo Kondrak
d2d95670a5 discord-canary: 0.0.96 -> 0.0.97 2019-10-15 21:21:13 -07:00
Vincent Laporte
b4db381443 coq_8_10: 8.10+β3 → 8.10.0
coqPackages.coq-elpi: master → 1.1.0
2019-10-16 02:43:46 +00:00
Vincent Laporte
0cc70b5697 coq: do not build CoqIDE for Coq 8.10
GTK3 at version 3.24.11 has broken pkg-config files
2019-10-16 02:43:46 +00:00
Vincent Laporte
1292f49a37 coq_8_10: do not take “camlp5” as input 2019-10-16 02:43:46 +00:00
Vincent Laporte
325f89ef19 coq_8_10: fix CoqIDE on darwin 2019-10-16 02:43:46 +00:00
Robin Gloster
0a12d0f7c7
Merge pull request #70572 from r-ryantm/auto-update/drumkv1
drumkv1: 0.9.9 -> 0.9.10
2019-10-16 00:21:28 +02:00
Robin Gloster
f09a8b7db4
Merge pull request #70899 from Tomahna/mopidy
mopidy-iris: 3.40.0 -> 3.41.1
2019-10-15 23:38:04 +02:00
worldofpeace
4bcef38f24
Merge pull request #63827 from acairncross/fix-monosat
monosat: Fix Linux build
2019-10-15 20:55:28 +00:00
Aiken Cairncross
15dbd8de7c monosat: 60528a3 -> 1.8.0
This fixes the broken Linux build by only building the dynamic library/
executable (an option that was only added in the latest tagged version).
2019-10-15 16:52:25 -04:00
Tim Steinbach
35c449291d
vivaldi: 2.8.1664.40-1 -> 2.8.1664.44-1 2019-10-15 16:09:22 -04:00
Robin Gloster
e41069a989
Merge pull request #71126 from mpoquet/simgrid-3.23-to-3.24
simgrid: 3.23 -> 3.24
2019-10-15 21:48:01 +02:00
Lassulus
75ebe6f573
Merge pull request #70677 from dtzWill/update/nnn-2.7
nnn: 2.5 -> 2.7
2019-10-15 21:12:35 +02:00
R. RyanTM
6d847007ad suricata: 4.1.4 -> 4.1.5 (#70801)
* suricata: 4.1.4 -> 4.1.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/suricata/versions

* suricata: fix Hyperscan includes location

+ add lz4 to build inputs for compressed pcap
2019-10-15 19:56:31 +02:00
Renaud
e77a6ec5e4
Merge pull request #70853 from taku0/flashplayer-32.0.0.270
flashplayer: 32.0.0.255 -> 32.0.0.270 [Critical security fixes]
2019-10-15 19:55:56 +02:00
Renaud
1299a4288f
Merge pull request #70616 from NobbZ/exercism-3.0.12
exercism: 3.0.11 -> 3.0.12
2019-10-15 17:48:16 +02:00
Renaud
cadc0a05af
Merge pull request #70869 from cameronbriar/terraform-provider-wavefront
terraform-provider-wavefront: init at 2.1.0
2019-10-15 17:40:29 +02:00
lewo
6e54ef82d3
Merge pull request #70898 from nlewo/next
next: 1.3.1 -> 1.3.4
2019-10-15 17:39:40 +02:00
Marek Mahut
c9ff78150b
Merge pull request #71190 from mmahut/jormungandr
jormungandr: 0.6.0 -> 0.6.1
2019-10-15 16:19:15 +01:00
Marek Mahut
1261bb9177
Merge pull request #70580 from r-ryantm/auto-update/flexibee
flexibee: 2019.2.5 -> 2019.3.0.3
2019-10-15 15:54:02 +01:00
Marek Mahut
75cbbea4b9 jormungandr: 0.6.0 -> 0.6.1 2019-10-15 16:52:07 +02:00
Marek Mahut
fa456e4209
Merge pull request #70557 from r-ryantm/auto-update/charliecloud
charliecloud: 0.9.8 -> 0.11
2019-10-15 15:44:47 +01:00
Evils
9b199b9d92 cura: fix #71184 2019-10-15 16:15:22 +02:00
Frank Doepper
bf12dc1ce7 git-annex-utils: init at 0.04-3-g531bb33 2019-10-15 14:41:24 +02:00
Aiken Cairncross
b4da391ade monosat: Add self as maintainer 2019-10-15 12:20:55 +01:00
Marek Mahut
39fe98ed0a jormungandr: 0.6.0-rc1+1 -> 0.6.0 2019-10-15 08:56:25 +02:00
worldofpeace
983df8cd79
Merge pull request #70953 from iAmMrinal0/fix/rescuetime
rescuetime: 2.14.3.1 -> 2.14.5.2
2019-10-15 05:45:09 +00:00
Mrinal Purohit
b3f415d898 rescuetime: 2.14.3.1 -> 2.14.5.2
- Fix for Qt plugin not found
2019-10-15 10:55:23 +05:30
Will Dietz
4db68207f9
Merge pull request #70680 from dtzWill/update/krita-4.2.7.1
krita: 4.2.6 -> 4.2.7.1
2019-10-14 19:00:25 -05:00
Will Dietz
40e2527861
nnn: fix completion source location change 2019-10-14 18:59:44 -05:00
worldofpeace
918b578211 tootle: format, drop gobject-introspection 2019-10-14 16:49:39 -04:00
worldofpeace
836d2ee1c1 tootle: fix build with vala 0.46
See: https://github.com/bleakgrey/tootle/pull/164
2019-10-14 16:49:39 -04:00
worldofpeace
f0e5192fe2 spice-up: fix build with vala 0.46
See: https://github.com/Philip-Scott/Spice-up/pull/288
2019-10-14 16:49:39 -04:00
Jan Tojnar
622b23cfda
almanah: 0.11.1 → 0.12.0
https://gitlab.gnome.org/GNOME/almanah/blob/0.12.0/NEWS#L1-53
2019-10-14 17:18:21 +02:00
Millian Poquet
5b9cbeb75c simgrid: 3.23 -> 3.24 2019-10-14 16:08:43 +02:00
Florian Klink
79676a26dc
Merge pull request #68248 from Moredread/slicer
prusa-slicer: 2.0.0 -> 2.1.0
2019-10-14 15:33:34 +02:00