volth
b139a94587
[cpan2nix] perlPackages.AttributeHandlers: removed built-in
2018-10-02 01:12:31 +00:00
volth
8621415289
[cpan2nix] perlPackages.ArchiveExtract: cleanup
2018-10-02 01:12:31 +00:00
Will Dietz
55b6cad537
lz4: 1.8.2 -> 1.8.3 ( #47547 )
2018-10-02 00:14:26 +02:00
Milan Svoboda
da4813072f
boost: fix fiber header ( #47540 )
...
include/boost/fiber/detail/context_spmc_queue.hpp:1:1: error: stray ‘\357’ in program
caused by a leftover UTF-8 Byte Order Mark
2018-10-01 23:07:31 +02:00
Will Dietz
14fee84429
Merge pull request #47446 from dtzWill/fix/patch-shebangs-head-error-writing-broken-pipe
...
patch-shebangs: use isScript to safely check for shebang start
2018-09-28 13:24:37 -05:00
Will Dietz
f7db287960
patch-shebangs.sh: use more robust 'for each file' loop, check for dir
...
The latter is to avoid warnings printed by find if it doesn't exist.
2018-09-28 11:21:51 -05:00
Will Dietz
286381f072
patch-shebangs: simplify a bit per reviewer suggestion
2018-09-28 11:17:33 -05:00
Will Dietz
830f9fabd4
patch-shebangs: use isScript to safely check for shebang start
...
Fixes commonly encountered errors about broken pipes or null-bytes in
command-substitution.
2018-09-28 11:15:36 -05:00
Will Dietz
f66ae2c8b2
libxcb: 1.13 -> 1.13.1 ( #47450 )
...
https://lists.freedesktop.org/archives/xcb/2018-September/011155.html
(cherry picked from commit b043a056a2cc6a4ab129ab1ce2bf7d4aa7d2ea69)
2018-09-28 10:15:59 +02:00
R. RyanTM
d47f732428
bison: 3.0.5 -> 3.1 ( #45843 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
bison
2018-09-27 21:05:13 +02:00
R. RyanTM
977a05cc3b
p11-kit: 0.23.13 -> 0.23.14 ( #46220 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
p11-kit
2018-09-27 21:03:16 +02:00
xeji
362d0c9f60
Merge pull request #47426 from veprbl/pr/mtxrun_generate_cache
...
texlive: generate MkIV caches
2018-09-27 20:14:56 +02:00
Dmitry Kalinkin
91c304030a
texlive: generate MkIV caches
...
Documentation:
http://www.pragma-ade.com/general/manuals/tools-mkiv.pdf
Fixes : #19279
Closes : #47370
2018-09-27 13:39:28 -04:00
John Ericson
b53b8639a6
Merge remote-tracking branch 'upstream/master' into staging
2018-09-26 15:55:00 -04:00
John Ericson
e59a2ef7eb
Merge pull request #47400 from obsidiansystems/paxctl-darwin-no-mass-rebuild
...
paxctl: Fix darwin and cross without mass-rebuild
2018-09-26 15:52:31 -04:00
John Ericson
f49ca01c50
Revert "stdenv: partial revert of f2bb59e"
...
This reverts commit 607063f61b
.
2018-09-26 14:47:16 -04:00
John Ericson
a3fd29883a
paxctl: Fix cross and Darwin builds
2018-09-26 14:47:16 -04:00
Matthew Bauer
07cc937d60
Merge pull request #45934 from utdemir/master
...
bluejeans-gui: init at 1.6.39
2018-09-26 13:26:53 -05:00
John Ericson
219a48f1ca
Merge pull request #47395 from obsidiansystems/paxctl-darwin
...
paxctl: Fix darwin and cross and use for linux cross
2018-09-26 13:55:49 -04:00
Amin Bandali
4586ff7395
alloy: add alloy5 and take maintainership ( #47262 )
...
Add alloy5 (currently, 5.0.0.1), update homepage and downloadPage, and
take maintainership of the package.
2018-09-26 17:46:58 +01:00
Franz Pletz
e7ca9af4cc
shairport-sync: fix pulseaudio support & default arguments
2018-09-26 18:12:02 +02:00
John Ericson
361521f5b0
Revert "stdenv: partial revert of f2bb59e"
...
This reverts commit 607063f61b
.
2018-09-26 11:26:27 -04:00
John Ericson
115bc86e6c
paxctl: Fix cross and Darwin builds
2018-09-26 11:26:14 -04:00
John Ericson
e2a2073011
Merge remote-tracking branch 'upstream/master' into staging
2018-09-26 11:23:18 -04:00
John Ericson
30d24a2e3f
Merge commit '607063f61be3b19a2da054776b360d9c5b03038a'
...
This gets the partial revert on the common ancestor of master and
staging, easier further devlopment.
2018-09-26 11:20:28 -04:00
Matthew Bauer
607063f61b
stdenv: partial revert of f2bb59e
...
/cc @Ericson2314
PR was https://github.com/NixOS/nixpkgs/pull/46857
This line broke MacOS cross compilation. paxctl cannot be built on
macOS. Maybe it can be fixed, but no reason to break things
unnecessarily.
Regardless, you definitely need to be more careful about backporting.
I think it’s fine to move fast and break things on master but
with release-18.09 we should be more careful. Something like more
automated testing for cross compilation would also be
helpful (hopefully even making it block).
(cherry picked from commit f9c4075873cb56464126f993d22a1a72f7cfac45)
2018-09-26 11:13:22 -04:00
aszlig
593062ddc2
fetchFromGitLab: Fix grouping issue for group arg
...
Issue introduced by c3612b97e6
.
Example output before that commit (witch a random package using
fetchFromGitLab):
$ nix-instantiate --eval -A hiawatha.src.urls
[ "https://gitlab.com/api/v4/projects/hsleisink%2Fhiawatha/repository/archive.tar.gz?sha=v10.8.1 " ]
After the commit:
$ nix-instantiate --eval -A hiawatha.src.urls
[ "https://gitlab.com/api/v4/projects/%2Fhsleisink%2Fhiawatha/repository/archive.tar.gz?sha=v10.8.1 " ]
And with this very commit, which fixes the issue:
$ nix-instantiate --eval -A hiawatha.src.urls
[ "https://gitlab.com/api/v4/projects/hsleisink%2Fhiawatha/repository/archive.tar.gz?sha=v10.8.1 " ]
The problem was that it has used optionalString in conjunction with "+",
so the optionalString only applied to the left-hand side of the +
operator.
Thanks to @ryantm for reporting the issue at:
c3612b97e6 (r220576764)
Signed-off-by: aszlig <aszlig@nix.build>
Reported-by: Ryan Mulligan <ryan@ryantm.com>
2018-09-26 16:17:18 +02:00
rembo10
ca3231a9f3
arc-theme: 2017-05-12 -> 20180715 ( #43490 )
2018-09-26 15:56:47 +02:00
R. RyanTM
9390a261dd
nfs-utils: 2.3.2 -> 2.3.3 ( #46989 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nfs-utils/versions
2018-09-26 15:36:31 +02:00
vanzef
82f2ae0260
gitAndTools.pass-git-helper: init at 0.4 ( #47056 )
2018-09-26 13:46:05 +01:00
Tim Steinbach
24c31d43bb
linux: 4.18.9 -> 4.18.10
2018-09-26 08:01:20 -04:00
Tim Steinbach
61452c82ae
linux: 4.14.71 -> 4.14.72
2018-09-26 08:01:13 -04:00
Tim Steinbach
8e4d980904
linux: 4.9.128 -> 4.9.129
2018-09-26 08:01:05 -04:00
Tim Steinbach
656ca2296c
linux: 4.4.157 -> 4.4.158
2018-09-26 08:00:56 -04:00
Domen Kožar
82feb4b66e
postgresql: give postgres user a shell
2018-09-26 12:11:40 +01:00
Jasper Woudenberg
e0f46105aa
nodejs-10_x: 10.9.0 -> 10.11.0
2018-09-26 11:49:18 +02:00
zimbatm
9fb79868ab
google-compute-engine: 20180510 -> 20180905
...
The list of corresponding NixOS services are also updated
2018-09-26 11:48:16 +02:00
R. RyanTM
0441faea05
libsigrokdecode: 0.5.1 -> 0.5.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libsigrokdecode/versions
2018-09-26 11:36:18 +02:00
Roman Volosatovs
eb7b217182
go-2fa: Init at 1.1.0
2018-09-26 11:36:02 +02:00
R. RyanTM
0e5e4aed06
arpack: 3.5.0 -> 3.6.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/arpack/versions
2018-09-26 11:28:59 +02:00
Jörg Thalheim
957eec3122
Merge pull request #47326 from r-ryantm/auto-update/bibutils
...
bibutils: 6.6 -> 6.7
2018-09-26 09:21:33 +01:00
Matthew Bauer
6eef893f5c
stdenv: partial revert of f2bb59
...
/cc @Ericson2314
This line broke MacOS cross compilation. paxctl cannot be built on
macOS. Maybe it can be fixed, but no reason to break things
unnecessarily.
Regardless, you definitely need to be more careful about backporting.
I think it’s fine to move fast and break things on master but
with release-18.09 we should be more careful. Something like more
automated testing for cross compilation would also be
helpful (hopefully even making it block).
2018-09-26 02:09:22 -05:00
volth
92a9c5ac7d
net_snmp: build with default perl ( #47373 )
2018-09-26 08:51:22 +02:00
Will Dietz
ab925bf662
Merge pull request #47380 from dtzWill/update/libxinerama-1.1.4
...
libXinerama: 1.1.3 -> 1.1.4
2018-09-25 22:17:18 -05:00
Will Dietz
232998c4a7
Merge pull request #47327 from dtzWill/update/cairo-1.15.14
...
cairo: 1.15.12 -> 1.15.14
2018-09-25 22:16:25 -05:00
Will Dietz
a0248a0b68
Merge pull request #47365 from dtzWill/feature/matrix-clients
...
spectral: init at 2018-09-24; nheko: 0.5.0 -> 0.6.0 and bump dep mtxclient
2018-09-25 22:14:29 -05:00
Will Dietz
7047d60ef4
libXinerama: 1.1.3 -> 1.1.4
...
https://lists.x.org/archives/xorg-announce/2018-July/002905.html
2018-09-25 20:07:31 -05:00
aszlig
9bfd864c59
Merge reording asserts in NixOS eval ( #47293 )
...
Changes the evaluation order in that it evaluates assertions before
warnings, so that eg. the following would work:
{ config, lib, ... }:
{
options.foo = lib.mkOption {
type = lib.types.bool;
default = true;
description = "...";
};
options.bar = lib.mkOption {
type = lib.types.bool;
default = false;
description = "...";
};
config = lib.mkMerge [
(lib.mkIf config.bar {
system.build.bar = "foobar";
})
(lib.mkIf config.foo {
assertions = lib.singleton {
assertion = config.bar;
message = "Bar needs to be enabled";
};
systemd.services.foo = {
description = "Foo";
serviceConfig.ExecStart = config.system.build.bar;
};
})
];
}
This is because the systemd module includes definitions for warnings
that would trigger evaluation of the config.system.build.bar definition.
The original pull request references a breakage due to the following:
{
services.nixosManual.enable = false;
services.nixosManual.showManual = true;
}
However, changing the eval order between asserts and warnings clearly is
a corner case here and it only happens because of the aforementioned
usage of warnings in the systemd module and needs more discussion.
Nevertheless, this is still useful because it lowers the evaluation time
whenever an assertion is hit, which is a hard failure anyway.
2018-09-26 01:18:41 +02:00
xeji
14a1907afa
Merge pull request #47358 from volth/perl-dev
...
perl: add devel version at 5.29.3
2018-09-26 00:20:07 +02:00
Jörg Thalheim
0f433efe3a
Merge pull request #47322 from r-ryantm/auto-update/ace
...
ace: 6.5.1 -> 6.5.2
2018-09-25 23:11:37 +01:00