Vladimír Čunát
2e7cb61cfb
Merge #45720 : coreutils: split a coreutils-full version
2018-09-01 17:03:49 +02:00
Vladimír Čunát
edc13bae54
Merge #42880 : coreutils: 8.29 -> 8.30
2018-09-01 16:50:46 +02:00
Vladimír Čunát
cbd9262281
coreutils: disable a new test for now
...
As discussed in #42880 , this test and functionality is new,
and apparently noone will look deeper for now.
2018-09-01 16:49:38 +02:00
R. RyanTM
12b5435198
ethtool: 4.17 -> 4.18 ( #45833 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
ethtool
2018-08-31 19:34:32 +02:00
Lancelot SIX
e2d8e06a9f
gnupg22: 2.2.9 -> 2.2.10 ( #45809 )
...
See https://lists.gnu.org/archive/html/info-gnu/2018-08/msg00010.html
for release information
2018-08-31 08:34:55 +02:00
xeji
d3036afd6d
Merge pull request #45432 from xeji/texlive-2018
...
[staging]: texlive: 2017 -> 2018
2018-08-30 20:42:03 +02:00
Vladimír Čunát
19c68fe28c
Merge branch 'master' into staging
2018-08-30 12:25:43 +02:00
markuskowa
b0401fa044
sshuttle: 0.78.3 -> 0.78.4 ( #44895 )
2018-08-30 11:11:33 +02:00
xeji
29b48e00bc
Merge pull request #45770 from Mic92/nix-review-0.5.1
...
nix-review: 0.5.0 -> 0.5.2
2018-08-30 08:56:53 +02:00
Juho Östman
5914bf4f97
xpra: fix the xkb search path ( #45752 )
...
Search for the xkb files in the nix store.
2018-08-30 08:45:11 +02:00
Jörg Thalheim
5b452a2f76
nix-review: 0.5.0 -> 0.5.2
...
fix cleanup issue: https://github.com/Mic92/nix-review/issues/10
2018-08-30 07:38:41 +01:00
Michael Weiss
fc43fc1ea2
lf: 7 -> 8
2018-08-29 19:48:42 +02:00
Vladyslav Mykhailichenko
341a531c3d
bat: 0.5.0 -> 0.6.0
2018-08-29 13:39:36 +03:00
Uli Baum
20d88c1a4b
texlive: add IPFS URL for package source snapshot
2018-08-29 11:03:45 +02:00
Uli Baum
5c9ebf4fc7
biber: 2.10 -> 2.11
...
2.11 is the version used in TexLive 2018
2018-08-29 11:03:45 +02:00
Uli Baum
831551a9a1
texlive.bin.core-big: disable luatex53
...
build failed on Darwin
Patch by @veprbl
2018-08-29 11:03:45 +02:00
Uli Baum
ac03d2e571
texlive.bin.core-big: remove unneeded compiler flags
2018-08-29 11:03:45 +02:00
Uli Baum
2737f17d38
texlive: add detailed upgrade instructions in separate file
2018-08-29 11:03:45 +02:00
Uli Baum
f3961e5dae
texlive-packages: snapshot 2017-final -> 20180827
...
and use fixed hashes
2018-08-29 11:03:44 +02:00
Uli Baum
738bae4ec2
texlive: make packages fixed-output derivations
...
This reverts a part of the changes made in #40826 .
Fixed-output derivations save time and space on rebuilds.
2018-08-29 11:03:44 +02:00
Uli Baum
d5816c9bcb
texlive: update server URLs
2018-08-29 11:03:44 +02:00
Uli Baum
149b180f18
texlive.bin: 20170524 -> 20180414
2018-08-29 11:03:44 +02:00
Jörg Thalheim
c748ac5bdd
Merge pull request #45721 from Mic92/remove-hurd
...
hurd: cleanup unmaintained target
2018-08-28 23:32:39 +01:00
Niclas
42bfaab927
bunny: init at 1.1 ( #45714 )
...
* bunny: init at 1.1
Motivation for this change
Pretty useful not to have to think about what system you're on when
doing basic (un)installation tasks.
* Fixed typo
2018-08-28 23:18:55 +02:00
Jörg Thalheim
9efffe0135
hurd: cleanup unmaintained target
...
This has been not touched in 6 years. Let's remove it to cause less
problems when adding new cross-compiling infrastructure.
This also simplify gcc significantly.
2018-08-28 22:18:02 +01:00
Vladimír Čunát
fd3927ac29
coreutils: split a coreutils-full version
...
- default coreutils is stripped of /share/ (11 -> 2 MiB)
- coreutils-full retains /share/ and adds openssl for faster *sum tools
- NixOS systemPackages contains coreutils-full
- *Support parameter defaults are moved inside
(it seemed confusing to have `? false` and "at once" with `? isLinux`)
Closure considerations:
+ typical build-time closure will get lighter by ~9 MiB
- typical closure of NixOS installation will grow by ~2 MiB,
due to referring to both versions. I think it would be possible to
re-use most of the utils between the two versions, but the expression
would get much more complex.
I considered having stdenv with minimal coreutils and the default
`coreutils` attribute being full, but it turned out there were too many
trivial references in nixpkgs, so it didn't seem easy to keep rebuild
impact of openssl from growing significantly.
2018-08-28 22:17:07 +02:00
Vladimír Čunát
85facc4a70
coreutils nitpick: add --with-packager
...
`tool --version` now gets additional line:
Packaged by https://NixOS.org
2018-08-28 22:15:57 +02:00
Edward Tjörnhammar
1f8ee1b0d7
i2pd: 2.19.0 -> 2.20.0
2018-08-28 21:42:21 +02:00
Michael Weiss
98fbb44114
sshfs: 3.4.0 -> 3.5.0
2018-08-28 18:01:35 +02:00
Jan Tojnar
bbe620f77b
Merge pull request #45707 from jtojnar/drop-nm-gtk
...
Drop libnm-gtk
2018-08-28 17:50:42 +02:00
Will Dietz
4c2d822fad
Merge pull request #45703 from dtzWill/fix/e2fsprogs-musl
...
e2fsprogs: fix w/musl, __GNUC_PREREQ is glibc-ism
2018-08-28 09:15:28 -05:00
Will Dietz
a3f8a2c56f
e2fsprogs: fix w/musl, __GNUC_PREREQ is glibc-ism
...
Fixes compilation on non-glibc at minor cost since these are only
used to guard the use of pragmas selectively disabling warnings
based on the GCC version used.
2018-08-28 08:34:52 -05:00
Jan Tojnar
2235437330
networkmanager_strongswan: remove nm-gtk dependency
2018-08-28 15:07:39 +02:00
Jan Tojnar
2683fe16a5
networkmanager-openvpn: remove nm-gtk dependency
2018-08-28 15:06:06 +02:00
Jan Tojnar
cb31e93abf
networkmanager-vpnc: remove nm-gtk dependency
2018-08-28 15:04:24 +02:00
Jan Tojnar
c858c831b6
networkmanager-l2tp: remove nm-gtk dependency
2018-08-28 15:02:15 +02:00
Jan Tojnar
2eb3fab10b
networkmanager-fortisslvpn: remove nm-gtk dependency
2018-08-28 15:00:27 +02:00
Jan Tojnar
a6130c36cd
networkmanager-iodine: remove nm-gtk dependency
2018-08-28 14:59:16 +02:00
Jan Tojnar
8e46884331
networkmanagerapplet: add missing docbook DTDs
2018-08-28 14:56:48 +02:00
Jan Tojnar
908c2cf56c
networkmanagerapplet: do not build libnm-gtk
2018-08-28 14:56:48 +02:00
Jörg Thalheim
6d4cf88aa4
libcpuid: restrict to x86
2018-08-28 09:00:58 +01:00
adisbladis
cbecd29b94
Merge pull request #45678 from dtzWill/update/upx-3.95
...
upx: 3.94 -> 3.95
2018-08-28 12:51:15 +08:00
R. RyanTM
af761489b5
xpra: 2.3.2 -> 2.3.3 ( #45530 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xpra/versions .
2018-08-28 00:35:42 +02:00
Jörg Thalheim
c3f9ded3a9
Merge pull request #45540 from r-ryantm/auto-update/riemann-c-client
...
riemann_c_client: 1.10.2 -> 1.10.3
2018-08-27 22:19:22 +01:00
Jörg Thalheim
6d797c8462
nixpkgs.syslogng_incubator: mark as broken
...
cc @rickynils
2018-08-27 22:17:39 +01:00
R. RyanTM
984c55f82d
yubico-piv-tool: 1.5.0 -> 1.6.1 ( #45531 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yubico-piv-tool/versions .
2018-08-27 22:39:54 +02:00
Will Dietz
da8e3ef9e5
upx: 3.94 -> 3.95
2018-08-27 12:50:44 -05:00
David Guibert
2f6cc89787
udftools: 1.0.0b3 -> 2.0 ( #45583 )
...
This path also migrates to the github repo.
2018-08-27 10:15:23 +02:00
Jörg Thalheim
78efb59cbe
Merge pull request #45642 from bb010g/update-mandoc
...
mandoc: 1.13.4 -> 1.14.4
2018-08-27 08:30:19 +01:00
Jörg Thalheim
df4696cf2d
mandoc: fix cc detection
2018-08-27 08:21:43 +01:00