Graham Christensen
34d2ec7c09
nixos docs: give IDs to things
2018-09-01 16:20:49 -04:00
Graham Christensen
18fd616351
nixos docs: Give sections IDs
2018-09-01 16:20:49 -04:00
Graham Christensen
03b89e3031
Merge pull request #45914 from grahamc/section-ids
...
Section ids
2018-09-01 15:38:52 -04:00
John Ericson
31e675068e
Merge pull request #45888 from obsidiansystems/qt3-configure-flags
...
qt-3: Make `configureFlags` a list
2018-09-01 15:37:30 -04:00
Ricardo M. Correia
1a1257898e
pianobar: 2016.06.02 -> 2018.06.22 ( #45913 )
2018-09-01 21:35:10 +02:00
Uli Baum
d660428f85
nixos-generate-config.pl: remove executable bit
...
it was erroneously set in cb1ca42009
although this file isn't executable before patching shebangs.
2018-09-01 21:29:30 +02:00
volth
2413fcdfeb
services.xserver.windowManager.session: handle duplicate names ( #37690 )
2018-09-01 21:27:17 +02:00
Graham Christensen
2eea92a1dc
nixpkgs docs: give linked things IDs
2018-09-01 15:20:57 -04:00
Vladimír Čunát
37a45e5a97
nixos-generate-config: fix perl quoting after cb1ca42
2018-09-01 21:13:54 +02:00
Graham Christensen
cbdcf81590
Add section IDs
2018-09-01 15:06:38 -04:00
Jan Tojnar
810111616b
gnome3.geary: 0.12.3 → 0.12.4
2018-09-01 20:58:44 +02:00
Thra11
ef21e949a0
krita: refactor to fix build on aarch64 ( #45906 )
...
An optional dependency, Vc, doesn't currently provide any optimisations
on aarch64 and causes a build failure in krita. Exclude it from the
build inputs on arm and aarch64.
2018-09-01 20:25:38 +02:00
Vladimír Čunát
0e7ba35ddc
Merge #45910 : Fix i686 installer iso build
2018-09-01 19:15:39 +02:00
xeji
62e3355a91
Merge pull request #45909 from markuskowa/licenses-12
...
Add licenses
2018-09-01 19:09:40 +02:00
Jan Tojnar
ffcf8dcee7
pulseeffects: 4.3.3 → 4.3.4
2018-09-01 19:02:51 +02:00
Samuel Dionne-Riel
3aae9fc3f9
nixos/iso-image.nix: fixes i686 installer iso build.
...
Fixes #45908
2018-09-01 13:00:58 -04:00
Pascal Wittmann
bae886a951
instead: 3.2.1 -> 3.2.2
2018-09-01 18:35:52 +02:00
Silvan Mosberger
29f9a50958
Merge pull request #45904 from symphorien/elasticsearch-now-review
...
elasticsearch plugins: don't use lib.version
2018-09-01 17:53:28 +02:00
Tobias Happ
e6a3ad775f
pythonPackages.dependency-injector: init at 3.13.1 ( #45871 )
2018-09-01 17:29:47 +02:00
Vladimír Čunát
9a56eee0b1
Merge #45867 : libreoffice*: add zh-CN and Czech langs.
2018-09-01 17:21:24 +02:00
Vladimír Čunát
9528384ac3
libreoffice*: add Czech language support
...
Tested the default version only (still).
2018-09-01 17:20:42 +02:00
Vladimír Čunát
342d3db703
Merge branch 'staging-next'
...
The failure diff seems good-enough on Hydra now.
2018-09-01 17:02:15 +02:00
Markus Kowalewski
0c0656bcdc
xpdf: add license, update homepage
2018-09-01 17:02:14 +02:00
Markus Kowalewski
bf0a571725
xchm: add license
2018-09-01 17:02:13 +02:00
Markus Kowalewski
0bd9864dd8
xautoclick: add license
2018-09-01 17:02:13 +02:00
Markus Kowalewski
e134ce139e
wordnet: add license
2018-09-01 17:02:13 +02:00
Markus Kowalewski
e279a7858e
terminal-notifier: add license
2018-09-01 17:02:13 +02:00
Markus Kowalewski
c7808a9013
posterazor: add license
2018-09-01 17:02:13 +02:00
Markus Kowalewski
f48d5dae41
pdf-quench: add license
2018-09-01 17:02:12 +02:00
Markus Kowalewski
5194e10968
nut: add licenses
2018-09-01 17:02:12 +02:00
Markus Kowalewski
4f67eabc19
mop: add license
2018-09-01 17:01:51 +02:00
Markus Kowalewski
7ddb87eb5a
krename: add license
2018-09-01 17:01:50 +02:00
Markus Kowalewski
b986430d02
gxneur: add licenses
2018-09-01 17:01:46 +02:00
Markus Kowalewski
733280bb6e
ethrun: add license
2018-09-01 16:55:08 +02:00
Markus Kowalewski
18cf65ac58
ethabi: add license
2018-09-01 16:55:08 +02:00
Markus Kowalewski
c809cfb197
gphoto2fs: add license + homepage
2018-09-01 16:55:08 +02:00
Franz Pletz
cdb244a3d4
Merge pull request #45896 from ashkitten/update-firmware
...
firmware-linux-nonfree: 2018-03-20 -> 2018-08-25
2018-09-01 14:53:51 +00:00
Symphorien Gibol
53744fe7dd
elasticsearch plugins: don't use lib.version
...
This is wrong and makes the hash change on each nixpkgs commit.
2018-09-01 16:32:59 +02:00
Venkateswara Rao Mandela
cb1ca42009
nixos/doc: add instructions for installation behind a proxy ( #45854 )
...
The instructions to install nixos behind a proxy were not clear. While
one could guess that setting http_proxy variables can get the install
rolling, one could end up with an installed system where the proxy
settings for the nix-daemon are not configured.
This commit updates the documentation with
1. steps to install behind a proxy
2. configure the global proxy settings so that nix-daemon can access
internet.
3. Pointers to use nesting.clone in case one has to use different proxy
settings on different networks.
2018-09-01 16:12:35 +02:00
xeji
ff679f86a2
Merge pull request #30890 from Lassulus/slim-lightdm
...
display-managers: make lightdm the default
2018-09-01 16:11:38 +02:00
Markus Kowalewski
98440749c1
goldendict: add license
2018-09-01 16:11:19 +02:00
Markus Kowalewski
e350e31691
golden-cheetah: add license
2018-09-01 16:11:19 +02:00
Markus Kowalewski
e014edeb8b
k3d: add license
2018-09-01 16:11:19 +02:00
Markus Kowalewski
683265c3d6
lastfmsubmitd: add license
2018-09-01 16:11:19 +02:00
Markus Kowalewski
661f569b6c
distrho: add licenses
2018-09-01 16:11:19 +02:00
Markus Kowalewski
b2710b53ab
axoloti/libusb1: add license
2018-09-01 16:11:19 +02:00
Daniël de Kok
958bdc313c
dbxml: move db62 to propagatedBuildInputs. ( #45878 )
...
Some public DB XML headers include db.h from Berkeley DB. Move db62
to propagatedBuildInputs, to ensure that packages with a dependency
on dbxml, but without a dependency on db compile.
2018-09-01 16:09:44 +02:00
Kevin Cox
1f073bc40b
Merge pull request #45903 from kevincox/cargo-web-init
...
cargo-web: init at 0.6.15
2018-09-01 14:44:17 +01:00
Mathias Schreck
bda054725b
sauce-connect: 4.4.12 -> 4.5.1 ( #45856 )
2018-09-01 15:36:00 +02:00
volth
2c072b9ddc
stage-1-init.sh: do not check mounted filesystems ( #45891 )
...
fsck of a mounted filesystems fails with error code 8 "Operational error" and halts the boot processing
2018-09-01 15:26:16 +02:00