Commit Graph

72475 Commits

Author SHA1 Message Date
Tobias Geerinckx-Rice
dcf3fe2b78
dev86: 0.16.19 -> 0.16.21
Drop the ‘awful hackery’ that no longer seems needed (I can reproduce
the failure with .19, not with .21).
2016-05-10 23:30:37 +02:00
zimbatm
89675e4a07 Merge pull request #15371 from groxxda/bump/simp_le
simp_le: 2016-02-06 -> 2016-04-17
2016-05-10 22:17:29 +01:00
Alexander Ried
988b151fa1 letsencrypt: 0.4.0 -> 0.5.0
seems like the dependency on gnureadline is more or less optional for
letsencrypt itself but the tests will not pass without it
2016-05-10 22:16:11 +01:00
Tomasz Czyż
92cb6add9f usb-modeswitch-data: init at 20160112 2016-05-10 21:59:37 +01:00
zimbatm
96162777d8 usb_modeswitch: rename to usb-modeswitch 2016-05-10 21:58:32 +01:00
Tomasz Czyż
79c06a0ad9 usb_modeswitch: 2.2.1 -> 2.3.0 2016-05-10 21:58:31 +01:00
Martijn Vermaat
3ada292a67 lesspipe: init at 1.82
lesspipe.sh is a preprocessor for less.
2016-05-10 22:21:42 +02:00
Bjørn Forsman
800042b310 hashcat: 0.49 -> 2.00
The current URL is broken, upstream has moved the download from .../files/ to
.../files_legacy/. But after fixing that, starting hashcat results in:

  $ ./result/bin/hashcat
  ERROR: this copy of hashcat is outdated. Get a more recent version.

So just update to latest.

New releases are on github, the license is now MIT and there are build
system changes.
2016-05-10 22:11:12 +02:00
Alexander Ried
4989a3bedf drop acme_0_1: simp_le now supports current acme 0.5 2016-05-10 22:03:39 +02:00
Alexander Ried
8335c68543 simp_le: 2016-02-06 -> 2016-04-17
suports acme 0.5
2016-05-10 21:54:21 +02:00
Herwig Hochleitner
2a4af7ef72 pixie: 1333 -> 1352 2016-05-10 19:56:55 +02:00
Robert Helgesson
53643f532a svtplay-dl: fix sha256 value 2016-05-10 19:33:08 +02:00
Rahul Gopinath
c99944b2bf milu: Fix hydra failure on darwin
The hydra build failed on darwin on compiling, complaining about gcc.
This commit disables the darwin build.
2016-05-10 09:42:37 -07:00
Vladimír Čunát
292fb98d96 imagemagick: fix evaluation on mingw
I made a mistake during conflict resolution in 7a005601d.
2016-05-10 18:22:34 +02:00
Rob Vermaas
31dc954bc1 Adding pythonPackags.pandas to binary cache. Python packages are
not part of nixpkgs/nixos jobsets in 16.03+ since ccd1029f58. Until
it gets added again, adding some python packages that take really
long to build.

(cherry picked from commit 713c24056397fef46717d2f0eae1940f348941e6)
2016-05-10 15:15:59 +00:00
Joachim Fasting
d4d7bfe07b
grsecurity: add option to disable chroot caps restriction
The chroot caps restriction disallows chroot'ed processes from running
any command that requires `CAP_SYS_ADMIN`, breaking `nixos-rebuild`. See
e.g., https://github.com/NixOS/nixpkgs/issues/15293

This significantly weakens chroot protections, but to break
nixos-rebuild out of the box is too severe.
2016-05-10 16:17:08 +02:00
Dan Peebles
8ca190c496 systemd: add iptables dependency
This allows nspawn to do interesting firewall things when setting
up a private network.
2016-05-10 13:57:24 +00:00
Nikolay Amiantov
173728069b Merge commit 'refs/pull/15308/head' of git://github.com/NixOS/nixpkgs 2016-05-10 14:36:29 +03:00
Alexander Ried
aab1522287 libinput: 1.2.3 -> 1.3.0 2016-05-10 12:48:18 +02:00
Michael Alan Dorman
d2387e3c4a haskellPackages.hjsonschema: remove hjsonpointer override 2016-05-10 12:28:36 +02:00
Michael Alan Dorman
deba002b3c haskellPackages.hindent: remove testing override 2016-05-10 12:28:36 +02:00
Michael Alan Dorman
d8c24dae8f haskellPackages.pipes-transduce: Remove foldl override 2016-05-10 12:28:36 +02:00
Peter Simons
d19e8ea429 configuration-ghc-7.10.x.nix: enable builds for cabal-install 1.24.x 2016-05-10 12:28:36 +02:00
Peter Simons
c23fd4fbc9 configuration-ghc-7.10.x.nix: remove obsolete override for linear 2016-05-10 12:28:36 +02:00
Peter Simons
2f9a2e6808 configuration-ghc-7.10.x.nix: switch jailbreak-cabal to Cabal 1.24.x 2016-05-10 12:28:35 +02:00
Peter Simons
c53f963c1e cabal-install: link top-level variant of this tool statically
The advantage is that the closure no longer depends on the version of
GHC that was used to compile the tool.
2016-05-10 12:28:35 +02:00
Peter Simons
85aa0ea16b hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20160406-11-g659087e using the following inputs:

  - Hackage: 62d7be84b9
  - LTS Haskell: 4d628b7b7e
  - Stackage Nightly: 186e5fa04d
2016-05-10 12:28:30 +02:00
Frederik Rietdijk
1d487057e2 Merge pull request #14900 from abbradar/python3-wrap
wrapPython: drop python suffixes
2016-05-10 12:22:48 +02:00
Michael Raskin
99bab146a5 julia: 0.4.2 -> 0.4.5 2016-05-10 11:29:38 +02:00
Sebastian Hagen
c84d366295
ghostscript: update upstream URL
Closes #15342
2016-05-10 10:32:48 +02:00
Rahul Gopinath
4700db89b1
milu: init at 2016-05-09
Milu is a mutation testing tool for C and C++ programs

Closes #15341
2016-05-10 10:28:45 +02:00
Michael Raskin
516f2ec309 Merge pull request #15348 from tohl/master
sbcl: 1.3.4 -> 1.3.5
2016-05-10 07:51:09 +00:00
Joachim Fasting
81fad06167 Merge pull request #15265 from holidaycheck/node-6.1.0
nodejs: 6.0.0 -> 6.1.0
2016-05-10 09:11:44 +02:00
Joachim Fasting
f1184b8910 Merge pull request #15346 from ktosiek/dfeet-bump
d-feet: 0.3.10 -> 0.3.11
2016-05-10 09:10:59 +02:00
Tomas Hlavaty
111110daee sbcl: 1.3.4 -> 1.3.5 2016-05-10 09:00:23 +02:00
Tuomas Tynkkynen
346482c8d5 dosfstools: Enable compat symlinks
Create these symlinks, since NixOS (and other users) can still be using
the old names:
    dosfsck -> fsck.fat
    dosfslabel -> fatlabel
    fsck.msdos -> fsck.fat
    fsck.vfat -> fsck.fat
    mkdosfs -> mkfs.fat
    mkfs.msdos -> mkfs.fat
    mkfs.vfat -> mkfs.fat

While at it, kill the makeFlags which seems unnecessary as it seems
to use a standard Autotools build (maybe this is a new thing).
2016-05-10 08:00:16 +03:00
Tomasz Kontusz
0ac224345c d-feet: 0.3.10 -> 0.3.11 2016-05-10 06:00:35 +02:00
Nikolay Amiantov
49de0c32bd texlive: restore back exports of TeX paths
Credits for the fix to jraygauthier.
See https://github.com/NixOS/nixpkgs/pull/12768#issuecomment-218050187
2016-05-10 06:33:55 +03:00
Nikolay Amiantov
82dc880fbd Merge pull request #15340 from jraygauthier/jrg/fix_xetex_and_others_since_merge_of_context_fix
texlive.combine: fix build
2016-05-10 07:30:54 +04:00
Tobias Geerinckx-Rice
20292cb12c
alsaLib: 1.1.0 -> 1.1.1 2016-05-10 04:53:17 +02:00
Tobias Geerinckx-Rice
ad0a9f5f52
autogen: fix borked source URL and hash 2016-05-10 01:59:14 +02:00
Tobias Geerinckx-Rice
1a783468aa
tome4: 1.3.3 -> 1.4.6
Just to get it building again after the 1.3.3 sources disappeared,
but it seems to run fine.
2016-05-10 01:51:05 +02:00
Tobias Geerinckx-Rice
89384a0056
SDL2_ttf: 2.0.12 -> 2.0.14 2016-05-10 01:51:05 +02:00
Tobias Geerinckx-Rice
5dc7093e56
SDL2_mixer: 2.0.0 -> 2.0.1 2016-05-10 01:51:05 +02:00
Tobias Geerinckx-Rice
06d8903374
SDL2_image: 2.0.0 -> 2.0.1 2016-05-10 01:51:05 +02:00
Arseniy Seroka
3295f68336 Merge pull request #15333 from vrthra/pxattr
pxattr: Init at 2.1.0
2016-05-10 02:40:45 +03:00
Raymond Gauthier
8a4b670a2f texlive.combine: fix build
Recent merge of pull request #14681 broke
the build of some texlive components (e.g.: `xetex`)
that do not include the `./share/texmf/web2c/texmf.cnf`.
This fix should allow these component to build
as before by operating on this file only when
it exits.
2016-05-09 19:29:05 -04:00
Tobias Geerinckx-Rice
a40c1c21f1
autogen: 5.18.6 -> 5.18.7 2016-05-10 01:22:53 +02:00
Tobias Geerinckx-Rice
baac4e88e1
geolite-legacy: 2016-05-03 -> 2016-05-09 2016-05-10 01:22:53 +02:00
Tobias Geerinckx-Rice
0ee4238026
sane-backends-git -> 2016-05-09 2016-05-10 01:22:53 +02:00
Rahul Gopinath
eed48a2c90 pythonpackages.csvkit: init csvkit at 0.9.1
csvkit is a suite of utilities for converting to and working with CSV, the king
of tabular file formats.
2016-05-09 15:42:57 -07:00
Rahul Gopinath
2833788f94 pythonpackages.openpyxl: init openpyxl at 2.2.0-b1
openpyxl-2.2.0-b1 is needed by csvkit-0.9.1
2016-05-09 15:42:57 -07:00
Rahul Gopinath
d6881e53c9 pythonpackages.dateutil: init dateutil at 2.2
dateutil_2.2 is required by the csvkit 0.9.1
2016-05-09 15:42:57 -07:00
Rahul Gopinath
038cb56df6 pythonpackages.agate-excel: init agate-excel at 0.1.0 2016-05-09 15:42:57 -07:00
Rahul Gopinath
8aca7a394f pythonpackages.agate-excel: init agate-excel at 0.1.0 2016-05-09 15:42:06 -07:00
Rahul Gopinath
8dd753dedc pxattr: Init at 2.1.0
pxattr provides a single interface to extended file system attributes. It can
be used to save and restore extended file system attributes before using
a utility such as tar for backup which does not understand extended fsattr.
2016-05-09 15:13:20 -07:00
Igor Sharonov
d9a704418d pyqt5: fix 2016-05-09 23:08:28 +03:00
Daniel Peebles
b10659196b Merge pull request #15331 from colemickens/fix_mitmproxy
pythonPackages.mitmproxy: fetchurl -> fetchFromGitHub
2016-05-09 14:39:14 -04:00
Bjørn Forsman
977cd5de36 moreutils: add meta.platforms (= all) 2016-05-09 20:34:45 +02:00
Cole Mickens
a1d44a6b79 pythonPackages.mitmproxy: fetchurl -> fetchFromGitHub 2016-05-09 11:30:00 -07:00
Arseniy Seroka
89008a2c58 Merge pull request #15330 from markus1189/scalafmt
scalafmt: init at 0.2.3
2016-05-09 21:12:32 +03:00
Arseniy Seroka
c75efcba75 Merge pull request #15325 from psprint/master
zsh-navigation-tools: 2.0.7 -> 2.1.6
2016-05-09 21:09:52 +03:00
Markus Hauck
40dae1aba8 scalafmt: init at 0.2.3 2016-05-09 19:57:42 +02:00
Rahul Gopinath
b8fc7dffbf pythonpackages.agate-dbf: init agate-dbf at 0.1.0
agate is a Python data analysis library that is optimized for humans instead of
machines. It is an alternative to numpy and pandas that helps you solve
real-world problems with readable code.
2016-05-09 10:39:21 -07:00
Rahul Gopinath
b4706b52cc pythonpackages.agate: init agate at 1.2.2
agate is a Python data analysis library that is optimized for humans instead of
machines. It is an alternative to numpy and pandas that solves real-world
problems with readable code.
2016-05-09 10:39:18 -07:00
Rahul Gopinath
248ebe9b43 pythonpackages.pytimeparse: init pytimeparse at 1.1.5
A small Python library to parse various kinds of time expressions
2016-05-09 10:39:15 -07:00
Rahul Gopinath
b83a9036ec pythonpackages.dbfread: init dbfread at 2.0.5
This library reads DBF files and returns the data as native Python data types
for further processing. It is primarily intended for batch jobs and one-off
scripts.
2016-05-09 10:39:12 -07:00
Rahul Gopinath
e7e22333f6 pythonpackages.dbf: init dbf at 0.94.003
Pure python package for reading/writing dBase, FoxPro, and Visual FoxPro .dbf
files
2016-05-09 10:39:02 -07:00
Eelco Dolstra
cb37ab146b Add mirror://mozilla scheme 2016-05-09 19:37:22 +02:00
Eelco Dolstra
7ce5d43c63 Fix some URLs that lacked a URI scheme 2016-05-09 19:35:05 +02:00
Frederik Rietdijk
1717d11bf9 Merge pull request #15327 from colemickens/fix_mitmproxy
mitmproxy: change source url
2016-05-09 19:28:03 +02:00
Frederik Rietdijk
0b8ef88942 Merge pull request #15220 from bnikolic/python-pweave2
Pweave: init at 0.25
2016-05-09 19:15:03 +02:00
Cole Mickens
e9b55a03d3 mitmproxy: change source url 2016-05-09 10:03:29 -07:00
Frederik Rietdijk
4a04f2d511 Merge pull request #15318 from vrthra/parsedatetime
parsedatetime: 1.4 -> 1.5
2016-05-09 18:57:55 +02:00
zimbatm
da8c41814a Merge pull request #15326 from FRidh/pythontest
Python: re-enable default testing
2016-05-09 17:46:51 +01:00
Rahul Gopinath
bfa0c15b1e pythonpackages.parsedatetime: 1.4 -> 1.5
Agate requires parsedatetime 1.5
2016-05-09 09:36:20 -07:00
Frederik Rietdijk
3beda443bc Python: re-enable default testing
In 303e976 default testing of setuptools packages was accidentally
disabled.
2016-05-09 18:33:43 +02:00
Sebastian Gniazdowski
b7e99395f4 zsh-navigation-tools: 2.0.7 -> 2.1.6 2016-05-09 16:10:20 +00:00
Thomas Tuegel
cf63f2dde9 dropbox: use makeQtWrapper 2016-05-09 10:07:54 -05:00
Thomas Tuegel
ed2fc081e0 signon: remove obsolete alias 2016-05-09 10:06:19 -05:00
Thomas Tuegel
198e8d6561 gstreamer: add ttuegel to maintainers 2016-05-09 10:01:58 -05:00
Thomas Tuegel
358c6c9dd5 golden-cheetah: pin at Qt 5.5
The package depends on Qt Webkit, which was removed from Qt 5.6.
2016-05-09 10:01:58 -05:00
Thomas Tuegel
d66f33c86f redis-desktop-manager: pin at Qt 5.5
The package depends on Qt Quick, which was removed from Qt 5.6.
2016-05-09 10:01:51 -05:00
Thomas Tuegel
8ffaef8a69 mudlet: mark broken 2016-05-09 10:01:49 -05:00
Thomas Tuegel
19ea08af79 chessx: mark broken 2016-05-09 10:01:49 -05:00
Thomas Tuegel
5b73e2b8c8 sonic-visualiser: mark broken 2016-05-09 10:01:49 -05:00
Thomas Tuegel
a583fe221a ricochet: pin at Qt 5.5
The package depends on Qt Quick, which was removed from Qt 5.6.
2016-05-09 10:01:49 -05:00
Thomas Tuegel
da902fd131 rapcad: pin at Qt 5.5
The package fails to build with Qt 5.6.
2016-05-09 10:01:48 -05:00
Thomas Tuegel
ce024c988b smtube: pin at Qt 5.5
The package depends on Qt Webkit, which was removed from Qt 5.6.
2016-05-09 10:01:48 -05:00
Thomas Tuegel
cd305c6a81 musescore: pin at Qt 5.5
The package depends on Qt Webkit, which was removed from Qt 5.6.
2016-05-09 10:01:47 -05:00
Thomas Tuegel
705705448c luminanceHDR: pin at Qt 5.5
The package depends on Qt Webkit, which was removed from Qt 5.6.
2016-05-09 10:01:47 -05:00
Thomas Tuegel
747a3b7cdb keyfinder: unpin from Qt 5.5 2016-05-09 10:01:47 -05:00
Thomas Tuegel
e60eb28873 firestr: mark broken 2016-05-09 10:01:46 -05:00
Thomas Tuegel
3a62eab2c9 antimony: mark broken 2016-05-09 10:01:46 -05:00
Thomas Tuegel
61689edcd5 zeal: pin at Qt 5.5
The package requires Qt Webkit, which is removed from Qt 5.6.
2016-05-09 10:01:38 -05:00
Thomas Tuegel
184597433f libcommuni: add to qtLibsFun 2016-05-09 10:01:34 -05:00
Thomas Tuegel
8bd32d51e2 sigil: pin at Qt 5.5
The package requires Qt Webkit, which was removed from Qt 5.6.
2016-05-09 10:01:21 -05:00
Thomas Tuegel
6def68f548 kst: mark broken 2016-05-09 10:01:09 -05:00
Thomas Tuegel
2acf48f803 cool-retro-term: pin at Qt 5.5
The package requires Qt Quick, which is removed in Qt 5.6.
2016-05-09 10:01:08 -05:00
Thomas Tuegel
a2eaef2074 apitrace: pin at Qt 5.5
The package requires Qt Webkit, which has been removed in Qt 5.6.
2016-05-09 10:01:08 -05:00
Thomas Tuegel
a5e1a0ae11 openbr: mark broken 2016-05-09 10:01:07 -05:00
Thomas Tuegel
b63899c42f qt55.qmakeHook: fix static library relocation 2016-05-09 10:01:07 -05:00
Thomas Tuegel
62d07ae7d4 qt56.qttools: add qtdeclarative dependency 2016-05-09 10:01:07 -05:00
Thomas Tuegel
0903faa3fb qt56.qmakeHook: fix static library relocation 2016-05-09 10:01:06 -05:00
Thomas Tuegel
7b22cb0ed2 qtcreator: build only once
It should not be necessary to build Qt Creator for each version of
Qt. The version of Qt used for development is independent of the version
Creator is compiled with.
2016-05-09 10:01:06 -05:00
Thomas Tuegel
93369da039 signon: remove
The library does not build with Qt 5.6 and no packages depend on
it. (Why are we building unused packages?)
2016-05-09 10:01:05 -05:00
Thomas Tuegel
c6e12e26e5 qmltermwidget: incompatible with Qt 5.6 2016-05-09 10:01:05 -05:00
Thomas Tuegel
7c77230224 Remove Qt 5.4.2 2016-05-09 10:01:04 -05:00
Thomas Tuegel
3628eed9d4 qt5: 5.4.2 -> 5.6.0 2016-05-09 10:01:04 -05:00
Thomas Tuegel
ea90e3e6ca qt56: init at 5.6.0 2016-05-09 10:01:03 -05:00
Thomas Tuegel
099c59ea4e qt55.qmakeHook: fix error when package builds no libraries 2016-05-09 10:01:03 -05:00
goibhniu
f9a0e9c649 Merge pull request #15233 from joelmo/qjackctl
qjackctl: 4.0 -> 4.2, qt4 -> qt5
2016-05-09 16:55:44 +02:00
Joachim Fasting
52477b0a0b
kernelPatches.grsecurity_4_5: 201605060852 -> 201605080858 2016-05-09 16:38:44 +02:00
Frederik Rietdijk
3853d1e97f pythonPackages.nbconvert: 4.1.0 -> 4.2.0 2016-05-09 16:28:29 +02:00
Frederik Rietdijk
c8345f06f8 Merge pull request #15249 from zimbatm/ipython-updates
Ipython updates
2016-05-09 16:23:14 +02:00
Domen Kožar
76aa0ba664 snabb: build in parallel 2016-05-09 15:13:29 +01:00
Robin Bate Boerop
30d5914d4c
imapsync: add missing dependencies 2016-05-09 16:08:36 +02:00
Robin Bate Boerop
6e707b6dd7
perlPackages.JSONWebToken: init at 0.10 2016-05-09 16:06:37 +02:00
Robin Bate Boerop
536d08cfbb
perlPackages.TestMockGuard: init at 0.10 2016-05-09 16:06:37 +02:00
Robin Bate Boerop
548108f8b5
perlPackages.DataUniqid: init at 0.12 2016-05-09 16:06:25 +02:00
zimbatm
428db7857e Merge pull request #15010 from FRidh/format
Python: support installing wheels
2016-05-09 14:39:41 +01:00
zimbatm
9cc724e570 Merge pull request #14681 from jraygauthier/jrg/fix_context_by_patching_luascript_rebased
texlive.combine: also patch `texmfcnf.lua`
2016-05-09 14:37:33 +01:00
Eelco Dolstra
de22402f85 firefox-esr: 45.0.2 -> 45.1.1 2016-05-09 15:28:13 +02:00
Eelco Dolstra
02d01dc7c5 firefox: 46.0 -> 46.0.1 2016-05-09 15:27:06 +02:00
Robin Gloster
c7304d11e4 Merge pull request #15320 from nico202/flacon
flacon: init at 2.0.1
2016-05-09 15:17:40 +02:00
=
3e7c601e4a flacon: init at 2.0.1 2016-05-09 15:06:34 +02:00
Robin Gloster
852a1ef2fa Merge pull request #15310 from orbekk/arduino-update
arduino: 1.0.6 -> 1.6.6
2016-05-09 15:04:30 +02:00
Robin Gloster
aceecb82c8 Merge pull request #15319 from romildo/upd.hexchat
hexchat: 2.10.2 -> 2.12.1
2016-05-09 14:46:00 +02:00
Frederik Rietdijk
786fd4b56a Merge pull request #15312 from rardiol/cx_Freeze
pythonPackages.cx_Freeze: init at 4.3.4
2016-05-09 14:29:04 +02:00
Moritz Ulrich
4ab72c5397 yubikey-personalization: Fix typo 2016-05-09 14:16:58 +02:00
zimbatm
99b1af9dc0 libu2f-host: fix udev rules
It was shipping two competing rules. Only use the modern-one.
2016-05-09 14:16:31 +02:00
Ricardo Ardissone
cf4fe35364 pythonPackages.cx_Freeze: init at 4.3.4 2016-05-09 09:14:07 -03:00
zimbatm
2aeb5598e3 yubikey-personalization: fixes udev rules
70-yubikey.rules depends on ConsoleKit which is not used by NixOS
anymore and has been superseeded by systemd

The ./configure flag also supports a --with-udevrulesdir flag but it
fails the detection and selects the wrong .rules file.
2016-05-09 14:13:26 +02:00
Frederik Rietdijk
3c0dc7a7c7 pythonPackages.entrypoints: init at 0.2.1 2016-05-09 13:17:42 +02:00
Frederik Rietdijk
303e976245 Python: allow installing wheels
By passing `format="wheel"` it is now possible to install a wheel.
It's not recommended, but it can be useful.
2016-05-09 13:17:42 +02:00
José Romildo Malaquias
35fe868c29 hexchat: 2.10.2 -> 2.12.1 2016-05-09 07:38:31 -03:00
rardiol
ff6e194fc7 liberal-crime-squad: 2016-03-03 -> 2016-05-08 (#15309) 2016-05-09 12:28:43 +02:00
Thomas Tuegel
65c9e06248 Merge pull request #15295 from mdorman/emacs-updates
emacs-packages: various updates
2016-05-09 05:19:50 -05:00
zimbatm
02904055ec Merge pull request #14684 from edugomez/pytest_django
pytestdjango: init at 2.9.1
2016-05-09 10:28:41 +01:00
Eduardo Gomez
1438df56ae pytestdjango: update src to use mirror://pypi/ 2016-05-09 08:53:00 +00:00
Arseniy Seroka
88b684101f Merge pull request #15255 from jerith666/tivodecode
tivodecode: init at 0.2pre4
2016-05-09 10:28:08 +03:00
Kjetil Orbekk
6ff886e539 arduino: 1.0.6 -> 1.6.6 2016-05-08 22:02:56 -04:00
Tobias Geerinckx-Rice
135fe56183
dosfstools: 3.0.28 -> 4.0 2016-05-09 02:57:07 +02:00
Tobias Geerinckx-Rice
5b217637f9
cpupower: correct meta.homepage 2016-05-09 02:57:07 +02:00
Matt McHenry
9b53d546e2 tivodecode: init at 0.2pre4 2016-05-08 20:35:44 -04:00
Robert Helgesson
658b8e98df svtplay-dl: 1.0 -> 1.1 2016-05-09 00:38:02 +02:00
Robert Helgesson
3325725f61 perl-Readonly: 2.01 -> 2.04 2016-05-09 00:38:02 +02:00
Robert Helgesson
a58143e73b perl-CryptX: 0.031 -> 0.032 2016-05-09 00:38:02 +02:00
Michael Alan Dorman
5cc4ff09fa Remove obsolete pcache version 2016-05-08 18:33:29 -04:00
Michael Alan Dorman
7ccdbff95b Remove obsolete s version 2016-05-08 18:33:29 -04:00
Michael Alan Dorman
14ba2f4f24 Remove obsolete magit (and associated packages) version 2016-05-08 18:33:29 -04:00
Michael Alan Dorman
a58e53c56e Remove obsolete dash version. 2016-05-08 18:33:28 -04:00
Michael Alan Dorman
5017e24756 Remove obsolete xml-rpc version 2016-05-08 18:33:28 -04:00
Michael Alan Dorman
24da619b4f Remove obsolete flycheck version. 2016-05-08 18:33:28 -04:00
Michael Alan Dorman
ee7af5fdb8 melpa-stable-packages 2016-05-07 2016-05-08 18:33:28 -04:00
Michael Alan Dorman
1912f45f9b melpa-packages 2016-05-07 2016-05-08 18:33:28 -04:00
Michael Alan Dorman
66e337531d elpa-packages 2016-05-07 2016-05-08 18:33:27 -04:00
Michael Alan Dorman
a8b3cf4669 Use generated org and org-plus-contrib packages. 2016-05-08 18:33:27 -04:00
Michael Alan Dorman
525cf616f4 org-packages 2016-05-07 2016-05-08 18:33:23 -04:00
Ricardo Ardissone
20a0e782b5 openra: add tests 2016-05-08 18:41:16 -03:00
Ricardo Ardissone
fab7a4c21f openra: add man page 2016-05-08 18:41:05 -03:00
Ricardo Ardissone
d88ea67fb7 openra: 20151224 -> 20160508 2016-05-08 17:21:55 -03:00
Ricardo Ardissone
8e85f56849 dotnetPackages.MonoNat: 1.2.21 -> 1.2.24 2016-05-08 17:21:55 -03:00
Ricardo Ardissone
369515596d dotnetPackages.SharpFont: 3.0.1 -> 3.1.0 2016-05-08 17:21:54 -03:00
Ricardo Ardissone
f0152c64e6 dotnetPackages.NUnitConsole: init at 3.0.1 2016-05-08 17:21:38 -03:00
Ricardo Ardissone
b8995ac668 dotnetPackages.NUnit3: init at 3.0.1 2016-05-08 17:21:34 -03:00
Vladimír Čunát
65a9fa8cdc Merge branch 'master' into staging 2016-05-08 21:24:48 +02:00
Tobias Geerinckx-Rice
6054c9f217
x86_energy_perf_policy: correct meta.homepage 2016-05-08 19:42:49 +02:00
Tobias Geerinckx-Rice
45f70fcb06
stress-ng: 0.06.00 -> 0.06.01 2016-05-08 19:42:49 +02:00
Tobias Geerinckx-Rice
9f64457f10
yodl: 3.08.00 -> 3.08.01 2016-05-08 19:42:49 +02:00
Tobias Geerinckx-Rice
8d9a25387f
fmit: 1.0.14 -> 1.0.15
Fix version number in about box. It turns out that sniffing your
README.txt, at run-time, for a version string, at a specific line
offset, is... fragile?
2016-05-08 19:42:49 +02:00
Vladimír Čunát
62fc8859c1 stdenv substituteAll: use yet another implementation
It turned out that process substitution fed into a while-cycle
isn't recognized during darwin bootstrap:
http://hydra.nixos.org/build/35382446/nixlog/1/raw

Also fix broken NIX_DEBUG output, noticed by abbradar.
2016-05-08 19:41:50 +02:00
Domen Kožar
0adf2b25a1 4store: 1.1.5 -> 1.1.6 (convert from builderDefsPackage) 2016-05-08 18:29:40 +01:00
Nikolay Amiantov
3bd3957a50 Merge pull request #15305 from rardiol/libvdpau-va-gl
libvdpau-va-gl: fix build missing libva-x11
2016-05-08 19:42:28 +04:00
Ricardo Ardissone
520d3492e9 libvdpau-va-gl: fix build missing libva-x11 2016-05-08 12:37:26 -03:00
Lluís Batlle i Rossell
f0c503593f Fixing stunt-rally 2.6 (adding newer bullet) 2016-05-08 16:22:18 +02:00
zimbatm
e892c52737 Merge pull request #15300 from sorpaas/fix-firefox
calibre: Fix file already exists building problem
2016-05-08 14:33:34 +01:00
Gabriel Ebner
516f331227 minisat: migrate from builderDefsPackage to mkDerivation 2016-05-08 15:32:58 +02:00
Peter Simons
5569824729 stockfish: fix meta.maintainer 2016-05-08 15:21:26 +02:00
Peter Simons
d9e51222fe stockfish: fix install target 2016-05-08 15:16:11 +02:00
Gabriel Ebner
3f19d757cb veriT: disable broken static linking 2016-05-08 15:11:29 +02:00
Peter Simons
cca3e9c774 stockfish: update version 6 to 7 2016-05-08 15:10:58 +02:00
Tobias Geerinckx-Rice
87442aa4f3
fmit: 1.0.13 -> 1.0.14 2016-05-08 15:03:07 +02:00
zimbatm
a6db057229 Merge pull request #15296 from leenaars/p11kit
p11-kit: 0.23.1 -> 0.23.2
2016-05-08 13:47:12 +01:00
zimbatm
9c3c8f55b6 Merge pull request #15303 from laMudri/numix
numix-gtk-theme: 2.2.3 -> 2.5.1
2016-05-08 13:38:42 +01:00
zimbatm
9c47b07bc3 Merge pull request #15302 from taku0/firefox-bin-icon
firefox-bin: fixed missing icon
2016-05-08 13:30:44 +01:00
zimbatm
3ce3a42409 Merge pull request #15304 from romildo/upd.tint2
tint2: 0.12.9 -> 0.12.10
2016-05-08 13:08:08 +01:00
José Romildo Malaquias
7f34b65005 tint2: 0.12.9 -> 0.12.10 2016-05-08 08:29:56 -03:00
Robert Helgesson
05a98bae91 pecita: 5.2 -> 5.3 2016-05-08 13:24:04 +02:00
laMudri
39b3345c12 numix-gtk-theme: 2.2.3 -> 2.5.1 2016-05-08 12:23:50 +01:00
Arseniy Seroka
25c1ff925f Merge pull request #15288 from hrdinka/update/hugin
hugin: 2015.0.0 -> 2016.0.0
2016-05-08 13:46:17 +03:00
Arseniy Seroka
e33e50ac60 Merge pull request #15285 from hrdinka/update/darktable
darktable: 2.0.2 -> 2.0.4
2016-05-08 13:45:50 +03:00
taku0
07a83f226e firefox-bin: fixed missing icon 2016-05-08 17:06:08 +09:00
Rahul Gopinath
e9cb41e99a textql: Init textql at 2.0.3
textql allows one to execute SQL against structured text like CSV or TSV
This commit provides initial package for textql 2.0.3
2016-05-07 21:47:42 -07:00
Wei Tang
4d15758984 firefox: Fix build due to commit #ab0a0c 2016-05-08 05:58:02 +02:00
Wei Tang
14c22adbc3 calibre: Fix file already exist building problem 2016-05-08 05:56:17 +02:00
Austin Seipp
e3e27ecf4e nixpkgs: chez-scheme 9.4-20160501 -> 9.4-20160507
This allows us to remove a hack in the makefile, fixes a few bugs, and
also catches another edge case in the configure scripts.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-05-08 03:40:47 +00:00
Tobias Geerinckx-Rice
ea9f28a46e
wakatime: init at 6.0.1
To hack together a working WakaTime under emacs on NixOS:

* Install both `wakatime` and `(emacsWithPackages [ wakatime-mode ])`
* Add the following to your initialisation file (default: ~/.emacs):
  (custom-set-variables
   ;; ...
   '(wakatime-api-key "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX")
   '(wakatime-cli-path "")					; sic
   '(wakatime-python-bin "/path/to/profile/bin/wakatime"))	; sic
* `M-x global-wakatime-mode` to test your settings.
2016-05-08 04:52:57 +02:00
Tobias Geerinckx-Rice
666250bd3b
unarj: mark as broken
And ‘maintain’ to help keep an eye on it.

Closes #7332.
2016-05-08 03:29:45 +02:00
Tobias Geerinckx-Rice
b6092775cb
tiled: 0.16.0 -> 0.16.1 2016-05-08 03:29:45 +02:00
Joachim Fasting
11df7acf3e Merge pull request #15298 from jaym/wmii-which
wmii needs which
2016-05-08 02:38:46 +02:00
Jay Mundrawala
bc6f922eb9 wmii needs which
While wmii will sort of work without it, it breaks before it
runs any user configuration which requires me to using the windows
key as my modifier.
2016-05-08 00:06:45 +00:00
Tobias Geerinckx-Rice
ecf9fa4cbe
perlPackages.MathPlanePath: 114 -> 123 2016-05-08 00:45:13 +02:00
Tobias Geerinckx-Rice
448af9b374
perlPackages.XSLoader: 0.16 -> 0.20 2016-05-08 00:45:12 +02:00
Tobias Geerinckx-Rice
1f4b6c1b50
perlPackages.SysSyslog: 0.33 -> 0.34 2016-05-08 00:45:11 +02:00
Tobias Geerinckx-Rice
3785515c4b
sane-backends-git -> 2016-05-07
Color scanning for Samsung models which support JPEG Lossy compression.
2016-05-08 00:45:10 +02:00
Tobias Geerinckx-Rice
d1b818e305
pythonPackages.prompt_toolkit: 0.60 -> 1.0.0
Changes: https://raw.githubusercontent.com/jonathanslenders/python-prompt-toolkit/master/CHANGELOG
2016-05-08 00:45:09 +02:00
Tobias Geerinckx-Rice
628ac272da
hplip{,WithPlugin}: 3.16.3 -> 3.16.5 2016-05-08 00:45:08 +02:00
Tobias Geerinckx-Rice
70a02d64bc
kcov: meta.{homePage -> homepage} 2016-05-08 00:45:06 +02:00
Tobias Geerinckx-Rice
519d99f975
thinkfan: 0.9.2 -> 0.9.3; add myself as a maintainer
CC maintainer @iElectric.
2016-05-08 00:44:49 +02:00
Benjamin Staffin
ee101d0c7a Merge pull request #15294 from rardiol/sympy
sympy and mathics update
2016-05-07 17:42:17 -04:00
Michiel Leenaars
440ea1b893 p11-kit: 0.23.1 -> 0.23.2 2016-05-07 23:06:56 +02:00
Joachim Fasting
5045f31b1b Merge pull request #15281 from kklas/node-packages-6
nodejs: add nodePackages_6_x to all-packages.nix
2016-05-07 22:53:27 +02:00
Joachim Fasting
6de5fd274c Merge pull request #15266 from magnetophon/magnetophon-dsp
faustCompressors: init at 0.1.1, update other magnetophon-dsp to use lv2 gui
2016-05-07 22:27:05 +02:00
Joachim Fasting
3249d87b37 Merge pull request #15251 from acowley/libsndfile
libsndfile: pass AudioToolbox framework on darwin
2016-05-07 22:26:13 +02:00
Joachim Fasting
3772de4961
libgcrypt: fix libcap lib output reference
After 7382afac40
2016-05-07 21:49:16 +02:00
Sven Keidel
98bef7e0bd
brogue: init at 1.7.4
with fixups by joachifm:
- Correct license (AGPL-3)
- Removed redundant build input
- Cleanup description

Closes #15244
2016-05-07 19:00:30 +02:00
Joachim Fasting
cac498b522 Merge pull request #15282 from nathanielbaxter/dev/teamspeak
teamspeak_client: 3.0.18.2 -> 3.0.19.1
2016-05-07 18:51:28 +02:00
Joachim Fasting
0a9b7b3159 Merge pull request #15155 from yawnt/java-source-files
jdk: keep source files for IDE support
2016-05-07 17:45:32 +02:00
Ricardo Ardissone
c4cd453c07 pythonPackages.mathics: 0.8 -> 0.9 2016-05-07 12:17:43 -03:00
Tuomas Tynkkynen
24b046ce05 rpm: Fix python3 detection hack
Commit 5dff3c4b68 made rpm use autoreconfHook, so the patch that we
are making to `configure` gets lost when the file is regenerated.
To fix this, just patch the equivalent string in the `configure.ac` file
instead.

Fixes #15287
2016-05-07 17:55:32 +03:00
Christoph Hrdinka
72306b762d hugin: 2015.0.0 -> 2016.0.0
This updates hugin to its latest version and cleanes the derivation.

Release notes:

http://hugin.sourceforge.net/releases/2016.0.0/en.shtml
2016-05-07 16:50:06 +02:00
Joachim Fasting
16510869eb Merge pull request #15278 from Baughn/ckan
ckan: Add curl to runtime libraries
2016-05-07 16:42:39 +02:00
Vladimír Čunát
72acb24c1f Merge #15084: gcc: add 6.1.0 2016-05-07 15:20:19 +02:00
Nikolay Amiantov
f396fa8cb2 deadbeef: fix tray icon 2016-05-07 15:29:28 +03:00
Nikolay Amiantov
62c41cc539 dropbox: meta.licenses -> meta.license 2016-05-07 15:13:28 +03:00
Nikolay Amiantov
41ced9f100 dropbox: mark as unfree 2016-05-07 15:12:07 +03:00
Thomas Tuegel
f2ec142847 quassel: 0.12.3 -> 0.12.4
Security update for CVE-2016-4414 (denial of service).
2016-05-07 06:00:09 -05:00
Christoph Hrdinka
f2ac136ec1 darktable: 2.0.2 -> 2.0.4
Release notes for 2.0.3 and 2.0.4 bugfix releases:

https://www.darktable.org/2016/03/darktable-2-0-3-released
https://www.darktable.org/2016/05/darktable-2-0-4-released
2016-05-07 12:59:24 +02:00
Vladimír Čunát
9e0d0423fe stdenv substituteAll: use more robust code
The set/env fix in #14907 wasn't very good, so let's use a null-delimited
approach. Suggested by Aszlig.
In particular, this should fix a mass-breakage on Darwin, though I was
unable to test that.
2016-05-07 11:23:30 +02:00
Vladimír Čunát
717670720f Merge #15048: util-linux: 2.27.1 -> 2.28 2016-05-07 11:16:57 +02:00
Nikolay Amiantov
2d57767974 openspades-git: drop yet another hack, fix accidential python merge 2016-05-07 12:03:24 +03:00
Nikolay Amiantov
628c8e8995 openspades-git: init at 2016-04-17 2016-05-07 11:59:53 +03:00
Nikolay Amiantov
c7193c1506 openspades: less hacks 2016-05-07 11:59:53 +03:00
Nikolay Amiantov
a7fe84e38a openspades: link to openal instead of using LD_LIBRARY_PATH 2016-05-07 11:59:53 +03:00
Peter Simons
a211eef81a heimdall: cosmetic 2016-05-07 10:46:52 +02:00
Vladimír Čunát
372d367b37 mediastreamer: 2.11.2 -> 2.12.1
This fixes the build broken by ortp update d4d6d9d3d.
http://hydra.nixos.org/build/35224682
2016-05-07 09:32:18 +02:00
Rok Garbas
9cd896367a pypi2nix: new release 2016-05-07 05:04:25 +02:00
Ricardo Ardissone
f3843aed47 pythonPackages.sympy: 0.7.6.1 -> 1.0 2016-05-07 00:03:30 -03:00
Charles Strahan
e965e42dc5 go: fix build on Darwin
The go tests get tripped up due to error messages along the lines of:

    ld: warning: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation, ignoring unexpected dylib file

Which is due to us passing that along via $NIX_LDFLAGS in the `clang` wrapper.
To keep `go` from getting confused, I create a small `clang` wrapper that
filters out that warning.

Also, the strip.patch is no longer necessary, and only causes problems when
testing DWARF support:

    --- FAIL: TestDwarfAranges (0.59s)
        runtime-lldb_test.go:218: Missing aranges section
    FAIL
    FAIL    runtime 17.123s

Also, I disable the misc/cgo/errors test, as I suspect it is also due to similar
problems regarding `ld`:

    ##### ../misc/cgo/errors
    misc/cgo/errors/test.bash: BUG: expected error output to contain "err1.go:11:" but saw:
    # command-line-arguments
    cannot parse gcc output $WORK/command-line-arguments/_obj//_cgo_.o as ELF, Mach-O, PE object
    2016/05/07 02:07:58 Failed: exit status 1

Closes #14208
2016-05-06 22:34:16 -04:00
Charles Strahan
ec1c8071b1 macvim: fix build 2016-05-06 22:32:23 -04:00
Nikolay Amiantov
c99b050af0 Merge commit 'refs/pull/14568/head' of git://github.com/NixOS/nixpkgs into staging 2016-05-07 03:44:06 +03:00
Nathaniel Baxter
24ffbfde1d teamspeak_client: 3.0.18.2 -> 3.0.19.1 2016-05-07 09:52:49 +10:00
kklas
491b7c2f15 nodejs: add nodePackages_6_x to all-packages.nix 2016-05-07 01:47:09 +02:00
Peter Simons
c083ef0c6d heimdall: update to version 1.4.1-34-g7ebee1e (current Git 'master') 2016-05-07 01:39:48 +02:00
Peter Simons
91896f4ac5 syncthing: update to version 0.12.23 2016-05-07 01:12:35 +02:00
Tobias Geerinckx-Rice
cd76b71431
cegui: 0.8.4 -> 0.8.7 2016-05-07 00:32:56 +02:00
Thomas Tuegel
b70d728ed7 cmake: use single output
Fixes #15184. Install everything, including documentation, into one
output, increasing package size by 10%. Otherwise, the help commands for
CMake do not work. This is a good trade because CMake should be a
build-only dependency. The only reason the docs should ever make it to
runtime is if the user has actually installed CMake, in which case
there's a pretty good chance they want the docs, too.
2016-05-06 16:26:40 -05:00
Tim Steinbach
f53850bf21 kernel: 4.4.8 -> 4.4.9 (#15276) 2016-05-06 20:25:29 +02:00
Tobias Geerinckx-Rice
5ac997b875
appstream: 0.8.0 -> 0.9.5 2016-05-06 19:17:07 +02:00