Commit Graph

68792 Commits

Author SHA1 Message Date
Peter Simons
ce2c13675d configuration-hackage2nix.yaml: update list of broken packages 2016-03-26 11:20:07 +01:00
Peter Simons
0f5db56b0b hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20160308-3-g8057d11-dirty using the following inputs:

  - Nixpkgs: 840709b4a3
  - Hackage: ab666959f0
  - LTS Haskell: 6c45757bda
  - Stackage Nightly: d8a2cae779
2016-03-26 11:20:07 +01:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr
013f808a06 netcdf-fortran: init at 4.4.3 2016-03-26 10:33:39 +01:00
Vladimír Čunát
ec4685cf70 firefox-esr: fix build after 574a6d34d2
We're now using only newer versions that have ./configure in the root.
${pname} isn't the correct directory name for esr versions.
2016-03-26 09:13:58 +01:00
Cole Mickens
45a2d9e177 python.pyjwt: platforms: linux -> unix 2016-03-25 23:48:54 +02:00
zimbatm
4908973b08 Merge pull request #14186 from LatitudeEngineering/latitude/topic/qgroundcontrol
qgroundcontrol: init at 2.9.4
2016-03-25 20:45:24 +00:00
NeQuissimus
83f37b8d10 oh-my-zsh: 2016-03-19 -> 2016-03-24 2016-03-25 15:07:06 -04:00
Michael Raskin
511ad5e5bf quicklisp (lispPackages.quicklisp): init 2016-03-25 17:58:05 +01:00
Michael Raskin
98e8696290 Do not default to SBCL for wrapped non-SBCL lisp implementation 2016-03-25 17:58:05 +01:00
Pascal Wittmann
5455a71414 photonic: 1.7 -> 1.7.1 2016-03-25 17:22:11 +01:00
Pascal Wittmann
0bce9599e7 cpuminer: 2.4.3 -> 2.4.4 2016-03-25 17:22:11 +01:00
Pascal Wittmann
54e1628b19 checkstyle: 6.16.1 -> 6.17 2016-03-25 17:22:11 +01:00
Eelco Dolstra
7f61c7289f blender: Disable i686-linux build
The openimageio dependency doesn't build on i686. But probably nobody
cares about running Blender on 32-bit anymore.

http://hydra.nixos.org/build/33602734
2016-03-25 16:44:02 +01:00
Arseniy Seroka
11aaeb9200 Merge pull request #14184 from nico202/dgz
drumgizmo: 0.9.8.1 -> 0.9.9
2016-03-25 17:15:54 +03:00
Eelco Dolstra
574a6d34d2 firefox-esr: 38.6.1 -> 45.0.1 2016-03-25 15:03:31 +01:00
Eelco Dolstra
79d6dc91fe firefox: 45.0 -> 45.0.1 2016-03-25 15:00:50 +01:00
Eelco Dolstra
6e08bd27fc Catalyst::Action::Rest: 1.19 -> 1.20 2016-03-25 14:50:53 +01:00
Domen Kožar
48c3e72f93 pythonPackages.cryptography: 1.1.1 -> 1.2.3 (fix openssl build)
(cherry picked from commit baf7f98b454cc2d404f119cd6b0eeecae0d5ac44)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-25 12:50:39 +00:00
=
fe60b57e49 drumgizmo: 0.9.8.1 -> 0.9.9 2016-03-25 11:27:50 +01:00
Benjamin Staffin
6072616405 jsonnet: 0.8.6 -> 0.8.7 2016-03-25 00:46:00 -07:00
Marius Bakke
8db43cbd9d innoextract: 1.5 -> 1.6 2016-03-25 06:16:31 +00:00
Marius Bakke
8afda7e421 s3cmd: 1.5.2 -> 1.6.1 2016-03-25 05:19:35 +00:00
joachifm
a096800676 Merge pull request #14187 from mbakke/scanmem-0.15.6
scanmem: 0.15.2 -> 0.15.6
2016-03-25 04:34:48 +00:00
Brad Ediger
cdca9d64b4 dvdbackup: init at 0.4.2 2016-03-24 23:16:14 -05:00
Patrick Callahan
f30e40df69 qgroundcontrol: init at 2.9.4 2016-03-24 20:06:31 -07:00
Marius Bakke
b8dc71ef8a scanmem: 0.15.2 -> 0.15.6 2016-03-25 03:05:17 +00:00
Tobias Geerinckx-Rice
9dc6db5cc5 enblend-enfuse: 4.1.4 -> 4.1.5 2016-03-25 03:31:04 +01:00
joachifm
42996e63f8 Merge pull request #14180 from ebzzry/deco-0.0.1
deco: init at 0.0.1
2016-03-24 22:45:47 +00:00
Rommel M. Martinez
90a3c8d358 deco: init at 0.0.1 2016-03-25 06:16:07 +08:00
Tobias Geerinckx-Rice
bcb030a5a4 minissdpd: 1.5.20160301 -> 1.5.20160301 2016-03-24 21:33:18 +01:00
Tobias Geerinckx-Rice
2a09776c3f octoprint: 1.2.9 -> 1.2.10
Note: the 1.2.9 GitHub tarball's sha256 has changed.

Changes:
- Fixed an issue introduced by the fix for 1196 that had the "Upload
  to SD" button stop working correctly.
- Fixed an issue causing an error on disconnect after or cancelling of
  an SD print, caused by the unsuccessful attempt to record print
  recovery data for the file on the printer's SD card.
- Only add bed temperature line to temperature management specific
  start gcode in CuraEngine invocation if a bed temperature is actually
  set in the slicing profile.
- If a communication timeout occurs during an active resend request,
  OctoPrint will now not send an M105 with an increased line number
  anymore but repeat the last resent command instead.
- Don't add an extra ok for M28 response.
- Add an extra ok for M29 response, but only if configured such in
  "Settings" > "Serial" > "Advanced options" > "Generate additional ok
  for M29"
- Trigger M20 only once after finishing uploading to SD
- Prevent M105 "cascade" due to communication timeouts
- Fixed wrong tracking of extruder heating up for M109 Tn commands in
  multi-extruder setups.
- Fixed start of SD file uploads not sending an M110.
- Fixed job data not being reset when disconnecting while printing.
2016-03-24 21:33:18 +01:00
Arseniy Seroka
167ef887f7 Merge pull request #14179 from DamienCassou/vdirsyncer-0.9.3
vdirsyncer: 0.9.2 -> 0.9.3
2016-03-24 23:12:46 +03:00
Arseniy Seroka
2358582976 Merge pull request #14045 from otwieracz/master
znapzend: added
2016-03-24 23:10:40 +03:00
Slawomir Gonet
cb81a3fd2a znapzend: init at 0.15.3 2016-03-24 20:57:16 +01:00
Pascal Wittmann
311ddcbd7a ispc: fix build 2016-03-24 20:54:59 +01:00
Nicolas B. Pierron
5d6a4a6fa9 Merge pull request #14000 from nbp/fix-extend
Use fix and extends functions for all-packages.nix
2016-03-24 20:54:20 +01:00
Nicolas B. Pierron
87ad35e336 Fix comments typos. 2016-03-24 19:40:12 +00:00
Tobias Geerinckx-Rice
99c4f143d9 debian-devscripts: rename from deprecated debian_devscripts 2016-03-24 20:24:00 +01:00
Tobias Geerinckx-Rice
6db204b7d9 netsniff-ng: 0.6.0 -> 0.6.1 2016-03-24 20:23:59 +01:00
Tobias Geerinckx-Rice
96edcf403c sane-backends-git: 2016-03-05 -> 2016-03-24
Changes:
- epsonds: fixed resolution setting bug
  DS-60000 workaround is needed no more
- pixma: backend version 0.17.29
2016-03-24 20:23:59 +01:00
Tobias Geerinckx-Rice
75326bee6a snapper: temporarily ‘fix’ build like in e2cbf68
Fixes https://hydra.nixos.org/build/33510202.
2016-03-24 20:23:58 +01:00
Pascal Wittmann
73967e0eca jbig2enc: fix build 2016-03-24 20:21:40 +01:00
joachifm
f26add50a8 Merge pull request #14181 from ebzzry/emem-0.2.15
emem: 0.2.14 -> 0.2.15
2016-03-24 19:08:52 +00:00
Damien Cassou
f965c8f207 vdirsyncer: 0.9.2 -> 0.9.3
Regarding homepage update, changelog says "Moved to pimutils
organization on GitHub. Old links should redirect, but be aware of
client software that doesn't properly handle redirects."
2016-03-24 18:50:35 +01:00
Eelco Dolstra
03df731fb5 nixpkgs-metrics: Suppress build products 2016-03-24 18:06:46 +01:00
Eelco Dolstra
c23e9e12f8 Add metrics job to unstable aggregate 2016-03-24 17:38:58 +01:00
Eelco Dolstra
fab439201e Keep track of Nixpkgs/NixOS evaluation statistics 2016-03-24 17:37:17 +01:00
Joachim Fasting
63b6498aa0 dnscrypt-proxy: disable darwin build
The darwin build has been broken for a long time and I'm unable to
properly debug the issue.

What appears to be happening is that the symbol `HAVE_SANDBOX_INIT` ends
up being defined as 1 while `HAVE_SANDBOX_H` ends up being 0, resulting in
undefined reference errors when `sandbox_init()` is called (because
`<sandbox.h>` is not included first).
This is a regression from dnscrypt-proxy 1.6.0 to 1.6.1.

For context, sandbox.h is a deprecated OSX mechanism for sandboxing.

The build failure is at
https://hydra.nixos.org/build/32705849/nixlog/1/raw

This patch closes NixOS/nixpkgs#14064
2016-03-24 17:14:22 +01:00
Domen Kožar
9c274b4bef bootstrapped-pip: support Python 2.6 2016-03-24 15:44:34 +00:00
joachifm
7acb89da8d Merge pull request #14174 from uralbash/mxu11x0
mxu11x0: init at 1.3.11
2016-03-24 15:30:19 +00:00