Commit graph

66111 commits

Author SHA1 Message Date
Peter Simons dc5084b4d1 nixops: fix Emacs syntax highlighting 2015-07-23 19:47:43 +02:00
Peter Simons 5fcdd7c0dc nixopsUnstable: disable broken documentation build 2015-07-23 19:47:16 +02:00
Arseniy Seroka 177582545d Merge pull request #8961 from Havvy/iojs
Update io.js (2.3.4 -> 2.4.0)
2015-07-23 20:40:03 +03:00
Vincent Laporte a74f3a6270 ocaml-csv: 1.4 -> 1.4.1 2015-07-23 19:36:24 +02:00
Vincent Laporte aa8bb63248 ocaml-fileutils: 0.4.5 -> 0.5.0 2015-07-23 19:32:21 +02:00
Vincent Laporte ab42912498 ocaml-macaque: 0.7.1 -> 0.7.2 2015-07-23 19:30:39 +02:00
Ryan Scheel (Havvy) 89cda4c95a iojs (2.3.4 -> 2.4.0) 2015-07-23 19:24:05 +02:00
vbgl 5f6dd482ac Merge pull request #8837 from michelk/qgis/update
qgis: 2.8.2 -> 2.10.1
2015-07-23 19:19:54 +02:00
Arseniy Seroka 44fbb6856a Merge pull request #8955 from fpletz/package/mutt-kz
mutt-kz: 1.5.23.1-rc1 -> 1.5.23.1
2015-07-23 20:07:25 +03:00
Eelco Dolstra e7c209e5a3 gdb: Update to 7.9.1 2015-07-23 18:31:54 +02:00
Eelco Dolstra 4cc6c83477 concatLists (map ...) -> concatMap 2015-07-23 18:31:54 +02:00
Eelco Dolstra 0ae8b365b3 Rename misc.nix -> deprecated.nix 2015-07-23 18:31:54 +02:00
Eelco Dolstra 637e35deb9 Use foldl' instead of fold in some places 2015-07-23 18:31:54 +02:00
lethalman f92619f6b8 Merge pull request #8963 from lessrest/master
sic: init at 1.2
2015-07-23 18:14:30 +02:00
Daniel Brockman d82946b2bf sic: init at 1.2 2015-07-23 17:59:33 +02:00
Domen Kožar 554cbe9c4b scikitlearn: really use 0.16.1 version as noted in the name 2015-07-23 17:31:53 +02:00
Eelco Dolstra f14dab05d6 optionAttrSetToDocList: O(n^2) -> O(n)
This shaves about 10% off memory consumption of NixOS evaluation.
2015-07-23 16:49:13 +02:00
Eelco Dolstra 3cd5fd8bb3 More efficient version of filterAttrs 2015-07-23 16:49:13 +02:00
Bjørn Forsman 2b2e7c2730 ppl: 1.0 -> 1.1, add patch to fix current ptrdiff_t build error
I'm updating to 1.1 because that's the version that the patch from
Fedora, which fixes ptrdiff_t build error, applies to.

Removing old patch that doesn't apply anymore. (The patch seems to be
fixing a build error that no longer exist, see
https://bugs.gentoo.org/show_bug.cgi?id=447928.)
2015-07-23 14:39:28 +02:00
Arseniy Seroka 4588557d01 Merge pull request #8952 from taktoa/taktoa-guile
g-wrap: 1.9.13 -> 1.9.15 and guile-gnome: 2.16.1 -> 2015/01/23 git
2015-07-23 13:51:46 +03:00
Vladimír Čunát af2ab0b911 remove gcc49 overrides from various places
An interesting thing is that: stdenv != overrideCC stdenv gcc49;
I'm not sure why that is, but it doesn't seem important.

/cc maintainers: @nckx, @garbas, @abbradar, @cstrahan, @grwlf.

(cherry picked from commit 3064b6a0cc)
2015-07-23 11:53:18 +02:00
Remy Goldschmidt 45e3892386 guile-gnome-platform: 2.16.1 -> 2015/01/23 git 2015-07-23 04:13:03 -05:00
Remy Goldschmidt d2f923341a g-wrap: 1.9.13 -> 1.9.15 2015-07-23 04:13:03 -05:00
Tobias Geerinckx-Rice 95685e962d Merge pull request #8954 from fpletz/package/dfu-util
dfu-util: init at 0.8
2015-07-23 10:44:17 +02:00
Franz Pletz 5955f815ef dfu-util: init at 0.8
Since the website and Sourceforge are currently down, the source tarball
is fetched from Debian mirrors.
2015-07-23 10:28:45 +02:00
Michel Kuhlmann a9dc716631 qgis: 2.10.0 -> 2.10.1 2015-07-23 08:03:40 +02:00
Michel Kuhlmann 4859513ba4 qgis: 2.8.2 -> 2.10.0 2015-07-23 08:03:40 +02:00
Tobias Geerinckx-Rice dfeaaa8909 geolite-legacy: use correct local naming scheme
Following http://dev.maxmind.com/geoip/legacy/install/city/:

  "Then rename the *.dat file to GeoIP.dat, GeoIPRegion.dat, or
   GeoIPCity.dat, for the GeoIP Country, Region or City databases,
   respectively."

Using the default "GeoLiteCity*.dat" name caused ipv6calc to miss it
(verified using `ipv6calc -vv`).
2015-07-23 04:09:15 +02:00
Tobias Geerinckx-Rice 1266e5880e perl-packages: Glib 1.310 -> 1.312 2015-07-23 03:12:24 +02:00
Tobias Geerinckx-Rice ec15244f1a apitrace: 6.1 -> 7.0
- Many bug fixes
- Switch to Qt 5
2015-07-23 03:12:24 +02:00
Tobias Geerinckx-Rice aebb3ec0f4 hplip: patch shebangs in $out/share
A full wrap isn't needed as these scripts are only run from within
hplip's own environment, and unwanted because they are imported
as Python modules.

Also fix a reference to /etc in $out/etc/hp/hplip.conf, though I've no
idea whether it is actually used.
2015-07-23 03:12:24 +02:00
Tobias Geerinckx-Rice 603b146979 hplip: 3.15.6 -> 3.15.7 2015-07-23 03:12:23 +02:00
Tobias Geerinckx-Rice 1bad2fa611 hplip: fix scanning for USB devices 2015-07-23 03:12:23 +02:00
Tobias Geerinckx-Rice 72f6a797fa hplip: fix (Python) tools again
Something changed in the generic fixupPhase magic exposing a bug
in the previous fix (wrapPythonPrograms where I should have used
wrapPythonProgramsIn).

Also move buildInputs and friends to a more conventional spot.
2015-07-23 03:12:23 +02:00
Tobias Geerinckx-Rice 3e79e3a264 remotebox: 1.9 -> 2.0
Changes:
- RemoteBox now requires VirtualBox 5.0.x
- Added guest support for USB 3.0
- Added OS icons for Windows 10, OS/2 1.x, Yosemite, El Capitan
- Added command line options for automatic login. See manual
- Added option to set the virtual VGA card of a guest to either
  VirtualBox VGA or VMware SVGA-II
- Allow snapshots to be taken while the guest is paused
- Added support for adding USB storage controller to a guest
- Added support for adding transient shared folders
- Added support for setting IPv6 Port Forwarding rules on NAT networks
- Added option to convert disk images to VDI when importing an
  appliance
- Changed the way guest details are displayed and added an option
  to show extended (slower) or reduced (faster) guest details
- Added support for selecting built-in presets for the RDP clients.
  These are currently FreeRDP (New Syntax), FreeRDP (Old Syntax),
  Rdesktop, Windows Remote Desktop Client
- Added support for selecting the paravirtualization interface for
  a guest
- Added keyboard toolbutton for quick access to common keyboard
  sequences. The full keyboard menu is still available
- Fixed a problem with trailing slashes in a URL preventing the
  remote display to a guest from opening.
- Fixed a problem with UTF8 strings affecting the listing of storage
  attached to controllers
- Fixed an issue where stuck guests couldn't be stopped from the GUI
- Various GUI tweaks
2015-07-23 03:12:22 +02:00
Tobias Geerinckx-Rice 72fd2a609c ipv6calc: make geoip and geolite-legacy "optional" 2015-07-23 03:12:22 +02:00
Tobias Geerinckx-Rice 0c00290fbb ipv6calc: 0.98.0 -> 0.99.0 2015-07-23 03:12:22 +02:00
Tobias Geerinckx-Rice c805663bf4 stress-ng: 0.04.10 -> 0.04.11
Changes: https://launchpad.net/ubuntu/+source/stress-ng/+changelog
2015-07-23 03:12:21 +02:00
Arseniy Seroka 0e48aaafd0 Merge pull request #8945 from yochai/master
Steam: remove flashplayer
2015-07-23 02:35:04 +03:00
Arseniy Seroka fad983f95f Merge pull request #8960 from fpletz/package/horst
horst: init at git-2015-07-22
2015-07-23 02:31:51 +03:00
Franz Pletz 6079babed8 horst: init at git-2015-07-22 2015-07-23 01:18:16 +02:00
goibhniu 8fbda967e8 Merge pull request #8950 from datakurre/datakurre-master-buildout
zc_buildout_nix: 2.2.1 -> 2.4.0 | fix to prefer "system" packages
2015-07-22 23:51:47 +02:00
William A. Kennington III ac36ed18eb dhcpcd: 6.9.0 -> 6.9.1 2015-07-22 14:33:06 -07:00
William A. Kennington III b2e598c31a vaapiIntel: 1.5.1 -> 1.6.0 2015-07-22 14:32:47 -07:00
William A. Kennington III 2054eea48a libva: 1.5.1 -> 1.6.0 2015-07-22 14:32:34 -07:00
Franz Pletz 6d257267ae mutt-kz: 1.5.23.1-rc1 -> 1.5.23.1 2015-07-22 23:14:52 +02:00
Yochai dfc53b1bac Steam: removed flashplayer 2015-07-22 23:29:41 +03:00
William A. Kennington III 24c13dfa81 kernel: 4.1.2 -> 4.1.3 2015-07-22 13:14:27 -07:00
William A. Kennington III 612d19e8b4 kernel: 3.18.18 -> 3.18.19 2015-07-22 13:14:27 -07:00
William A. Kennington III d8991a7b3b xf86-video-intel: 2.99.917 -> 2015-07-22 2015-07-22 13:14:27 -07:00