Peter Simons
9ad99b7099
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.12 from Hackage revision
6a8b5c5e27
.
2018-11-27 16:39:24 +01:00
Thomas Tuegel
fb7749620b
melpaBuild: Get package-build from melpa/package-build
...
This commit causes melpaBuild to use package-build from melpa/package-build
instead of melpa/melpa. Development of package-build happens in the former
repository whereas the latter is much larger, containing also the MELPA
recipes. We do not need to fetch the MELPA recipes from melpa/melpa, as we fetch
them one-by-one for Nixpkgs.
2018-11-27 09:36:28 -06:00
Thomas Tuegel
762295a39c
Merge pull request #51095 from bhipple/fix/emacs-builders
...
emacsPackagesNg.trivialBuild: cleanup and standardize function
2018-11-27 09:34:12 -06:00
Jörg Thalheim
3b44ccd991
dino: 2018-09-21 -> 2018-11-27
2018-11-27 14:50:16 +00:00
Renaud
713afc7e00
Merge pull request #50670 from r-ryantm/auto-update/open-vm-tools
...
open-vm-tools: 10.3.0 -> 10.3.5
2018-11-27 14:32:12 +01:00
R. RyanTM
36a0335d02
picard-tools: 2.18.14 -> 2.18.17 ( #50647 )
...
* picard-tools: 2.18.14 -> 2.18.16
Changelog: https://github.com/broadinstitute/picard/releases/tag/2.18.16
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
* picard-tools: 2.18.16 -> 2.18.17
Changelog: https://github.com/broadinstitute/picard/releases/tag/2.18.17
2018-11-27 14:31:09 +01:00
Florian Klink
d5ec5e4262
Merge pull request #51089 from bachp/gitlab-runner-11.5.0
...
gitlab-runner: 11.4.0 -> 11.5.0
2018-11-27 13:56:54 +01:00
Vladimír Čunát
2b0a1062bc
sssd: style nitpick - don't use pkgs parameter
2018-11-27 13:53:13 +01:00
Jörg Thalheim
bb32e2bd3d
python37.pkgs.rope: ignore broken type hinting tests
2018-11-27 11:57:55 +00:00
Jason "Don" O'Conal
82f7281a8f
jetbrains-editors: 2018.2 -> 2018.3
2018-11-27 22:27:15 +10:30
Vladimír Čunát
439bf86ca9
sssd: fix build with updated curl-7.62
...
Fixes #51106 .
2018-11-27 12:56:17 +01:00
Jörg Thalheim
3aa02943ff
Merge pull request #51086 from alexeymuranov/fix-estudio-web-page
...
cups-toshiba-estudio: fix homepage
2018-11-27 10:27:39 +00:00
Jörg Thalheim
5c63080c8f
Merge pull request #51102 from volth/perl-removebroken
...
perlPackages: remove old broken packages
2018-11-27 10:27:06 +00:00
Jörg Thalheim
afbdeb7b9b
Merge pull request #50802 from aszlig/autopatchelf-improvements
...
autoPatchelfHook: Fixes/improvements for Android SDK emulator
2018-11-27 10:25:26 +00:00
Vincent Demeester
edd52b4fa5
kube-prompt: 1.0.4 -> 1.0.5
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-11-27 09:26:36 +01:00
volth
e45acd6b81
perlPackages: remove old broken packets
...
Remove packets which marked 'broken' because they target old versions of Perl which are unsupported in nixpkgs.
The most recent releases of those packages are dated 2003-2013
2018-11-27 08:11:10 +00:00
Cole Mickens
507adacaa0
dolphin: enable wayland
2018-11-26 23:45:48 -08:00
Jörg Thalheim
f12bd000b9
Merge pull request #49290 from krebs/nix-writers
...
get nix-writers into nixpkgs
2018-11-27 07:17:03 +00:00
Renaud
134e0dde36
Merge pull request #51064 from NickHu/quantomatic
...
quantomatic: init at 0.7
2018-11-27 08:10:53 +01:00
Jörg Thalheim
97529d97ca
python37.pkgs.netaddr: skip failing test
2018-11-27 06:26:34 +00:00
lassulus
2d02cd7790
build-support writers: add tests
2018-11-27 07:08:13 +01:00
lassulus
abd0efae35
build-support: add writers from krebs/writers
...
Reference https://github.com/krebs/nix-writers revision 40fde9e
2018-11-27 07:08:12 +01:00
Benjamin Hipple
a7d1474023
emacsPackagesNg.trivialBuild: cleanup and standardize function
...
No real function change here, but this updates the trivial and melpa builders to
be formatted more consistently with the rest of the builders, and swaps
`eval "$preBuild"` for the more standard `runHook preBuild`.
2018-11-27 00:23:04 -05:00
Pierre Bourdon
ec3d829257
php72: 7.2.11 -> 7.2.12
2018-11-27 02:56:22 +01:00
Pierre Bourdon
8221da343e
php71: 7.1.23 -> 7.1.24
2018-11-27 02:56:22 +01:00
Pierre Bourdon
ea10173045
php: align Darwin and Linux versions again
...
Instead of pinning Darwin to older versions, add small patches to
configure.in (7.1) / configure.ac (7.2) to fix the build of the intl
extension on recent PHP versions on Darwin.
fix-paths-php7.patch also required changes -- since we now run autoconf
at build time (through ./buildconf), it needs to patch the input .m4
files instead of ./configure directly.
2018-11-27 02:56:17 +01:00
Benjamin Staffin
551cee25b6
stern: build shell completion scripts even when cross-compiling ( #51075 )
...
Moments after merging #49668 I realized that this is not hard to do
correctly, so here it is now.
2018-11-26 20:35:48 -05:00
Domen Kožar
56e12aae54
Fix nixops evaluation
...
See https://discourse.nixos.org/t/nixops-stopped-working/1527
2018-11-26 23:12:31 +00:00
Vincent Demeester
39bfdab345
gauge: 1.0.2 -> 1.0.3 ( #51068 )
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-11-26 23:20:10 +01:00
Robert Schütz
c4f8216cf2
Merge pull request #50951 from mredaelli/geopystuff
...
pythonPackages.affine: init at 2.2.1
2018-11-26 23:11:56 +01:00
Erik Arvstedt
c64a9718ce
nixos/containers: simplify env var definition
...
Also clear up the misleading comment: This env var isn't
root-specific, it's needed for all users.
2018-11-26 23:06:56 +01:00
Pascal Bach
c3c57c798f
gitlab-runner: 11.4.0 -> 11.5.0
2018-11-26 23:01:25 +01:00
Nick Hu
583911a0b2
quantomatic: init at 0.7
2018-11-26 21:51:58 +00:00
Luz
021b6e86fa
librepcb: 20181031 -> 0.1.0
2018-11-26 22:33:39 +01:00
Alexey Muranov
7725d9de42
cups-toshiba-estudio: fix homepage
...
Provide an URL that works.
2018-11-26 22:30:58 +01:00
Benno Fünfstück
284c3edbc8
nbench: init at 2.2.3 ( #51081 )
2018-11-26 22:16:16 +01:00
Arian van Putten
7ce4cd4470
nixos/nspawn: Fix small typo ( #51077 )
...
This has slipped through review in my previous PR it seems
2018-11-26 22:05:13 +01:00
Benjamin Staffin
5087dcf247
stern: Include bash & zsh completion support ( #49668 )
2018-11-26 14:41:04 -05:00
ajs124
5294194fe2
targetcli: init at 2.1.fb49
2018-11-26 11:11:43 -08:00
ajs124
699e72968c
python.pkgs.configshell: init at 1.1.fb25
2018-11-26 11:11:43 -08:00
ajs124
9764c43925
python.pkgs.rtslib: init at 2.1.fb69
2018-11-26 11:11:43 -08:00
Erik Arvstedt
931b7b47a2
nixos tests doc: minor fixes
...
This fixes some quirks I introduced in previous commits.
1. No need for an extra newline when printing the output of shell commands.
2. 'or die' is what's already used in the NixOS test sources, while
'die unless' has no occurrences.
2018-11-26 19:36:50 +01:00
Dmitry Kalinkin
097b4b7b1b
Merge pull request #49194 from xtruder/pkgs/kubicorn/init
...
kubicorn: init at 4c7f3623
2018-11-26 13:35:26 -05:00
Florian Klink
00a51b4012
Merge pull request #50986 from dotlambda/dovecot-2.3.4
...
dovecot: 2.3.3 -> 2.3.4, dovecot_pigeonhole: 0.5.3 -> 0.5.4
2018-11-26 19:18:06 +01:00
Florian Klink
a62aeb9b5f
Merge pull request #51015 from marsam/feature/update-wal-g
...
wal-g: 0.1.12 -> 0.2.0
2018-11-26 19:15:23 +01:00
Florian Klink
2c2ab68672
Merge pull request #50962 from flokli/gitlab-updater
...
gitlab: 11.4.4 -> 11.5.0
2018-11-26 18:47:14 +01:00
Vincent Demeester
4619c0050c
traefik: 1.7.1 -> 1.7.4
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-11-26 18:27:58 +01:00
Bruno Bigras
cc21100623
nixos/sway-beta: pass arguments from wrapper to sway
2018-11-26 11:55:05 -05:00
R. RyanTM
128a446c59
postgresql_11: 11.0 -> 11.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/postgresql/versions
2018-11-26 09:53:36 -06:00
Jean-Philippe Braun
cdacdc0686
nixos/kubernetes: allow to disable clusterCidr
...
Fix option type and set --allocate-node-cidr to false if no clusterCidr
is defined.
2018-11-26 16:36:30 +01:00