Commit graph

177001 commits

Author SHA1 Message Date
volth 6be593ab30 [cpan2nix] perlPackages.ClassInspector: 1.32 -> 1.34 2019-04-22 16:01:26 +00:00
volth cc11c9b730 [cpan2nix] perlPackages.CacheFastMmap: 1.47 -> 1.48 2019-04-22 16:01:26 +00:00
volth 7b6c9949ea [cpan2nix] perlPackages.CPANPerlReleases: 3.90 -> 3.94 2019-04-22 16:01:26 +00:00
volth ce38760587 [cpan2nix] perlPackages.CGIMinimal: cleanup 2019-04-22 16:01:25 +00:00
volth 4bbd5b8e30 perlPackages.DBD-mysql: 4.046 -> 4.050 2019-04-22 16:01:25 +00:00
volth e64b3ed477 perlPackages.BerkeleyDB: 0.55 -> 0.61 2019-04-22 16:01:25 +00:00
volth 1e0e721f2a perlPackages.DBD-SQLite: 1.58 -> 0.62 2019-04-22 16:01:25 +00:00
volth bb927b8ba0 perlPackages.CompressRawZlib: 2.081 -> 2.086 2019-04-22 16:01:25 +00:00
volth 9629c3d8ac perlPackages.DB_File: 1.842 -> 1.851 2019-04-22 16:01:25 +00:00
volth dd927553f3 perl: 5.28.1 -> 5.28.2 2019-04-22 16:01:25 +00:00
Graham Christensen 12c4103969
Merge pull request #60026 from grahamc/port-59945-staging
nixos/virtualbox: Fixes configuration to evaluate
2019-04-22 11:46:24 -04:00
Samuel Dionne-Riel 8a74ebeb01
nixos/virtualbox: Fixes configuration to evaluate
Fixes issue introduced by #57557
2019-04-22 11:22:00 -04:00
Vladimír Čunát 105bfc3ad3
libpng: 1.6.36 -> 1.6.37
If I understand the announcement right, there's nothing important beyond
incorporating the patches we were applying (ARM NEON memory leak):
https://sourceforge.net/p/png-mng/mailman/message/36641210/
2019-04-22 13:55:09 +02:00
Will Dietz bcc9858699
Merge pull request #59813 from dtzWill/update/zstd-1.4.0
zstd: 1.3.8 -> 1.4.0
2019-04-21 18:22:48 -05: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
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
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
Jacek Galowicz bfd9eaeb53 vimPlugins.emodeline: init at 2010-10-18 2019-04-20 20:00:03 +00:00
mt_caret 5ffe382afc dejsonlz4: init at 1.1 (#51373)
* dejsonlz4: init at 1.1

* fix description

Co-Authored-By: mt-caret <mtakeda.enigsol@gmail.com>
2019-04-20 20:50:47 +02:00
Mario Rodas a7e3c84fda
Merge pull request #59859 from JohnAZoidberg/siji-bdf
siji: Also package bdf font
2019-04-20 12:13:36 -05:00
Timo Kaufmann 0e8177ad10
Merge pull request #57169 from timokau/appimage-improvements
appimage-run improvements
2019-04-20 18:27:00 +02:00
Daiderd Jordan cc6b56d381
Merge pull request #59624 from LnL7/darwin-libuv
libuv: fix darwin sandbox build
2019-04-20 15:46:25 +02:00
Aaron Andersen 4a11ce7f26
cleanup redundant text in modules utilizing mkEnableOption
Closes #59911
2019-04-20 14:44:02 +02:00
Tim Steinbach 297f8c55e5
linux: 5.0.8 -> 5.0.9 2019-04-20 08:31:09 -04:00
Tim Steinbach 24867c60e4
linux: 4.9.169 -> 4.9.170 2019-04-20 08:30:55 -04:00
Tim Steinbach d5bbae8308
linux: 4.19.35 -> 4.19.36 2019-04-20 08:30:42 -04:00
Tim Steinbach ab17efc087
linux: 4.14.112 -> 4.14.113 2019-04-20 08:30:25 -04:00
Joachim F f246230350
Merge pull request #59789 from anton-dessiatov/tilt
tilt: init at 0.7.13
2019-04-20 11:28:12 +00:00
Timo Kaufmann 512097dece
Merge pull request #59921 from timokau/gap-update
gap: 4.10.0 -> 4.10.1
2019-04-20 13:17:04 +02:00
R. RyanTM 0dc3184871 picard-tools: 2.18.27 -> 2.19.0 (#59634)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/picard-tools/versions
2019-04-20 13:15:40 +02:00
Joachim F f0a49c1152
Merge pull request #59854 from goodsoft/patch-1
buildMix: fix bootstrapping packages with hyphens in version
2019-04-20 11:14:13 +00:00
Maximilian Bosch f1c559057e
Merge pull request #59889 from sondr3/sondr3/git-ignore-1.0.0
git-ignore: 0.2.0 -> 1.0.0
2019-04-20 13:12:30 +02:00
Jan Tojnar d3259ed673
Merge branch 'master' into staging 2019-04-20 12:49:01 +02:00
Timo Kaufmann 9c7f774a39 gap: mark as broken on darwin
Has been failing to build for a while.
2019-04-20 12:36:11 +02:00
Timo Kaufmann 4f956e832a appimage-run: add libtool
Needed by Synfigstudio, see
https://github.com/NixOS/nixpkgs/pull/57169/files#issuecomment-477697665.
2019-04-20 12:32:17 +02:00
Timo Kaufmann fb6bc78a5c appimage-run: add missing libs 2019-04-20 12:32:10 +02:00
Timo Kaufmann 19e075b53b appimage-run: pass arguments to appimage 2019-04-20 12:32:09 +02:00