Joachim F
7a253894ae
Merge pull request #53087 from jchv/init-lxqt-archiver
...
lxqt-archiver: init at 0.0.96
2019-04-21 07:49:21 +00:00
mlvzk
113bb0a7e9
nixos/display-managers/startx: fix typos for startx option description
...
`~/.xinintrc` => `~/.xinitrc`
`autmatically` => `automatically`
2019-04-21 07:46:37 +00:00
Joachim F
302a770a51
Merge pull request #59605 from montag451/git-annex-remote-dbx
...
git-annex-remote-dbx: init at 1.0.3
2019-04-21 07:43:03 +00:00
Joachim F
50833cdc62
Merge pull request #53863 from thefloweringash/osxfuse
...
osxfuse: init at 3.8.3
2019-04-21 07:42:08 +00:00
Joachim F
96d07397c5
Merge pull request #53038 from CrazedProgrammer/riko4
...
riko4: init at 0.1.0
2019-04-21 07:38:32 +00:00
Izorkin
6600d00ed1
nginxModules.video-thumbextractor: init at 0.9.0
2019-04-21 10:32:46 +03:00
Izorkin
f6525448a5
nginxModules.sorted-querystring: init at 0.3
2019-04-21 10:30:29 +03:00
Izorkin
b329187524
nginxModules.limit-speed: init at 21.05.2014
2019-04-21 10:27:31 +03:00
Izorkin
13c938ac1e
nginxModules.subsFilter: 0.6.4 -> 13.04.2016
2019-04-21 10:21:44 +03:00
Samuel Dionne-Riel
4b201f6c57
Merge pull request #59945 from samueldr/fix/ova-eval-failure
...
nixos/virtualbox: Fixes configuration to evaluate
2019-04-20 23:22:32 -04:00
Matthew Bauer
5fad67d361
utils.bash: allow response files in bootstrapping
...
llvm uses response files in bootstrapping. It’s okay for them to
happen even though we don’t use expandResponseParams here right now.
2019-04-20 23:17:04 -04:00
Matthew Bauer
ae1e940cc0
darwin: move to llvm7
2019-04-20 23:17:04 -04:00
Matthew Bauer
d69cc779b5
Revert "Revert "darwin 10.12 commits""
...
This reverts commit 8505e710e707b2e425379dc356721194f742d8d0.
2019-04-20 23:17:04 -04:00
Will Dietz
4c3c8f4a7d
all-packages: keep llvm7 overrides for now, not default on Darwin yet
2019-04-20 23:17:04 -04:00
Will Dietz
564bf8da2b
all-packages.nix: remove llvm7 overrides, this is now the default
2019-04-20 23:16:37 -04:00
Will Dietz
dd649a09c3
llvmPackages: keep darwin at llvm5
...
My previous attempts to bump the Darwin stdenv version didn't
seem to work, but AFAIK doing so should be straightforward
for anyone with a Darwin builder and the interest in tackling this.
While not the preferred solution, adding a conditional lets us move on,
as we missed 6 entirely due to no one getting around to resolving the
Darwin bootstrap accordingly.
2019-04-20 23:15:39 -04:00
Will Dietz
d4ff2313e6
llvmPackages: 5 -> 7 (bump our default LLVM)
2019-04-20 23:15:38 -04:00
Samuel Dionne-Riel
429e554714
nixos/virtualbox: Fixes configuration to evaluate
...
Fixes issue introduced by #57557
2019-04-20 23:04:13 -04:00
Matthew Bauer
2a8ca24215
Merge pull request #59435 from furrycatherder/fix-tarball
...
nixos: fix system-tarball
2019-04-20 20:58:42 -04:00
Léo Gaspard
451961ead2
Merge pull request #59880 from florianjacob/matrix-synapse-identity-servers
...
nixos/matrix-synapse: correct trusted_third_party_id_servers default
2019-04-21 02:41:21 +02:00
Matthew Bauer
7f3fed9cba
Merge pull request #59225 from matthewbauer/dynamic-gcc-config
...
cc-wrapper: make machine configuration configurable
2019-04-20 20:36:22 -04:00
Matthew Bauer
d180cb9850
cc-wrapper: make machine configuration configurable
...
It is useful to make these dynamic and not bake them into gcc. This
means we don’t have to rebuild gcc to change these values. Instead, we
will pass cflags to gcc based on platform values. This was already
done hackily for android gcc (which is multi-target), but not for our
own gccs which are single target.
To accomplish this, we need to add a few things:
- add ‘arch’ to cpu
- add NIX_CFLAGS_COMPILE_BEFORE flag (goes before args)
- set -march everywhere
- set mcpu, mfpu, mmode, and mtune based on targetPlatform.gcc flags
cc-wrapper: only set -march when it is in the cpu type
Some architectures don’t have a good mapping of -march. For instance
POWER architecture doesn’t support the -march flag at all!
https://gcc.gnu.org/onlinedocs/gcc/RS_002f6000-and-PowerPC-Options.html#RS_002f6000-and-PowerPC-Options
2019-04-20 20:05:51 -04:00
Renaud
77916109ed
Merge pull request #59532 from r-ryantm/auto-update/haproxy
...
haproxy: 1.9.3 -> 1.9.6
2019-04-21 02:02:24 +02:00
Renaud
ec5ed925b8
Merge pull request #59437 from r-ryantm/auto-update/acpica-tools
...
acpica-tools: 20190215 -> 20190405
2019-04-21 01:41:08 +02:00
Renaud
f93da5ff9d
Merge pull request #59488 from r-ryantm/auto-update/fasm-bin
...
fasm-bin: 1.73.09 -> 1.73.10
2019-04-21 01:40:10 +02:00
Renaud
a35a3c3b4a
Merge pull request #59471 from r-ryantm/auto-update/cups-filters
...
cups-filters: 1.22.2 -> 1.22.5
2019-04-21 01:38:12 +02:00
Renaud
88cd46d1ec
Merge pull request #59549 from r-ryantm/auto-update/jruby
...
jruby: 9.2.6.0 -> 9.2.7.0
2019-04-21 01:36:51 +02:00
Matthew Bauer
799fa4d404
Merge remote-tracking branch 'origin/master' into staging
2019-04-20 19:31:35 -04:00
Renaud
9f203b3ac0
Merge pull request #59598 from r-ryantm/auto-update/ndpi
...
ndpi: 2.2 -> 2.8
2019-04-21 01:27:45 +02:00
Renaud
2e557dcdf6
Merge pull request #59626 from r-ryantm/auto-update/osinfo-db
...
osinfo-db: 20190301 -> 20190319
2019-04-21 01:23:54 +02:00
Renaud
38c10980fa
Merge pull request #59629 from r-ryantm/auto-update/papirus-icon-theme
...
papirus-icon-theme: 20190302 -> 20190331
2019-04-21 01:20:40 +02:00
Renaud
752fe9d071
Merge pull request #59778 from stephengroat/terraform-providers
...
terraform-providers: bump versions
2019-04-21 01:18:34 +02:00
Renaud
30aeb6c320
Merge pull request #59617 from r-ryantm/auto-update/openfortivpn
...
openfortivpn: 1.8.1 -> 1.9.0
2019-04-21 00:49:54 +02:00
Renaud
e946a6f166
Merge pull request #59749 from dtzWill/update/sarasa-gothic
...
sarasa-gothic: 0.6.0 -> 0.8.0
2019-04-21 00:44:54 +02:00
Renaud
8633596e65
Merge pull request #59938 from romildo/upd.nordic
...
nordic: 1.5.4 -> 1.6.5
2019-04-21 00:05:57 +02:00
Renaud
e78ff1963d
Merge pull request #59936 from romildo/upd.nordic-polar
...
nordic-polar: 1.4.0 -> 1.5.0
2019-04-20 23:58:25 +02:00
José Romildo Malaquias
814eb93410
nordic: 1.5.4 -> 1.6.5
2019-04-20 18:34:45 -03:00
Matthew Bauer
ae50241871
release-cross: remove alpha-elf target
...
This doesn’t appear to ever have worked. binutils doesn’t seem to
support the alpha-elf target at all. It doesn’t make sense to keep
this around.
https://hydra.nixos.org/build/92403855/nixlog/1/tail
2019-04-20 17:22:52 -04:00
José Romildo Malaquias
1d912c8b86
nordic-polar: 1.4.0 -> 1.5.0
2019-04-20 18:19:40 -03:00
Matthew Bauer
c351eb2842
Merge pull request #59897 from matthewbauer/mb-cross-fixes2
...
Miscellaneous cross compilation fixes
2019-04-20 16:52:26 -04:00
Matthias Beyer
03bd909fcd
mpdscribble: Fix URL
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-04-20 22:48:29 +02:00
Daniel Schaefer
18a71fbdd4
chipsec: 1.3.6 -> 1.3.7
2019-04-20 22:39:48 +02:00
Daniel Schaefer
75e08f26f1
chipsec: init at 1.3.6
2019-04-20 22:39:48 +02:00
Matthew Bauer
4224b034cc
systemd: use lib.getBin for utillinux
...
it’s almost always a better idea to use getBin instead of .bin.
Otherwise, we could get an evaluation error if utillinux is missing
the bin otuput.
2019-04-20 16:39:12 -04:00
Izorkin
d1dff5a9ec
nginxModules.upstream-tarantool: 2.7 -> 2.7.1
2019-04-20 23:11:08 +03:00
Izorkin
6a154d00c3
nginxModules.upstream-check: 10.11.2017 -> 12.08.2018
2019-04-20 23:08:55 +03:00
Jacek Galowicz
bfd9eaeb53
vimPlugins.emodeline: init at 2010-10-18
2019-04-20 20:00:03 +00:00
Izorkin
d66b94da62
nginxModules.coolkit: init at 0.2
2019-04-20 22:35:55 +03:00
Izorkin
80666e68b2
nginxModules.slowfs-cache: init at 1.10
2019-04-20 22:29:29 +03:00
Izorkin
8c1131ef28
nginxModules.lua: 0.10.13 -> 0.10.14
2019-04-20 22:29:29 +03:00