Jörg Thalheim
79f70e6d88
Merge pull request #24455 from 8573/8573/pkg/update/rustfmt/0.8.1/1
...
rustfmt: 0.8 -> 0.8.1
2017-03-30 10:33:16 +02:00
AndersonTorres
fdd654a7a9
openshot-qt: 2.1.0 -> 2.2.0
...
Also, libopenshot and libopenshot-audio
are now directly referenced on all-packages.nix.
2017-03-30 00:53:22 -03:00
regnat
4e9e1bc7ba
stog: init at 0.17.0
2017-03-30 01:26:51 +00:00
regnat
89e5963f2c
ocamlPackages.higlo: init at 0.6
2017-03-30 01:25:13 +00:00
regnat
40158137fd
ocamlPackages.xtmpl: init at 0.16.0
2017-03-30 01:24:17 +00:00
regnat
2f020cf7c1
ocamlPackages.ocf: init at 0.5.0
2017-03-30 01:23:30 +00:00
Matthew Maurer
401c284af0
ocaml-async_ssl: 112.24.03 -> 113.33.07
2017-03-30 01:02:51 +00:00
c74d
b083a374aa
rustRegistry: 2017-03-22 -> 2017-03-29
...
Update the `rustRegistry` to a more recent version. I have tested this
change per nixpkgs manual section 11.1 ("Making patches").
2017-03-29 22:00:17 +00:00
Daiderd Jordan
f51ce6f929
Merge pull request #24417 from edanaher/fix-vim-youcompleteme
...
Fix vim youcompleteme
2017-03-29 20:35:51 +02:00
Peter Simons
e749fb1cfd
Disable integer-simple variant of GHC 7.6.3 since it does not compile.
2017-03-29 20:30:27 +02:00
Frederik Rietdijk
30449c5e36
Merge pull request #24439 from amosbird/master
...
Fix xgboost python 2.7 build.
2017-03-29 18:20:14 +02:00
Rob Vermaas
35dfdc9277
dd-agent: fix by adding uptime as dependency.
...
(cherry picked from commit f79be2cfa321617314aa253a8a6341a2f0ab7816)
2017-03-29 14:56:01 +00:00
Thomas Tuegel
1d8d6d564d
Revert "dropbox: use vendored Qt 5 libraries"
...
This reverts commit 9125bab708
.
The vendored libraries have a problem with xkbcommon.
2017-03-29 07:23:27 -05:00
Amos Bird
94c61cee66
Fix xgboost python 2.7 build.
2017-03-29 18:02:31 +08:00
Vincent Laporte
5dda5a2ea2
ocamlPackages.bitstring: remove 2.0.4
2017-03-29 05:29:14 +00:00
Daniel Peebles
cea6bfac1c
Merge pull request #22098 from dtzWill/feature/swift
...
swift: init at 3.1
2017-03-28 21:21:30 -04:00
Daniel Peebles
903fc1d6c9
Merge pull request #24418 from LnL7/darwin-rust
...
rustc: use llvm_39
2017-03-28 20:34:07 -04:00
Shawn Dellysse
c87c0f2144
messenger-for-desktop: init at 2.0.6
2017-03-28 19:55:17 -04:00
Michael Raskin
13007957e5
quicklispPackages: init
...
The idea is to have an almost-automatic conversion from QuickLisp, the
definitive Common Lisp package repository, to Nix. The benefit over just
using lispPackages.quicklisp is automatic installation of non-Lisp
dependencies from NixPkgs (and integration with Nix package management).
The benefit over lispPackages for normal Lisp packages is packaging just
a snapshot of QuickLisp which is known to be tested for version
compatibility between libraries.
There are some packages in lispPackages that are not from QuickLisp (for
example, the installable wrapper of QuickLisp itself). My hope is to
replace the rest with the expressions converted from QuickLisp.
Note that the current commit is a mere addition.
2017-03-29 00:40:01 +02:00
Tim Steinbach
eb70ae34b1
Merge pull request #24254 from bachp/gitlab-runner-9
...
Upgrade Gitlab Runner
2017-03-28 18:21:35 -04:00
Jörg Thalheim
36fca93290
rename iana_etc to iana-etc
...
fixes #23621
2017-03-28 22:35:15 +02:00
Will Dietz
ecae31a50c
swift: init at 3.1
...
Add dependency 'libblocksruntime'.
2017-03-28 15:34:34 -05:00
Daiderd Jordan
01d8d1b062
rustc: use llvm_39
2017-03-28 22:10:05 +02:00
Evan Danaher
33d8d15329
ycmd: 2017-02-03 -> 2017-03-27
...
Now works with newer version of vim youcompleteme plugin.
Details:
- The OS X patch is no longer necessary as that code was removed upstream.
- It seems to want LLVM version 4 now.
- It annoyingly wants to symlink libclang.4 to libclang.4.0; nix already
did this.
2017-03-28 16:07:57 -04:00
Matthew Maurer
af33b23de3
frama-c: Aluminum -> Silicon
...
Upgrade required to work with new ocamlgraph
2017-03-28 19:14:08 +00:00
Pascal Bach
8373124202
gitlab-runner: make v1 runner available
...
gitlab-runner 9.0.0 is only compatible with gitlab >= 9.0
gitlab-runner1 1.11.1 is only compatible with gitlab < 9.4
2017-03-28 21:02:43 +02:00
Franz Pletz
c17ff91221
pythonPackages.libtmux: 0.6.0 -> 0.6.4
2017-03-28 20:14:19 +02:00
Franz Pletz
805d53ecdb
pythonPackages.click: 6.6 -> 6.7
2017-03-28 20:14:19 +02:00
Michael Weiss
6ce0af295d
python-gnupg: 0.3.8 -> 0.4.0 and disable tests
...
All 20 tests did fail because no gpg binary was found. With gnupg1 as
build input they never finish. Deactivating them might be the best
option for now (and it improves the current situation since they never
actually succeeded anyway -> build was failing, I noticed this while
running nox-review for #24390 ).
2017-03-28 01:34:13 +02:00
Joachim F
07a76cc934
Merge pull request #23400 from knedlsepp/add_docopt_cpp
...
docopt.cpp: init at 0.6.2
2017-03-27 21:28:50 +01:00
Josef Kemetmüller
ed7a1ac302
docopt.cpp: init at 0.6.2
2017-03-27 14:23:48 +00:00
Franz Pletz
1b95985b71
Merge pull request #24148 from volth/libvirt-3.1.0
...
libvirt: 3.0.0 -> 3.1.0
2017-03-27 10:02:06 +02:00
Orivej Desh
1ba30ca45b
poco: init at 1.7.8
2017-03-27 01:05:25 +00:00
Michael Raskin
bee5916d22
Merge pull request #24364 from sternenseemann/shrikhand
...
shrikhand: init 2016-03-03
2017-03-26 22:20:34 +02:00
sternenseemann
829b68844a
shrikhand: init 2016-03-03
2017-03-26 22:15:16 +02:00
Michael Weiss
ef8c0d1388
signing-party: Fix deps and include all tools
...
Additional tools:
- gpg-key2latex
- gpgdir
- gpgwrap
This module is really hacky and the dependencies are very messy... :o
However I tried my best at testing all 19 individual tools and they
should (hopefully) all work now (apart from sendmail which can be
provided by multiple packages) :)
The code is very redundant (sorry) but imho it's easier to read and
maintain it that way.
TODO: There are some additional manual pages that could be included (I'm
too exhausted for that atm...). And there might be a lot of stuff that
could be improved in the future.
2017-03-26 21:12:45 +02:00
Vasiliy Solovey
eef066d05c
way-cooler: init at 0.5.2
2017-03-26 21:39:58 +03:00
Thomas Tuegel
41699287b6
vogl: pin to Qt 5.6
2017-03-26 09:40:27 -05:00
Thomas Tuegel
8b50f4c990
Merge pull request #24299 from ttuegel/master--drop-qt-5.7
...
Drop Qt 5.5 and Qt 5.7 from master
2017-03-26 09:18:38 -05:00
Christine Koppelt
9d18de5f88
spark: 1.6.0 ->1.6.3
2017-03-26 16:07:21 +02:00
Jörg Thalheim
09c91f5fea
Merge pull request #24002 from deepfire/vogl
...
vogl: init at 2016-05-13
2017-03-26 11:45:37 +02:00
Kosyrev Serge
03ddb417c3
vogl: init at 2016-05-13
2017-03-26 11:16:13 +03:00
Frederik Rietdijk
fffb511607
Merge pull request #24208 from lsix/update_django_1_10
...
pythonPackages.django: 1.10.5 -> 1.10.6
2017-03-26 09:43:41 +02:00
Nikolay Amiantov
66b05cd4e6
ibus-engines: use wrapPythonPrograms
...
This is needed now that PYTHONPATH is not propagated. Also several packages
with additional dependencies are now properly wrapped.
2017-03-26 02:20:02 +03:00
Nikolay Amiantov
99434abff7
ibus: wrap with GTK dependencies
...
Without this ibus can't load its settings.
Also don't propagate PYTHONPATH.
2017-03-26 02:20:02 +03:00
Edward Tjörnhammar
b35d22b30c
radarr: init at 0.2.0.553 + nixos module
2017-03-25 21:19:55 +01:00
Edward Tjörnhammar
2db5c5cfe2
jackett: init at 0.7.1197 + nixos module
2017-03-25 21:19:44 +01:00
Thomas Tuegel
9125bab708
dropbox: use vendored Qt 5 libraries
2017-03-25 10:14:51 -05:00
Joachim Fasting
ecd0e1a2c7
torbrowser: reduce risk of stale Nix store references
...
This patch restructures the expression and wrapper to minimize Nix store
references captured by the user's state directory.
The previous version would write lots of references to the Nix store into
the user's state directory, resulting in synchronization issues between
the Store and the local state directory. At best, this would cause TBB to
stop working when the version used to instantiate the local state was
garbage collected; at worst, a user would continue to use the old version
even after an upgrade.
To solve the issue, hard-code as much as possible at the Store side and
minimize the amount of stuff being copied into the local state dir.
Currently, only a few files generated at firefox startup and fontconfig
cache files end up capturing store paths; these files are simply removed
upon every startup. Otherwise, no capture should occur and the user
should always be using the TBB associated with the tor-browser wrapper
script.
To check for stale Store paths, do
`grep -Ero '/nix/store/[^/]+' ~/.local/share/tor-browser`
This command should *never* return any other store path than the one
associated with the current tor-browser wrapper script, even after an
update (assuming you've run tor-browser at least once after updating).
Deviations from this general rule are considered bugs from now on.
Note that no attempt has been made to support pluggable transports; they
are still broken with this patch (to be fixed in a follow-up patch).
User visible changes:
- Wrapper retains only environment variables required for TBB to work
- pulseaudioSupport can be toggled independently of mediaSupport (the
latter weakly implies the former).
- Store local state under $TBB_HOME. Defaults to $XDG_DATA_HOME/tor-browser
- Stop obnoxious first-run stuff (NoScript redirect, in particular)
- Set desktop item GenericName to Web Browser
Some minor enhancements:
- Disable Hydra builds
- Specify system -> source mapping to make it easier to
extend supported platforms.
2017-03-25 15:59:18 +01:00
Thomas Tuegel
bb99babc5a
Remove zoom-us
...
This package needs maintenance, but has no maintainer: proprietary Qt-based
packages should use the vendor-provided Qt libraries.
2017-03-25 08:58:58 -05:00
Volth
1cca97cf18
libvirt: 3.0.0 -> 3.1.0
2017-03-25 14:54:16 +01:00
Thomas Tuegel
3dc1a4ba8b
Remove Qt 5.5
...
The community support window for Qt 5.5 has ended. All packages should
- update to Qt 5.8, or
- pin to Qt 5.6 (the 3-year long-term support release), or
- for proprietary software, use the vendored libraries.
2017-03-25 08:49:40 -05:00
Thomas Tuegel
f77e6d03e9
openshot-qt: correct packaging errors and pin to Qt 5.6
2017-03-25 08:49:40 -05:00
Thomas Tuegel
f87d3d6f80
supercollider: pin to Qt 5.6
2017-03-25 08:49:40 -05:00
Thomas Tuegel
a90fd50bdc
zoom-us: pin to Qt 5.6
2017-03-25 08:49:40 -05:00
Thomas Tuegel
3d5f88e7a3
redis-desktop-manager: pin to Qt 5.6
2017-03-25 08:49:40 -05:00
Thomas Tuegel
aaff5ee197
trojita: pin to Qt 5.6
2017-03-25 08:49:39 -05:00
Thomas Tuegel
68495d16cb
teamspeak_client: pin to Qt 5.6
2017-03-25 08:49:39 -05:00
Thomas Tuegel
d9efe84222
ricochet: pin to Qt 5.6
2017-03-25 08:49:39 -05:00
Thomas Tuegel
5044ceb7e7
rapcad: broken on Qt 5.6
2017-03-25 08:49:39 -05:00
Thomas Tuegel
299c842df2
qgroundcontrol: broken on Qt 5.6
2017-03-25 08:49:39 -05:00
Thomas Tuegel
84ed473763
notepadqq: correct packaging errors and pin to Qt 5.6
2017-03-25 08:49:39 -05:00
Thomas Tuegel
8526c87e24
smtube: pin to Qt 5.6
2017-03-25 08:49:38 -05:00
Thomas Tuegel
b33d0129ee
musescore: broken with Qt 5.6
2017-03-25 08:49:38 -05:00
Thomas Tuegel
152e808b44
mumble: pin to Qt 5.6
2017-03-25 08:49:38 -05:00
Thomas Tuegel
a7abe7e451
luminanceHDR: pin to Qt 5.6
2017-03-25 08:49:38 -05:00
Thomas Tuegel
334466c264
goldendict: pin to Qt 5.6
2017-03-25 08:49:38 -05:00
Thomas Tuegel
d839b85947
cutegram: broken with Qt 5.6
2017-03-25 08:49:38 -05:00
Thomas Tuegel
7a681599fe
sigil: pin to Qt 5.6
2017-03-25 08:49:38 -05:00
Thomas Tuegel
db380160d6
cool-retro-term: pin to Qt 5.6
2017-03-25 08:49:37 -05:00
Thomas Tuegel
b745cece54
apitrace: pin to Qt 5.6
2017-03-25 08:49:37 -05:00
Thomas Tuegel
b4e6351c78
Remove Qt 5.7
...
The community support window for Qt 5.7 has ended. All packages should
- update to Qt 5.8, or
- pin to Qt 5.6 (the 3-year long-term support release), or
- for proprietary software, use the vendored libraries.
2017-03-25 08:49:37 -05:00
Thomas Tuegel
ed6adaab00
speedcrunch: pin to Qt 5.6
2017-03-25 08:49:37 -05:00
Thomas Tuegel
25b3a8a961
fdr: pin to Qt 5.6
2017-03-25 08:49:37 -05:00
Thomas Tuegel
c84fbda57c
lyx: pin to Qt 5.6
2017-03-25 08:49:36 -05:00
Thomas Tuegel
22300a9d77
qcachegrind: pin to Qt 5.6 and correct packaging errors
2017-03-25 08:49:36 -05:00
Pascal Wittmann
54c15923c2
Merge pull request #24285 from Ma27/update-composer
...
phpPackages.composer: 1.3.2 -> 1.4.1
2017-03-25 14:28:48 +01:00
goibhniu
efc457c6e2
Merge pull request #23251 from juliendehos/hieroglyph
...
hieroglyph: init at 0.7.1
2017-03-25 13:00:34 +01:00
Vincent Laporte
6e0b7273a2
ocamlPackages.stdio: init at 0.9.0
...
Stdio implements simple input/output functionalities for OCaml.
Homepage: https://github.com/janestreet/stdio
2017-03-25 07:06:49 +00:00
Vincent Laporte
a7a3d91039
ocamlPackages.ppx_traverse_builtins: init at 0.9.0
...
This OCaml library defines the default methods for builtin types
(int, string, list, ...) for Ppx_traverse.
Homepage: https://github.com/janestreet/ppx_traverse_builtins
2017-03-25 06:57:46 +00:00
ndowens
5f61654864
Merge pull request #24225 from rlupton20/cde
...
cde: init at 0.1
2017-03-24 21:52:21 -05:00
Michael Raskin
0aa11219b5
Merge pull request #24224 from ndowens/freicoin
...
freicoin: 0.8.3-1 -> 0.8.6-2; Moved to correct category
2017-03-24 23:42:52 +01:00
Peter Simons
24a69286e9
Merge pull request #23610 from ljli/hs-ghcjs-pkgs-inherit
...
haskellPackages: apply GHC specific overrides before GHCJS
2017-03-24 23:15:41 +01:00
Maximilian Bosch
73edc1d5f8
phpPackages.composer: 1.3.2 -> 1.4.1
2017-03-24 22:16:10 +01:00
Vladimír Čunát
455ce3528c
Merge branch 'staging'
2017-03-24 21:07:55 +01:00
Shea Levy
9a777013d1
Add setupSystemdUnits function.
...
Allows setting up and managing a set of systemd units on any systemd distribution.
2017-03-24 15:47:51 -04:00
Vincent Laporte
e3c1e37823
ocamlPackages.ppx_ast: init at 0.9.0
...
Ppx_ast selects a specific version of the OCaml Abstract Syntax
Tree from the migrate-parsetree project that is not necessarily
the same one as the one being used by the compiler.
Homepage: https://github.com/janestreet/ppx_ast
2017-03-24 19:09:43 +00:00
Bjørn Forsman
6b6454f190
perlPackages.OpenGL: 0.6703 -> 0.70
...
Fixes https://github.com/NixOS/nixpkgs/issues/19271 ("slic3r gui
fails").
2017-03-24 19:15:20 +01:00
Peter Hoeg
317734f99c
speedcrunch: stick to qt 5.7 as 5.8 is broken
2017-03-25 00:39:30 +08:00
Joachim F
5c045afddd
Merge pull request #24257 from pjones/pjones/geda-guile
...
geda: fix build by using guile_2_0 instead of latest ver
2017-03-24 17:39:15 +01:00
Frederik Rietdijk
f4a1eab239
Merge pull request #23863 from plumps/add-vulnix
...
vulnix: init at 1.2.2
2017-03-24 11:12:50 +01:00
Jörg Thalheim
70322d8b87
pythonPackages.BTrees: 4.1.4 -> 4.3.1
2017-03-24 10:44:34 +01:00
Periklis Tsirakidis
6414533391
darwin: cleanup obsolete sdks
2017-03-24 08:06:03 +01:00
Vincent Laporte
d69e932780
ocamlPackages.ocaml-compiler-libs: init at 0.9.0
...
This packages exposes the OCaml compiler libraries repackages
under the toplevel names Ocaml_common, Ocaml_bytecomp, ...
Homepage: https://github.com/janestreet/ocaml-compiler-libs
2017-03-24 06:36:41 +00:00
Peter Hoeg
59261f20f0
msr-tools: init at 1.3
2017-03-24 11:46:56 +08:00
Daniel Peebles
a9644fb1f0
Merge pull request #24239 from spacekitteh/fetchFromGitRepo
...
Added fetchRepoProject
2017-03-23 23:30:07 -04:00
Sophie Taylor
76e095c6c5
fetchRepoProject: init.
...
Added to grab projects added by git-repo.
Contains some problems still reguarding purity and clone.bundle,
but good enough for now.
2017-03-24 13:28:23 +10:00
Nikolay Amiantov
f45cf10f6e
Merge pull request #24133 from abbradar/gtk3-qt
...
Fix GTK dependencies in wrappers
2017-03-24 01:49:41 +03:00
Peter Jones
7444cad2f6
geda: fix build by using guile_2_0 instead of latest ver
...
gEDA is failing to build on unstable because of the recent upgrade of
guile.
2017-03-23 15:03:56 -07:00
Robin Gloster
37f7470269
linux: drop 3.12 and 4.1
...
Support ends before 17.09 is released:
https://www.kernel.org/category/releases.html
2017-03-23 22:06:04 +01:00
Michael Raskin
73a6832ad8
golly: use wxGTK 3.0
2017-03-23 16:45:57 +01:00
Michael Raskin
f9add54f28
fontforge-fonttools: init at 20160404
2017-03-23 15:10:52 +01:00
Vladimír Čunát
c1a9dc3d37
Merge branch 'master' into staging
2017-03-23 13:31:28 +01:00
Vincent Laporte
a81e253369
ocamlPackages.base: init at 0.9.0
...
Base is a complete and portable alternative to the OCaml standard library.
Homepage: https://github.com/janestreet/base
2017-03-23 06:39:50 +00:00
ndowens
375639518d
freicoin: 0.8.3-1 -> 0.8.6-2; Moved to correct category
2017-03-22 17:46:41 -05:00
Richard Lupton
d09ed00e2d
cde: init at 0.1
2017-03-22 22:45:42 +00:00
Nikolay Amiantov
a40b7d07e9
makeQtWrapper, kdeWrapper: add GTK3 dependencies
2017-03-22 20:15:32 +03:00
Nikolay Amiantov
670744e1fa
wrapGAppsHook: propagate dconf
...
It's effectively required for GTK3 applications because various parts of the library use GIO to store settings.
Also propagate GTK for clarity (it should be there anyway).
2017-03-22 20:14:49 +03:00
Michael Raskin
017332fb74
Merge pull request #24212 from FlorentBecker/pijul33
...
Pijul 0.3.3
2017-03-22 17:46:26 +01:00
Florent Becker
6d7eb3b903
update rust-packages
2017-03-22 17:25:52 +01:00
Periklis Tsirakidis
a92dfe78e9
qcachegrind: init at 16.12.3
2017-03-22 17:18:53 +01:00
Michael Raskin
47183c813e
golly-beta: init at 2.9b2 to test GL issues
2017-03-22 17:02:55 +01:00
Lancelot SIX
d284e37a59
pythonPackages.django: 1.10.5 -> 1.10.6
...
This is a bugfix release.
2017-03-22 15:49:00 +01:00
Piotr Bogdan
77b5d22df3
gmtp: init at 1.3.10 ( #24178 )
2017-03-22 15:20:16 +01:00
Franz Pletz
1dadbe7e27
pythonPackages.searx: update version bounds of dateutil
2017-03-22 15:05:30 +01:00
Thomas Tuegel
203c4926e3
sddmPlasma5: provide top-level package for theme
2017-03-22 07:44:55 -05:00
Michael Raskin
d2cd304ad7
oneteam: remove
2017-03-22 13:19:38 +01:00
Jörg Thalheim
2793a6c3bb
Merge pull request #24106 from calvertvl/add-loccount
...
loccount: init
2017-03-22 01:02:41 +01:00
Jörg Thalheim
b5b036a4cc
Merge pull request #24032 from orivej/gargoyle
...
gargoyle: init at 2017-03-12
2017-03-22 00:52:15 +01:00
Victor Calvert
4c4b91d54e
loccount: init at 1.0
2017-03-21 17:48:35 -04:00
Michael Weiss
b27652148a
fwknop: init at 2.6.9
...
fwknop stands for the "FireWall KNock OPerator", and implements an
authorization scheme called Single Packet Authorization (SPA).
2017-03-21 22:43:00 +01:00
jansol
f9e688e8a1
renderdoc: init at version 0.34pre ( #23769 )
...
* renderdoc: init at version 0.34pre
Initialising a few commits after the latest release due to some upstream
improvements to the build system.
* fix maintainer
2017-03-21 21:36:26 +01:00
Jörg Thalheim
da1e8e139f
Merge pull request #24151 from volth/far2l
...
far2l: init at 2.1
2017-03-21 21:17:40 +01:00
Nikolay Amiantov
328bcdae25
mesa: enable texture floats only for drivers
...
To be on more safe side. This shouldn't matter theoretically as nothing in core
Mesa depends on them.
2017-03-21 21:56:42 +03:00
Vincent Laporte
f61ead6ee2
ocamlPackages.inifiles: init at 1.2
...
inifiles is a library to read and write .ini files
2017-03-21 18:12:43 +00:00
Volth
a7732d6f54
babelstone-han: init at 9.0.2
2017-03-21 19:11:08 +01:00
Nikolay Amiantov
6f884349e6
python.pkgs.websocket_client: 0.32.0 -> 0.40.0
2017-03-21 20:22:26 +03:00
Nikolay Amiantov
c7ee41bc13
python.pkgs.sockjs-tornado: init at 1.0.3
2017-03-21 20:22:26 +03:00
Sergii Paryzhskyi
af0b7afd05
sbt_0_12_4: remove old version of sbt
2017-03-21 18:12:19 +01:00
Jörg Thalheim
64218457c4
pythonPackages.podcastparser: init at 0.6.1
2017-03-21 17:06:05 +01:00
Volth
f646d16064
far2l: init at 2.1
2017-03-21 15:23:38 +00:00
Pascal Wittmann
5bcbffe0dc
Merge pull request #24165 from HeeL/init-party-parrot
...
terminal-parrot: init at 1.1.0
2017-03-21 14:52:48 +01:00
Tim Steinbach
e361bc4556
Merge pull request #24108 from adelbertc/coursier-1-0-0-M15
...
coursier: init at 1.0.0-M15
2017-03-21 09:26:47 -04:00
HeeL
b27b83eff7
terminal-parrot: init at 1.1.0
2017-03-21 14:16:15 +01:00
Daniel Peebles
555a37e5bc
Merge pull request #24152 from copumpkin/gcc-simplify
...
gfortran/gcc: simplify & clean up on Darwin
2017-03-21 09:04:55 -04:00
Frederik Rietdijk
94eb74eaad
Merge remote-tracking branch 'upstream/master' into HEAD
2017-03-21 13:04:37 +01:00
Frederik Rietdijk
3760c8c7fd
Python: replace mkPythonDerivation with buildPythonPackage and format="other";
...
This way all Python packages use the same function,
`buildPythonPackage`.
2017-03-21 13:01:49 +01:00
Matthew Daiter
8ebe71541f
riak: switch interpreter version
2017-03-21 11:33:00 +01:00
Dan Peebles
a2a82db7cf
gfortran/gcc: simplify & clean up on Darwin
...
This should eliminate the branched logic for gfortran on Darwin, as well
as preventing accidental inclusion of impure paths in gcc and gfortran
builds.
2017-03-21 01:36:28 -04:00
Tristan Helmich
8338506abe
packetbeat: init at 5.2.1
2017-03-20 22:37:44 +01:00
Tristan Helmich
9fe3b0eb13
filebeat: init at 5.2.1
2017-03-20 22:37:18 +01:00
Tristan Helmich
9fce67264d
metricbeat: init at 5.2.1
2017-03-20 22:37:17 +01:00
Tristan Helmich
9dfb7e42ad
heartbeat: init at 5.2.1
2017-03-20 22:37:13 +01:00
Franz Pletz
c13922f012
nginx: explicitly use stable version
...
Also updates the documention of the NixOS option `services.nginx.package`
that upstream recommends using the mainline version instead.
Fixes #21665 .
2017-03-20 20:04:09 +01:00
Daiderd Jordan
8d8fda19b7
Merge pull request #24123 from mdaiter/couchDBUpgrade
...
couchdb: R16 -> R17
2017-03-20 19:59:19 +01:00
Thomas Tuegel
1b0d9e9ae6
Merge pull request #23819 from ttuegel/freetype
...
FreeType 2.7.1 and Fontconfig defaults
2017-03-20 11:43:50 -05:00
Eelco Dolstra
5897aa771c
system-config-printer: Remove -dev paths from closure
...
Workaround for #24128 .
2017-03-20 17:31:26 +01:00
Nikolay Amiantov
179fe96a03
Merge pull request #24112 from abbradar/odroid
...
Add ODROID-XU{3,4} support
2017-03-20 17:44:09 +03:00
Matthew Daiter
82969c69d3
couchdb: R16 -> R17
2017-03-20 15:07:17 +01:00
Matthew Daiter
72de3d7d6e
yaws: erlang R17 -> R18
2017-03-20 14:41:41 +01:00
Domen Kožar
f5581d0221
Merge pull request #24113 from FlorentBecker/the_return_of_pijul
...
Reintroduce pijul (at 0.3.0)
2017-03-20 14:03:58 +01:00
Peter Hoeg
6c0569e389
terraform: 0.9.0 -> 0.9.1
2017-03-20 17:28:42 +08:00
Florent Becker
ea80c91bd3
pijul: init at 0.3.0 (re-init)
2017-03-20 10:27:38 +01:00
Nikolay Amiantov
c1e279046b
odroid-xu3-bootloader: init at 2015-12-04
2017-03-20 11:52:08 +03:00
Florent Becker
e4d39749f2
ocsigen-i18n: init at 3.1
2017-03-20 08:20:16 +00:00
Florent Becker
091073819a
ocamlPackages.ocsigen-start: init at 1.0.0
2017-03-20 08:13:38 +00:00
Nikolay Amiantov
a9d44b5c30
ubootOdroidXU3: init
2017-03-20 11:07:12 +03:00
Florent Becker
031332ca9d
update rustPackages
2017-03-20 08:38:19 +01:00
Tuomas Tynkkynen
93446a2060
release.nix: Don't block release on aarch64 failures
2017-03-20 06:37:01 +02:00
Adelbert Chang
9634d9e4fc
coursier: init at 1.0.0-M15
2017-03-19 21:32:09 -07:00
Joachim F
12e0e67ed0
Merge pull request #23903 from mbrgm/upgrade-inspectrum
...
inspectrum: 20160403 -> 20170218
2017-03-20 01:06:31 +01:00
Will Dietz
a7c4c89138
Add top-level attr for lldb_4
2017-03-19 18:10:40 -05:00
Orivej Desh
9d38774a28
gargoyle: init at 2017-03-12
2017-03-19 22:36:29 +00:00
ndowens
6359bf1895
Merge pull request #24077 from MasseGuillaume/cre2
...
cre2: init at 0.3.0
2017-03-19 16:59:06 -05:00
Daiderd Jordan
52c6d6770f
Merge pull request #24050 from shanemikel/package_htmldoc
...
htmldoc: add darwin support
2017-03-19 22:39:36 +01:00
Guillaume Massé
b00bfb0401
cre2: init at 0.3.0
...
c wrapper for google's re2 regex library
2017-03-19 17:26:15 -04:00
ndowens
93ec1ad987
highlight: 3.28 -> 3.35 ( #24068 )
...
* highlight: 3.28 -> 3.35
highlight: Add support for darwin, suspecting needs gcc
highlight: Fixed isDarwin [gcc]
* highlight: enable darwin build
2017-03-19 15:22:57 -05:00
Jörg Thalheim
8490317fef
Merge pull request #24020 from xvapx/add/libnacl-1.5.0
...
pythonPackages.libnacl: init at 1.5.0
2017-03-19 21:02:03 +01:00
Jörg Thalheim
597865725f
pythonPackages.libnacl: enable tests
2017-03-19 20:59:17 +01:00
Nathan Isom
9ec0e9676f
bevelbar: init at 16.11 ( #24072 )
...
* bevelbar: init at 16.11
* bevelbar: use fetchFromGitHub
2017-03-19 20:41:17 +01:00
Marti Serra
c883cefc6f
pythonPackages.libnacl: init at 1.5.0
2017-03-19 20:11:50 +01:00
Michael Raskin
0cf93fda07
guile_2_0: init at 2.0.13
...
Reinstate guile 2.0.x. Use it for autogen
2017-03-19 20:05:14 +01:00
Michael Raskin
1c94786a52
Merge pull request #24066 from vrthra/guile_2_2
...
guile: 2.0 -> 2.2
2017-03-19 18:50:38 +01:00
Rahul Gopinath
5498dd6364
guile: 2.0 -> 2.2
2017-03-19 10:47:22 -07:00
Franz Pletz
2baf0a568a
owncloud-client: build with qt5 instead of qt4
2017-03-19 18:44:50 +01:00
Nathan Isom
b82f3f6943
mpvc: init at unstable-2017-03-18 ( #24037 )
...
* mpvc: init at unstable-2017-03-18
* mpvc: simplify build
* mpvc: add maintainer
2017-03-19 18:17:52 +01:00
ndowens
a6994dabb0
Merge pull request #23804 from ndowens/enginepkcs11
...
enginepkcs11: libp11 version 0.4.0 and above contain enginepkcs11
2017-03-19 10:16:06 -05:00
Daiderd Jordan
de96020789
Merge pull request #24031 from neeasade/add-xrq
...
xrq: init at d5dc19c63881ebdd1287a02968e3a1447dde14a9
2017-03-19 14:14:12 +01:00
Michael Raskin
e16c5a8254
Merge pull request #24052 from benley/yubikey-manager
...
yubikey-manager: init at 0.3.1
2017-03-19 11:25:12 +01:00
Benjamin Staffin
24308432b7
yubikey-manager: init at 0.3.1
2017-03-19 05:30:54 -04:00
Michael Raskin
d9ab289707
Merge pull request #23686 from nicknovitski/hostsblock
...
init hostsblock (and kwakd)
2017-03-19 10:00:30 +01:00
Benjamin Staffin
1fe9860958
Merge pull request #24041 from neeasade/add-colort
...
colort: init at unstable-2017-03-13
2017-03-19 03:41:29 -04:00
Shane Pearlman
63bd364cf9
htmldoc: add darwin support
...
I also added a long description and updated the homepage to point to
the author’s new github.io site.
2017-03-18 21:44:55 -07:00
Daiderd Jordan
0f4d515834
Merge pull request #24027 from neeasade/add-meh
...
meh: init at 0.3
2017-03-19 03:17:52 +01:00
neeasade
78a0bdfa98
meh: init at unstable-2015-04-11
2017-03-18 21:11:22 -05:00
neeasade
9eed726b4f
colort: init at unstable-2017-03-13
2017-03-18 20:59:09 -05:00
Peter Hoeg
f4f29bcd8b
handbrake: 0.10.5 -> 1.0.3
2017-03-19 09:48:22 +08:00
Michael Raskin
203e8fa205
wtftw: init at 0.0pre20161001; patch mostly by @kcomplexes
2017-03-19 01:08:11 +01:00
neeasade
1ef5a38108
xrq: init at unstable-2016-01-15
2017-03-18 18:52:00 -05:00
Michael Raskin
16fff5ebce
pylibmc: init at 1.5.1; patch by @risicle
2017-03-18 23:09:20 +01:00
Michael Raskin
081557a66e
Merge pull request #23597 from orivej/psi-plus
...
psi-plus: init at 0.16.572.639
2017-03-18 22:33:31 +01:00
Orivej Desh
f812e39fb4
psi-plus: init at 0.16.575.639
2017-03-18 21:19:54 +00:00
Daiderd Jordan
a48df6fba6
Merge pull request #22508 from matthewbauer/remove-emacs24macport
...
emacs24macport: remove
2017-03-18 22:19:20 +01:00
Michael Raskin
333c8c7782
icu_57: drop
2017-03-18 21:27:31 +01:00
Michael Raskin
dd49357a19
Merge pull request #23967 from ndowens/umockdev
...
umockdev: init at 0.8.13
2017-03-18 20:31:24 +01:00
Michael Raskin
5acc9eeaca
Merge pull request #24009 from stebulus/spambayes-bsddb-dep
...
spambayes: Add bsddb3 build input
2017-03-18 20:27:17 +01:00
Michael Raskin
39609e3157
Merge pull request #23996 from manveru/add-phraseapp
...
phraseapp-client: init at 1.4.3
2017-03-18 20:08:45 +01:00
Michael Raskin
23b8a46a70
Merge pull request #23984 from k0ral/nixos-unstable
...
ack: 2.14 -> 2.16
2017-03-18 20:06:22 +01:00
Michael Raskin
4707ac31f1
Merge pull request #23942 from mbrgm/restic
...
restic: init at 0.5.0
2017-03-18 20:01:14 +01:00
Michael Raskin
c320267cf8
Merge pull request #23934 from rvl/python-zeep
...
pythonPackages.zeep: init at 1.1.0
2017-03-18 19:59:45 +01:00
ndowens
112a91c2f7
enginepkcs11: libp11 version 0.4.0 and above contain enginepkcs11
...
enginepkcs11: Removed from all-packages.nix
2017-03-18 13:50:37 -05:00
Michael Raskin
24f35daa60
Merge pull request #23726 from sternenseemann/master
...
redo-sh: init at 1.2.6
2017-03-18 19:19:51 +01:00
Michael Raskin
87f7ef87fe
Merge pull request #23722 from joachifm/surf-webkit2
...
surf-webkit2: init at 2017-03-06
2017-03-18 19:18:35 +01:00
Michael Raskin
89f62be345
Merge pull request #23715 from risicle/moz-sops
...
Add Mozilla sops package
2017-03-18 19:18:06 +01:00
Tuomas Tynkkynen
cba956152f
perl-packages: Fix syntax error
2017-03-18 20:09:53 +02:00
Michael Raskin
68cf4d1dfc
Merge pull request #23677 from bcdarwin/c3d
...
c3d: init at 1.1.0
2017-03-18 19:07:09 +01:00
Michael Raskin
dfbd2dd659
Merge pull request #23624 from volth/virt-viewer-5.0
...
virt-viewer: 2.0 -> 5.0
2017-03-18 19:05:11 +01:00
Michael Raskin
d221e40fd7
Clean up after freecell-solver update
2017-03-18 19:12:08 +01:00
Tuomas Tynkkynen
194ff8a538
gcc-snapshot: Fix eval error
2017-03-18 19:58:45 +02:00
Michael Raskin
b9683c2155
Merge pull request #23436 from lsix/update_dateutil
...
pythonPackages.dateutil: 2.5.3 -> 2.6.0
2017-03-18 18:44:40 +01:00
Michael Raskin
4d5f33deff
Merge pull request #23376 from bcdarwin/ants
...
ANTs: init at 2.1.0 (0gyys1lf) and update ITK accordingly
2017-03-18 18:42:24 +01:00
Michael Raskin
452cc25e5b
Merge pull request #23311 from cheecheeo/zstdmt
...
zstdmt: init at 0.3
2017-03-18 18:40:22 +01:00
Michael Raskin
f2bba743fb
Merge pull request #23283 from alibabzo/init/proselint
...
proselint: init at 0.8.0
2017-03-18 18:29:20 +01:00
Michael Raskin
3a919cf7da
Merge pull request #23242 from lsix/add_python_libais
...
pythonPackages.libais: init at 0.16
2017-03-18 17:58:50 +01:00
Michael Raskin
e096d7c853
Merge pull request #23229 from juliendehos/gede
...
gede: init at 2.0.3
2017-03-18 17:57:28 +01:00
Michael Raskin
4047619e05
Merge pull request #21377 from non-Jedi/pythonPackages.livereload
...
pythonPackages.livereload: init at 2.5.0
2017-03-18 17:48:03 +01:00
Michael Raskin
24060a83e2
Merge pull request #21233 from rardiol/gcc-snapshot
...
gcc-snapshot: init at 7-20161211
2017-03-18 17:46:09 +01:00
Frederik Rietdijk
af3a535f8b
Merge pull request #24013 from DIzFer/update-powerline
...
update powerline 2.4 -> 2.5.2
2017-03-18 17:26:28 +01:00
Michael Raskin
a8e2597772
Merge pull request #23161 from AndersonTorres/freecell-solver
...
freecell-solver: 3.26.0 -> 4.8.0
2017-03-18 17:24:15 +01:00
Michael Raskin
309f10b00c
Merge pull request #23134 from ljli/earlyoom-init
...
earlyoom: init at 0.11
2017-03-18 17:22:57 +01:00
Michael Raskin
b89d66a198
Merge pull request #23062 from spacefrogg/ptask
...
ptask: init at 1.0.0
2017-03-18 17:21:13 +01:00
Michael Raskin
e8d7014dac
Merge pull request #22722 from patternspandemic/kodestudio
...
kodestudio: init at 17.1
2017-03-18 17:18:10 +01:00
David Izquierdo
8547fa1d56
update powerline 2.4 -> 2.5.2
2017-03-18 17:13:23 +01:00
Frederik Rietdijk
e67b979ab5
Merge remote-tracking branch 'upstream/master' into HEAD
2017-03-18 15:32:43 +01:00
Vincent Laporte
959064cfbe
ocamlPackages.ppx_deriving_yojson: init at 3.0
...
deriving Yojson is a ppx_deriving plugin that generates JSON serializers and
deserializers that use the Yojson library from an OCaml type definition.
Homepage: https://github.com/whitequark/ppx_deriving_yojson
2017-03-18 12:58:49 +00:00
Steven Taschuk
3edf455269
spambayes: Add bsddb build input
...
To reproduce the issue:
```
nix-build -E 'import <nixpkgs> {}' -A python27Packages.spambayes
result/bin/sb_filter.py </dev/null
```
Before this commit, this fails with
```
[...]
File "/nix/store/vlgr1wrxd2wiw5ay5ch54365dzqvcwgq-python2.7-spambayes-1.1b1/lib/python2.7/site-packages/spambayes/dbmstorage.py", line 20, in open_dbhash
return bsddb.hashopen(*args)
AttributeError: 'NoneType' object has no attribute 'hashopen'
```
After this commit, it doesn't.
2017-03-18 08:34:28 -04:00
Michael Raskin
5833da6ad5
wayv: init at 0.3
2017-03-18 12:41:09 +01:00
Michael Raskin
6e74e165cb
xannotate: init at 20150301
2017-03-18 12:41:09 +01:00
Michael Raskin
266fb8845a
xxdiff-tip: init at 4.0.1.20170111
...
Supports Qt5
2017-03-18 12:41:09 +01:00
Vladimír Čunát
742b120ddc
Merge branch 'master' into staging
...
Nontrivial rebuilds from master, again :-/
2017-03-18 11:00:31 +01:00
Joachim F
9a976c09ba
Merge pull request #23963 from dtzWill/feature/irkerd
...
irker: init at 2017-02-12
2017-03-18 00:35:32 +01:00
Michael Fellinger
6cc1200bd5
marathonctl: init at 2017-03-06
2017-03-17 23:10:27 +01:00
Michael Fellinger
acdcbf7b14
phraseapp-client: init at 1.4.3
2017-03-17 21:50:50 +01:00
Thomas Tuegel
354ea69ae4
fontconfig-penultimate: init at 0.2
...
Also provides a NixOS module.
2017-03-17 13:50:05 -05:00
Rodney Lorrimar
0a2ea18e85
pythonPackages.zeep: init at 1.1.0
...
Works with both Python 2.7 and 3.5.
Tests won't work under Python 3.5 due to the testtools dependency.
2017-03-17 18:40:00 +00:00
Emery Hemingway
fa65cc067b
xaster: init at release 208
2017-03-17 12:09:37 -05:00
Emery Hemingway
7196d16e3f
shapelib: init at 1.4.0
2017-03-17 12:09:37 -05:00
Pascal Bach
3728143cbc
prometheus-unifi-exporter: init at 0.4.0
2017-03-17 15:41:22 +01:00
Will Dietz
f9f15fff56
irker: init at 2017-02-12
2017-03-17 09:16:18 -05:00
Michael Raskin
b4fd04c395
pygame_sdl2: init at 6.99.10.1227
2017-03-17 14:14:38 +01:00
koral
f6c1133102
ack: 2.14 -> 2.16
2017-03-17 11:01:55 +01:00
Nick Novitski
a3620396fd
hostsblock: init at 20161213
2017-03-17 22:07:15 +13:00
Nick Novitski
1fb21ca25c
kwakd: init at 0.5
2017-03-17 22:07:15 +13:00
Peter Hoeg
c216a71215
terraform: use generic builder and add 0.9.0 ( #23979 )
2017-03-17 09:05:16 +00:00
Vincent Laporte
cc012b227f
ocamlPackages.functoria: init at 2.0.2
...
Functoria is a DSL to describe a set of modules and functors, their
types and how to apply them in order to produce a complete application.
Homepage: https://github.com/mirage/functoria
2017-03-17 02:39:15 +00:00
Florent Becker
bc26feb1d6
ocamlPackages.ocsigen_toolkit: init at 1.0
2017-03-17 02:09:53 +00:00
ndowens
7e902f5399
umockdev: init at 0.8.13
...
umockdev: all-packages cosmetic change
2017-03-16 18:05:13 -05:00
patternspandemic
bb728268b5
kodestudio: init at 17.1
2017-03-16 15:50:01 -07:00
Daiderd Jordan
00ed0f792e
Merge pull request #22897 from timor/couchdb-2.0.0
...
couchdb: add support for version 2.0.0
2017-03-16 22:03:32 +01:00
Jörg Thalheim
989c7c7812
Merge pull request #23823 from orivej/qmetro
...
qmetro: init at 0.7.1
2017-03-16 21:11:00 +01:00