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
gnidorah
136ad2a056
mytetra: init at 1.42.2
2017-03-18 13:53:42 +03: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
Antoine Eiche
f28fe4cfae
pythonPackages.pycassa: init at 1.11.2
...
fixes #23920
2017-03-16 19:23:39 +01:00
Jörg Thalheim
8e6247844b
Merge pull request #23911 from Mic92/taskjuggler
...
taskjuggler: remove 2.x series
2017-03-16 18:24:39 +01:00
Dan Peebles
504b596e55
pythonPackages.pathspec_0_5: init
...
The pre-release version of pants needs it. I'll kill the duplicated copy
once the new version of pants is final.
2017-03-16 11:01:14 -04:00
Frederik Rietdijk
645c2189d1
pythonPackages.pytest-django: unpin setuptools_scm
...
- unpin setuptools_scm
- move to file in folder following guidelines
- use PyPI/upstream name
2017-03-16 12:40:43 +01:00
Peter Hoeg
aca073eb3a
pytest-catchlog: init at 1.2.2
2017-03-16 18:19:57 +08:00
Vincent Laporte
49c18cc75d
ocamlPackages.bos: init at 0.1.4
...
Bos provides support for basic and robust interaction
with the operating system in OCaml.
Homepage: http://erratique.ch/software/bos
2017-03-16 07:11:33 +00:00
Dan Peebles
e3abe9c6fa
pythonPackages.pants13-pre: init
2017-03-15 22:22:02 -04:00
Jörg Thalheim
26045faaaf
cligh: init at 0.3
...
fixes #23914
2017-03-16 01:00:21 +01:00
Jörg Thalheim
09cfbc8cc3
PyGithub: init at 1.32
2017-03-16 00:59:56 +01:00
Jörg Thalheim
00addcb95e
pythonPackages.python-jose: init at 1.3.2
2017-03-16 00:59:56 +01:00
Marius Bergmann
2a65628826
restic: init at 0.5.0
2017-03-15 23:45:42 +01:00
Christopher League
cfc7a1877a
clips: init at 6.30
...
CLIPS is a language for building expert systems.
2017-03-16 00:05:02 +02:00
Tuomas Tynkkynen
3c57a37c55
sbt_0_12_4: Fix eval
2017-03-15 23:44:25 +02:00
Vincent Laporte
eba3900781
ocamlPackages.rresult: init at 0.5.0
...
Rresult is an OCaml module for handling computation results and errors in an
explicit and declarative manner without resorting to exceptions.
Homepage: http://erratique.ch/software/rresult
2017-03-15 21:21:27 +00:00
Sergii Paryzhskyi
18a272ef75
sbt-0.12.4: add an older stable version ( #23933 )
2017-03-15 21:17:23 +00:00
Daiderd Jordan
c8ddac7c76
Merge pull request #23864 from mimadrid/update/ripgrep-0.5.0
...
ripgrep: 0.4.0 -> 0.5.0
2017-03-15 21:42:23 +01:00
Vladimír Čunát
e99bc64552
Merge branch 'master' into staging
...
More larger rebuilds from master, unfortunately.
2017-03-15 19:09:56 +01:00
Tom Hunger
5a9e14ee16
altair: 1.0.0 -> 1.2.0
...
Also disabling tests because the test runner picks up too much and
then fails.
2017-03-15 18:09:29 +00:00
Leon Isenberg
6505c6e3df
keepass-keeagent: init at 0.8.1
...
[Bjørn: change fetchurl indent 4 -> 2 spaces.]
2017-03-15 17:55:57 +01:00
Pascal Bach
a8cca7037e
prometheus-fritzbox-exporter: init at 1.0
2017-03-15 17:22:36 +01:00
Daniel Peebles
38a03817b0
Merge pull request #22571 from LnL7/darwin-frameworks-hook
...
add setup-hook to fix darwin frameworks
2017-03-15 11:33:23 -04:00
Daniel Peebles
d78f3de21b
Merge pull request #23907 from copumpkin/update-frameworks
...
Update macOS frameworks from 10.9 to 10.10
2017-03-15 11:22:55 -04:00
Maksim Bronsky
97f26ee39a
initial release: vulnix
2017-03-15 15:09:19 +01:00
Tom Hunger
90223a9bbd
vega: add pytest as a build-input.
...
It's unclear how this worked before but it clearly did because we
have vega running in production.
2017-03-15 12:28:18 +00:00
Tom Hunger
b0115c2fac
Logbook: 0.11.3 -> 1.0.0
2017-03-15 12:28:18 +00:00
Jörg Thalheim
61f20c94ca
taskjuggler: remove 2.x series
...
The version was released 8 years ago and does not build anymore
2017-03-15 10:32:55 +01:00
Will Dietz
c766960150
lit: init at 0.5
2017-03-15 09:02:45 +01:00
Dan Peebles
dc61ff31a7
xhyve: update and fix to use our Hypervisor framework
...
(this is a cherry-picked version of f3b65f67d9
,
which got reverted because it depended on my 10.11 frameworks, which were
flawed)
2017-03-14 22:38:35 -04:00
Marius Bergmann
ee69ee419b
liquid-dsp: init at 20170307
...
liquid-dsp is a dependency for the latest git version of inspectrum, therefore I
added it in order to be able to upgrade inspectrum.
2017-03-14 23:42:18 +01:00
Philipp Hausmann
7235dab8ef
Add some more perl packages.
2017-03-14 22:54:52 +01:00
Shea Levy
5fa84fb1a8
terra{form,grunt}: Add some needed old versions
2017-03-14 16:31:08 -04:00
Philipp Hausmann
9bfd273aa4
Add perl packages (EV, CanaryStability, JSONXSVersionOneAndTwo)
2017-03-14 21:20:13 +01:00
Philipp Hausmann
de5465d813
WIP
2017-03-14 20:16:11 +01:00
Philipp Hausmann
ffa3dbeee1
init slimserver
2017-03-14 20:16:11 +01:00
Philipp Hausmann
718f3ba198
Init Perl ImageScale
2017-03-14 20:16:11 +01:00
Philipp Hausmann
22d9f53ee2
Init Perl AduioScan
2017-03-14 20:16:11 +01:00
Frederik Rietdijk
a79c653d5d
Merge pull request #23885 from FRidh/jupyter
...
Jupyter
2017-03-14 17:32:27 +01:00
Frederik Rietdijk
4a615d90af
pythonPackages.pywatchman: disable python 3.x and disable tests
2017-03-14 17:09:20 +01:00
Frederik Rietdijk
6a6d48be4e
pythonPackages.dateparser: mark as broken
2017-03-14 17:07:09 +01:00
Frederik Rietdijk
fd68cd4ed7
pythonPackages.pygal: 2.0.10 -> 2.3.1
2017-03-14 16:57:00 +01:00
Herwig Hochleitner
b27dfdbe66
pythonPackages.parsedatetime: 2.1 -> 2.3
2017-03-14 16:46:23 +01:00
Frederik Rietdijk
d7378da028
pythonPackages.configparser: fix with namespace packages
2017-03-14 16:43:46 +01:00
Frederik Rietdijk
4bfa709562
pythonPackages.pytest-virtualenv: 1.1.0 -> 1.2.7
2017-03-14 16:41:07 +01:00
Frederik Rietdijk
c9d9f072e5
pythonPackages.pytest-shutil: 1.1.1 -> 1.2.8
2017-03-14 16:40:52 +01:00
Bart Brouns
5b7b1f7aa4
alot: 0.5 -> 0.5.1
2017-03-14 16:12:35 +01:00
Bas van Dijk
308c09d41f
wordpress: security upgrade: 4.7.2 -> 4.7.3 & other improvements ( #23837 )
...
* Moved the wordpress sources derivation to the attribute pkgs.wordpress. This
makes it easier to override.
* Also introduce the `package` option for the wordpress virtual host config which
defaults to pkgs.wordpress.
* Also fixed the test in nixos/tests/wordpress.nix.
2017-03-14 16:11:51 +01:00
Frederik Rietdijk
fc55e80ee7
pythonPackages.ipython_genutils: 0.1.0 -> 0.2.0
2017-03-14 15:41:10 +01:00
Robin Gloster
770794cbfe
urt: remove
2017-03-14 14:41:28 +01:00
Frederik Rietdijk
33fa4ce2be
Merge pull request #23701 from lsix/update_django-raster
...
pythonPackages.django-raster: 0.3 -> 0.3.1
2017-03-14 13:42:14 +01:00
Frederik Rietdijk
88a3861c7b
pythonPackages.pyzmq: 15.2.0 -> 16.0.2
2017-03-14 13:29:02 +01:00
Frederik Rietdijk
db512addef
pythonPackages.prompt_toolkit: 1.0.9 -> 1.0.13
2017-03-14 13:29:02 +01:00
Frederik Rietdijk
c7268fa2a9
pythonPackages.pickleshare: 0.5 -> 0.7.4
2017-03-14 13:29:01 +01:00
Frederik Rietdijk
47f77d6104
pythonPackages.pathpy: 8.1.2 -> 10.1
2017-03-14 13:29:01 +01:00
Frederik Rietdijk
bd0a0c7908
pythonPackages.pathlib2: 2.1.0 -> 2.2.1
2017-03-14 13:29:01 +01:00
Frederik Rietdijk
0c11ce6541
pythonPackages.notebook: 4.3.2 -> 4.4.1
2017-03-14 13:29:01 +01:00
Frederik Rietdijk
044014826b
pythonPackages.nbformat: 4.2.0 -> 4.3.0
2017-03-14 13:29:00 +01:00
Frederik Rietdijk
fbb30ee46f
pythonPackages.jupyter_core: 4.2.1 -> 4.3.0
2017-03-14 13:29:00 +01:00
Frederik Rietdijk
2a1cceac16
pythonPackages.jupyter_client: 4.4.0 -> 5.0.0
2017-03-14 13:28:56 +01:00
Frederik Rietdijk
065383cde8
pythonPackages.ipython: 5.2.1 -> 5.3.0
2017-03-14 13:24:21 +01:00
Nikolay Amiantov
648db95651
python.pkgs.bleach: 1.5.0 -> 2.0.0
...
Fixes #23854 .
2017-03-14 12:29:38 +03:00
Peter Hoeg
f09a73896b
crudini: init at 0.9
2017-03-14 17:22:56 +08:00
Vincent Laporte
8498f979a1
ocaml-top: 1.1.2 -> 1.1.3
2017-03-14 07:57:59 +00:00
Volth
d4294265fd
virt-viewer: 2.0 -> 5.0
2017-03-14 04:54:11 +00:00
Peter Hoeg
80750f459c
Merge pull request #17303 from peterhoeg/iio
...
iio-sensor-proxy: init at 2.2 and nixos module
2017-03-14 11:16:09 +08:00
Vladimír Čunát
bfed19cfaa
Merge #23860 : llvmPackages_4: rc4 -> release
2017-03-14 00:02:53 +01:00
Vladimír Čunát
57463868db
top-level llvm-4 attrs: drop lowPrio
...
Now the packages are properly released.
2017-03-14 00:01:04 +01:00
Tuomas Tynkkynen
aba0b45b86
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
2017-03-14 00:49:22 +02:00
mimadrid
68a1dc6304
rustRegistry: 2017-02-19 -> 2017-03-13
2017-03-13 22:47:10 +01:00
Jörg Thalheim
065c05e849
Merge pull request #23801 from zimbatm/pip-tools
...
Pip tools
2017-03-13 22:32:07 +01:00
zimbatm
a3c03eb11f
pip-tools: init at 1.8.1rc3
2017-03-13 22:21:57 +01:00
Vincent Laporte
88d7718a64
mkvtoolnix-cli: fix build on darwin
2017-03-13 21:20:26 +00:00
zimbatm
5e701625de
pythonPackages.first: init at 2.0.1
2017-03-13 22:08:45 +01:00
Vincent Laporte
369230cc76
ocamlPackages.cpuid: init at 0.1.0
...
cpuid allows detection of CPU features from OCaml.
Homepage: https://github.com/pqwy/cpuid
2017-03-13 20:58:51 +00:00
Vincent Laporte
b2b8a412fb
ocaml-llvm: 3.7.1 -> 3.9.1
2017-03-13 19:14:11 +01:00
Frederik Rietdijk
8aee2b5c4f
pythonPackages.traitlets: 4.3.1 -> 4.3.2
2017-03-13 16:37:25 +01:00
Frederik Rietdijk
891a051df1
ipython_genutils: fix for python 3.3 and 3.4
2017-03-13 16:37:24 +01:00
Domen Kožar
9ab1d08bb0
Add sphinxcontrib-openapi at 0.3.0
2017-03-13 13:25:03 +01:00