Commit Graph
35 Commits
Author SHA1 Message Date
volth f396dd1dcb nvidiaLegacy304: fix build
Fixes #37768. Fixes #33395. Closes #37866.

abbradar: don't fix settings in a NixOS module.
2018-03-27 16:43:29 +03:00
volth f68871764d treewide: replace depecated alias s/mssys/ms-sys/g 2018-03-22 10:13:21 +00:00
volth f823d50259 libguestfs: fix path to appliance 2018-03-21 22:46:01 +00:00
volth a54709202e xfce.xfwm4: 4.12.3 -> 4.12.4 2018-03-21 22:19:46 +00:00
volth 4ddb7a76f2 xfce.xfce4-panel: 4.12.1 -> 4.12.2 2018-03-21 22:19:46 +00:00
volth 002b460822 varnish4: init at 4.1.9; varnish6: init at 6.0.0 2018-03-20 07:10:36 +00:00
volth 1e2eec169a gephi: build from sources 2018-03-19 08:45:24 +00:00
volth 887e6302bd jogl: temporary workaround for openjdk8 2018-03-19 08:44:21 +00:00
volth 94ff822eec jogl: init at 2.3.2 2018-03-19 04:08:12 +00:00
volth f161fe06b8 sshuttle: fix build on i686-linux 2018-03-14 09:14:16 +00:00
volth b20fe4a99d frostwire: a stricter regex, just in case 2018-03-13 09:54:51 +01:00
volth cedfe31648 frostwire: restore download-and-unpack derivation as frostwire-bin 2018-03-13 09:54:51 +01:00
volth 34f12184cd treewide: s/saneBackends/sane-backends/g 2018-03-13 00:47:10 +00:00
volth fe70fbdefe xfce: do not use old names 2018-03-12 23:01:06 +00:00
volth dd3c6f3770 perlPackages.ClassAccessorFast: alias of perlPackages.ClassAccessor 2018-03-12 17:02:38 +01:00
volth 0883e1c318 perlPackages.libnet: 3.08 -> 3.11 2018-03-09 21:32:42 +01:00
volth 42cd03f6d7 perlPackages.LWPUserAgent: point to perlPackages.LWP 2018-03-09 21:28:51 +01:00
volth 2fa253cba1 libvirt: fix darwin build 2018-03-09 00:11:02 +00:00
volth 632e9e62c8 libvirt: 3.10.0 -> 4.1.0 2018-03-08 23:45:28 +00:00
volth b7f1aa391c XML-SAX: 0.96 -> 1.00
dependencies:
XML-SAX-Base: 1.08 -> 1.09
constant: cleanup
XML-NamespaceSupport: 1.11 -> 1.12
Test-Simple: 1.302120 -> 1.302125
ExtUtils-MakeMaker: 6.98 -> 7.32
2018-03-08 14:14:05 +00:00
volth 8a6f053317 docbook2x: add perlPackages.XMLSAXBase to dependencies 2018-03-08 14:13:38 +00:00
volth 96ebf614ad chromium, google-chrome: fix escaping of commandLineArgs 2018-03-06 14:56:07 +00:00
volth 30877b1ed8 nix-serve: nix 2.0 fixes 2018-03-05 19:32:42 +00:00
volth a3b406c0aa far2l: 2017-10-08 -> 2018-02-27 2018-02-27 20:50:57 +00:00
volth 6303eb5406 graalvm8: init at 0.31 2018-02-26 14:21:57 +00:00
volth b5c200bc25 jdk: use oraclejdk on aarch64 2018-02-25 01:09:33 +00:00
volth 4bbd6900f8 protobuf: 3.4.0 -> {3.4.1, 3.5.1.1} 2018-02-23 21:38:22 +00:00
volth fb8f0d4724 scala: {2.9.3, 2.10.6, 2.11.11, 2.12.4} -> {2.10.7, 2.11.12, 2.12.4} 2018-02-23 14:33:17 +00:00
volth 3d75eaccfb mongodb-tools: 3.5.13 -> 3.7.2 2018-02-21 21:34:43 +00:00
volth 5a08e90cdc icu: init at 60.2 2018-02-21 20:47:52 +00:00
volth 174fe14be2 xnbd: 0.3.0 -> 0.4.0 2018-01-28 13:58:22 +00:00
volth c14fbcc4fc xnbd: init at 0.3.0 2018-01-28 13:57:48 +00:00
volth 363cdde475 nixos/libvirt: remove 'virtualisation.libvirtd.enableKVM' option 2017-12-21 03:56:41 +00:00
volth a52aa6aafb nixos/libvirt: avoid dependency on two qemu packages
Currently libvirt requires two qemu derivations: qemu and qemu_kvm which is just a truncated version of qemu (defined as qemu.override { hostCpuOnly = true; }).

This patch exposes an option virtualisation.libvirtd.qemuPackage which allows to choose which package to use:

 * pkgs.qemu_kvm if all your guests have the same CPU as host, or
 * pkgs.qemu which allows to emulate alien architectures (for example ARMV7L on X86_64), or
 * a custom derivation

virtualisation.libvirtd.enableKVM option is vague and could be deprecate in favor of virtualisation.libvirtd.qemuPackage, anyway it does allow to enable/disable kvm.
2017-12-21 03:56:40 +00:00
volth ac97fbab3a fte: init at 0.50.02 2016-12-19 16:15:59 +01:00