Tim Steinbach
fa10497834
Merge pull request #27684 from gnidorah/bfq
...
linux: BFQ Group Scheduling support
2017-08-07 11:58:45 -04:00
Tim Steinbach
4edcfa3eb7
gradle: 4.0.2 -> 4.1
2017-08-07 11:44:35 -04:00
Tim Steinbach
06af1df857
linux: 4.13-rc3 -> 4.13-rc4
2017-08-07 11:40:01 -04:00
Tim Steinbach
ea2a10e143
linux: 4.4.79 -> 4.4.80
2017-08-07 11:35:42 -04:00
Tim Steinbach
4825e4818b
linux: 4.9.40 -> 4.9.41
2017-08-07 11:32:26 -04:00
Gabriel Ebner
795c003359
isabelle: use polyml 5.6
...
Isabelle 2016 does not work with newer PolyML versions.
2017-08-07 17:21:08 +02:00
Wout Mertens
339330b322
Merge pull request #27426 from rnhmjoj/nginx
...
nginx: make enabling SSL port-specific
2017-08-07 16:46:28 +02:00
Domen Kožar
4f80406fdd
Merge pull request #27615 from NickHu/cuda
...
fix haskellPackages.cuda and some tools dependent on cudatoolkit
2017-08-07 16:13:49 +02:00
nonsequitur
f37972588d
ruby docs: fix text and example ( #28006 )
...
1. 'wrapper' has been renamed to 'wrappedRuby', so use this instead.
2. mkDerivation isn't called with a 'src' attribute, so skip the 'unpackPhase' to avoid an error.
3. Simplify the build command. 'mkdir' and 'patchShebangs' don't need to be called explicitly.
2017-08-07 14:42:16 +01:00
Frederik Rietdijk
2203908e5f
Merge commit 'b679e14' into HEAD
2017-08-07 13:19:09 +02:00
Frederik Rietdijk
e6808e30ae
Merge pull request #27931 from gnidorah/kde
...
Fix some KDE applications
2017-08-07 13:15:36 +02:00
Frederik Rietdijk
7aaad6cd8c
Merge pull request #27980 from romildo/upd.mate
...
Update some mate packages
2017-08-07 13:13:23 +02:00
Frederik Rietdijk
3b9b0485fe
Merge pull request #28005 from romildo/upd.adapta
...
adapta-gtk-theme: 3.90.0.125 -> 3.91.1.47
2017-08-07 13:12:51 +02:00
Frederik Rietdijk
e7651e4b60
Merge pull request #27940 from bkchr/fix_qt56_ld
...
QT5.6: Fixes compile error with wrong LD env variable
2017-08-07 13:04:43 +02:00
romildo
22ba421a08
adapta-gtk-theme: 3.90.0.125 -> 3.91.1.47
2017-08-07 06:37:11 -03:00
Bastian Köcher
0053bf6d47
QT5.6: Fixes compile error with wrong LD env variable
...
QT uses -Wl linker flags and these flags only work with gcc/g++
and not with LD directly.
2017-08-07 10:51:53 +02:00
gnidorah
dc21f1ad65
linux: BFQ Group Scheduling support
2017-08-07 10:12:21 +03:00
Peter Simons
f152749c99
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.4.1 from Hackage revision
cfa51cac76
.
2017-08-07 08:58:48 +02:00
Gabriel Ebner
28ca51c7df
Merge pull request #27899 from matthewbauer/emscripten-update
...
emscripten: 1.37.13 -> 1.37.16
2017-08-07 08:51:58 +02:00
Benjamin Staffin
989514f38b
jsonnet: 0.8.9 -> 0.9.4 ( #27989 )
2017-08-06 23:13:26 -04:00
Tim Steinbach
1ec7242bc2
linux-copperhead: 4.12.4.a -> 4.12.5.a
2017-08-06 22:04:46 -04:00
Tim Steinbach
ff9479cd54
linux: 4.12.4 -> 4.12.5
2017-08-06 19:22:15 -04:00
Joachim F
70d8768af5
Merge pull request #27876 from joachifm/libsodium-1_0_13
...
libsodium: 1.0.12 -> 1.0.13
2017-08-07 00:18:39 +01:00
Tim Steinbach
ed0fce40a9
Merge pull request #27949 from NeQuissimus/common_kernel_config
...
linux-common-config: Refactor, clean up
2017-08-06 19:17:52 -04:00
Tim Steinbach
0cf0d7186a
linux-common-config: Refactor, clean up
2017-08-06 19:17:30 -04:00
Michael Raskin
638b67146d
Merge pull request #27812 from tohl/master
...
sbcl updated, tested on nixos x86_64
2017-08-07 00:05:18 +02:00
Joachim F
bba56ff461
Merge pull request #27985 from romildo/upd.elementary-icon-theme
...
elementary-icon-theme: 4.1.0 -> 4.2.0
2017-08-06 23:00:17 +01:00
Joachim F
9f93150ec9
Merge pull request #27820 from dalaing/piwik-install-doc-fix
...
nixos/piwik: clarifies setup documentation
2017-08-06 22:58:52 +01:00
Joachim Fasting
a40bf20a1d
pigz: enable parallel building
2017-08-06 23:38:15 +02:00
Joachim Fasting
d56361f036
pigz: 2.3.3 -> 2.3.4
2017-08-06 23:38:14 +02:00
Joachim Fasting
4a65f9ef5f
dnscrypt-proxy: enable parallel building
2017-08-06 23:38:13 +02:00
Joachim Fasting
f963014829
linux-hardened-config: various fixups
...
Note
- the kernel config parser ignores "# foo is unset" comments so they
have no effect; disabling kernel modules would break *everything* and so
is ill-suited for a general-purpose kernel anyway --- the hardened nixos
profile provides a more flexible solution
- removed some overlap with the common config (SECCOMP is *required* by systemd;
YAMA is enabled by default).
- MODIFY_LDT_SYSCALL is guarded by EXPERT on vanilla so setting it to y breaks
the build; fix by making it optional
- restored some original comments which I feel are clearer
2017-08-06 23:38:07 +02:00
Vladimír Čunát
b679e148bd
release.nix: resurrect stdenvBootstrapTools
...
13d6681ce7
crippled it unintentionally.
Also remove the incorrect/non-existing stdenv.i686-linux;
building the bootstrap tools should be a good-enough test anyway.
2017-08-06 21:30:39 +02:00
zimbatm
19c64b57d5
minikube: 0.20.0 -> 0.21.0
2017-08-06 20:24:26 +01:00
Robin Gloster
41492abf4d
qt56.qtbase: fix build
2017-08-06 21:23:38 +02:00
Jörg Thalheim
46e691eefb
Merge pull request #27988 from lheckemann/oil
...
oil: init at 0.0.0
2017-08-06 19:45:09 +01:00
Heitham Omar
5ac00265a8
linux-common-config: add CONFIG_HOTPLUG_PCI_ACPI
2017-08-06 20:41:28 +02:00
georgewhewell
e85a855d2c
openssl 1_1_0: fix build on aarch64
2017-08-06 20:38:32 +02:00
Robin Gloster
f14c27d178
cmus: fix build
...
fixes #27966
2017-08-06 20:34:14 +02:00
Robin Gloster
1ff2c65acf
phantomjs2: don't use bundled qt
2017-08-06 20:30:17 +02:00
Linus Heckemann
434d3700d3
oil: init at 0.0.0
2017-08-06 18:17:00 +01:00
Daiderd Jordan
147cd29fff
rustc: remove gdb dependency for darwin
2017-08-06 19:00:58 +02:00
romildo
dad7b6bb40
elementary-icon-theme: 4.1.0 -> 4.2.0
2017-08-06 13:42:57 -03:00
Michael Weiss
953b232385
gns3-server: init at 2.0.3
2017-08-06 17:40:53 +02:00
Michael Weiss
2bc92695bf
pythonPackages.aiohttp: 1.1.6 -> 1.3.5
2017-08-06 17:40:53 +02:00
Michael Weiss
f17cadadd3
pythonPackages.zipstream: init at 1.1.4
2017-08-06 17:40:53 +02:00
Michael Weiss
15bf0f68c3
pythonPackages.aiohttp-cors: init at 0.5.1
2017-08-06 17:40:53 +02:00
Jörg Thalheim
6b9b08eaed
Merge pull request #27977 from symphorien/update_par2
...
par2cmdline: 0.6.13 -> 0.7.3
2017-08-06 15:37:14 +01:00
Jörg Thalheim
f8aa39476a
Merge pull request #27973 from edanaher/update-urweb
...
urweb: 20170105 -> 20170720
2017-08-06 15:33:52 +01:00
Tim Steinbach
83b7a415d5
Merge pull request #27970 from NeQuissimus/expand_hardened_config
...
linux: Expand hardened config
2017-08-06 10:11:57 -04:00