Commit Graph

81128 Commits

Author SHA1 Message Date
Bjørn Forsman
b48dafee8d shotcut: 16.08 -> 16.10 2016-10-08 18:25:43 +02:00
Benno Fünfstück
de79db8c99 capstone: use Makefile build (for pkg-config files)
The cmake based build system did not install the pkg-config files for
capstone, which made builds depending on capstone harder to write as
they cannot automatically find the location of the capstone library.
2016-10-08 18:00:52 +02:00
Aneesh Agrawal
f0602d2d36 kernel: Make SECURITY_YAMA optional
It's highly recommended, but not required to run NixOS.
2016-10-08 17:46:33 +02:00
Aneesh Agrawal
a000ed181c linux config: enable the Yama LSM (#14392)
The Yama Linux Security Module restricts the use of ptrace so that
processes cannot ptrace processes that are not their children. This
prevents attackers from compromising one user-level processes and
snooping on the memory and runtime state of other processes owned
by the same user.
2016-10-08 16:40:12 +02:00
Oliver Dunkl
e67e18a52b pythonPackages.mps-youtube 0.2.6 -> 0.2.7.1 (#18657)
pythonPackages.mps-youtube 0.2.6 -> 0.2.7.1
2016-10-08 16:07:39 +02:00
Joachim F
ccd915ca27 Merge pull request #19358 from romildo/lxqt
lximage-qt: init at 0.5.0
2016-10-08 16:03:35 +02:00
Franz Pletz
fa405aa264 bind: split out dnsutils & host binaries (#18903)
These tools are commonly used but don't require the other bind binaries.
Bind's libs are used, so they've also been split into an extra output.

The old version of host isn't maintained anymore and was removed From Debian
back in 2009: https://packages.qa.debian.org/h/host.html
2016-10-08 16:01:15 +02:00
José Romildo Malaquias
2763d4d4c7 input-fonts: init at 2016-10-06 (#19080) 2016-10-08 16:00:08 +02:00
romildo
22b86a8753 lximage-qt: init at 0.5.0 2016-10-08 10:37:10 -03:00
Graham Christensen
034ba88850 Merge pull request #19267 from vbgl/proofgeneral-4.4
ProofGeneral: 4.2 -> 4.4
2016-10-08 09:00:11 -04:00
Graham Christensen
a72dd11b3e Merge pull request #19341 from grahamc/sudolikeaboss
sudolikeaboss: init at 0.2.1
2016-10-08 08:52:02 -04:00
Nicolas Pouillard
38074ec9df electrum,electrum-dash: protobuf -> protobuf3_0 2016-10-08 14:15:35 +02:00
Nicolas Pouillard
8643f9c2a0 pythonPackages.trezor_agent: 0.6.5 -> 0.7.0 2016-10-08 14:15:35 +02:00
Nicolas Pouillard
37f9d30107 pythonPackages.keepkey: 0.7.0 -> 0.7.3 2016-10-08 14:15:35 +02:00
Nicolas Pouillard
ded452aaa4 pythonPackages.trezor: 0.6.11 -> 0.7.4 2016-10-08 14:15:35 +02:00
Nicolas Pouillard
45da3d6459 pythonPackages.hidapi: 0.7.99.post12 -> 0.7.99.post15 2016-10-08 14:15:35 +02:00
Profpatsch
bc8733aae6 geteltorito: switch to upstream dist (#19226)
Upstream has now a versioned release, so we switch over from the github
mirror.
2016-10-08 13:52:22 +02:00
Peter Hoeg
56c9c71f13 f2fs-tools: 1.6.1 -> 1.7.0 (#19352) 2016-10-08 13:44:58 +02:00
Nikolay Amiantov
f561eb158e jre8_headless: use plain jre8 on Darwin 2016-10-08 12:28:54 +03:00
Peter Simons
b59b89d9e3 Revert "Extend Haskell generic builder to use new --ipid flag."
This reverts commit ec8b816154. The change told
the Cabal build system to use the hash-part of $out as the internal identifier
for the library it's building (rather than generating such an ID itself). While
a good idea in theory, this choice had an unfortunate side-effect: When Cabal
links libraries X, Y, and Z into an executable, then the generated binary
contains their respective IDs. Now, Nix finds those strings and treats them as
an indication that there is a *run-time dependency* on the corresponding store
paths. This means that the generated executable will always depend on the store
paths of all the Haskell libraries that went into it, even when linked
statically.
2016-10-08 10:45:48 +02:00
Damien Cassou
225cc1c106
vdirsyncer: 0.11.3 -> 0.13.1
vdirsyncer > 0.13.0 does not support python 2 anymore.
https://github.com/pimutils/vdirsyncer/blob/master/CHANGELOG.rst#version-0130
2016-10-08 09:15:11 +02:00
Alexander Ried
0d47c06b4a libqmi: 1.12.6 -> 1.16.0 (#19305) 2016-10-08 07:15:38 +02:00
Alexander Ried
70a4644659 libmbim: 1.12.2 -> 1.14.0 (#19304) 2016-10-08 07:15:11 +02:00
Chris Darnell
4358c1660e xtitle: 0.2 -> 0.3 (#19351) 2016-10-08 07:11:41 +02:00
Tim Steinbach
a699eb4798 linux: 4.4.23 -> 4.4.24 (#19346) 2016-10-08 07:02:07 +02:00
Tim Steinbach
9481edec56 linux: 4.7.6 -> 4.7.7 (#19345) 2016-10-08 07:01:51 +02:00
Tim Steinbach
07e67b33af linux: 4.8.0 -> 4.8.1 (#19344) 2016-10-08 07:01:27 +02:00
Graham Christensen
969cffca97
sudolikeaboss: init at 0.2.1 2016-10-07 22:19:33 -04:00
Tim Steinbach
02d7fbb678 Merge pull request #19342 from grahamc/oh-my-zsh
oh-my-zsh: Fix oh-my-zsh's loading of ~/.oh-my-zsh
2016-10-08 00:17:12 +00:00
Nikolay Amiantov
bc0970f1e3 zsnes: use more debian patches
Fixes #19343
2016-10-08 01:40:22 +03:00
Graham Christensen
1dcfa0df6a Merge pull request #19336 from DamienCassou/umlet-14.2
umlet: 13.3 -> 14.2
2016-10-07 17:51:26 -04:00
Graham Christensen
b0a58712cb Merge pull request #19337 from nathan7/master
unifi: 5.0.6 -> 5.2.9
2016-10-07 17:39:53 -04:00
Marco Maggesi
435673b948 Revert "Revert "linux*: remove 3.14, as it's no longer maintained""
In the end, it is too dangerous to have an unmaintained kernel in
nixpkgs.  Revert the revert.

This reverts commit e921725176.
2016-10-07 23:26:32 +02:00
Graham Christensen
822d484b68 oh-my-zsh: Fix oh-my-zsh's loading of ~/.oh-my-zsh 2016-10-07 17:18:17 -04:00
Frederik Rietdijk
edebd5150e pythonPackages.pip: set priority, fixes collision #19327 2016-10-07 23:13:17 +02:00
Nathan Zadoks
f91f098650 unifi: 5.0.6 -> 5.2.9 2016-10-07 16:03:20 -04:00
Daiderd Jordan
5d69399184 Merge pull request #19285 from acowley/pcl-darwin-opengl
pcl: fix problem finding OpenGL on darwin
2016-10-07 21:41:39 +02:00
Damien Cassou
79f6563000
umlet: 13.3 -> 14.2 2016-10-07 20:59:56 +02:00
Peter Simons
2eeab5e3b2 anki: update to version 2.0.36 2016-10-07 19:10:40 +02:00
Jörg Thalheim
b061b12adc Merge pull request #19325 from primeos/lf
lf: init at 2016-10-02
2016-10-07 17:37:48 +02:00
Damien Cassou
0e69fb2f19 Merge pull request #18985 from dudebout/emacs-with-c-src
emacs: add an option to install the C source
2016-10-07 17:23:19 +02:00
Shea Levy
eca0f17ad2 nix-buffer support improvements.
Use inherit-local, add per-package elisp hooks.
2016-10-07 10:31:37 -04:00
Jascha Geerds
7ca139c4b7 idea.pycharm-{community,professional}: 2016.2.2 -> 2016.2.3 2016-10-07 16:09:16 +02:00
Jörg Thalheim
995b64f9dd Merge pull request #19326 from cko/influxdb_1.0.2
influxdb: 1.0.0-beta3 -> 1.0.2
2016-10-07 15:42:07 +02:00
Marco Maggesi
e921725176 Revert "linux*: remove 3.14, as it's no longer maintained"
This is the simplest way to reenable the use of BLCR
(which at present requires linux version >3.12 <3.18)
until we find a better solution.

This reverts commit 6a9e765e27.
2016-10-07 14:31:24 +02:00
Christine Koppelt
e7d4a64eaa influxdb: 1.0.0-beta3 -> 1.0.2 2016-10-07 14:15:27 +02:00
Andrey Trachenko
67e732d8f8
simavr: init at 1.3
Closes https://github.com/NixOS/nixpkgs/pull/15961
2016-10-07 14:11:22 +02:00
Michael Weiss
8d17e63465 lf: init at 2016-10-02
Add the package "lf" (as in "list files") at version 2016-10-02
(nightly) under the category "tools/misc", add it to the top-level
package collection and set myself as the maintainer.

I have tested this package under NixOS and Gentoo+Nix.
2016-10-07 14:07:46 +02:00
Graham Christensen
902511069f Merge pull request #19233 from HappyEnte/ardour-happy
ardour: 4.7 -> 5.4
2016-10-07 08:04:50 -04:00
Joachim F
030a298406 Merge pull request #19212 from romildo/new.lxqt
lxqt: init at 0.11
2016-10-07 14:00:54 +02:00