Tuomas Tynkkynen
43f576ea19
mesa: Add meta.platforms
2016-08-28 18:04:09 +03:00
Domen Kožar
f976fa40a2
xfce: build all components
2016-08-28 16:51:20 +02:00
Domen Kožar
2daefaf457
release.nix: drop xorg whitelist to fix #11996
2016-08-28 16:46:46 +02:00
obadz
92d929c884
Merge branch 'master' into staging
2016-08-28 14:48:02 +01:00
Peter Hoeg
c08b9b039a
kindlegen: init at 2.9
...
Not tested on macOS/Windows
2016-08-28 21:25:07 +08:00
Graham Christensen
1a64734bc6
Merge pull request #18031 from ambrop72/kdevelop5.0
...
kdevelop: Init at 5.0
2016-08-28 08:58:21 -04:00
Ambroz Bizjak
529fbe05a3
kdevelop: Init at 5.0
...
Doesn't use Okteta yet.
2016-08-28 14:15:54 +02:00
obadz
57ddc155fc
Merge branch 'master' into staging
...
Conflicts:
pkgs/games/scummvm/default.nix
2016-08-28 12:20:59 +01:00
Gabriel Ebner
9abbd6adc1
pythonPackages.vobject: 0.9.2 -> 0.9.3
2016-08-28 10:33:19 +02:00
Kovacsics Robert
5e76bc9c9d
python-xlib: 0.15rc1 -> 0.17 ( #18044 )
2016-08-28 08:06:06 +00:00
Frederik Rietdijk
562027e6c2
pythonPackages.twisted: 16.2.0 -> 16.4.0
2016-08-28 08:45:39 +02:00
Graham Christensen
a29eb6bfe7
Merge pull request #18024 from cransom/blink1tool
...
blink1-tool: init at 1.98
2016-08-27 21:43:21 -04:00
obadz
3de6e5be50
Merge branch 'master' into staging
...
Conflicts:
pkgs/applications/misc/navit/default.nix
pkgs/applications/networking/mailreaders/alpine/default.nix
pkgs/applications/networking/mailreaders/realpine/default.nix
pkgs/development/compilers/ghc/head.nix
pkgs/development/libraries/openssl/default.nix
pkgs/games/liquidwar/default.nix
pkgs/games/spring/springlobby.nix
pkgs/os-specific/linux/kernel/perf.nix
pkgs/servers/sip/freeswitch/default.nix
pkgs/tools/archivers/cromfs/default.nix
pkgs/tools/graphics/plotutils/default.nix
2016-08-27 23:54:54 +01:00
Rok Garbas
1102352a79
Merge pull request #17906 from garbas/neovim-0.1.5-update
...
neovim: 0.1.4 -> 0.1.5 (and related dependencies)
2016-08-27 17:44:34 +02:00
Michael Raskin
2a210e3430
neural-style: init at 0.0pre2016.08.15
2016-08-27 15:41:58 +02:00
Michael Raskin
f3a86cf599
loadcaffe: init at 0.0pre2016.08.01
2016-08-27 15:41:58 +02:00
Michael Raskin
2e0c1c3758
torch: find libjpeg and libpng, use compatible openblas
2016-08-27 15:41:58 +02:00
Casey Ransom
59b32b92e0
blink1-tool: init at 1.98
...
The command line tool for the blink(1) notification light.
2016-08-26 19:36:14 -04:00
Mathieu Boespflug
5f8891153b
haskell.compiler.ghcHEAD: update to latest upstream (20160826).
2016-08-26 21:15:04 +02:00
Frederik Rietdijk
59f04899aa
Merge pull request #17972 from phanimahesh/deluge
...
python-pkgs:deluge: pin dependency libtorrent-rasterbar to 1.0.9
2016-08-26 20:30:06 +02:00
Robert Helgesson
3e89ff44b3
perl-Data-Validate-Domain: 0.12 -> 0.14
2016-08-26 19:32:16 +02:00
Robert Helgesson
59dc4917f0
perl-Font-TTF: 1.05 -> 1.06
2016-08-26 19:32:16 +02:00
Robert Helgesson
223d235a71
perl-Redis: 1.982 -> 1.991
2016-08-26 19:32:16 +02:00
Joachim F
c30792ed43
Merge pull request #17947 from RamKromberg/init/rc
...
rc: init at 1.7.4
2016-08-26 18:34:32 +02:00
Robin Gloster
fee9b3410e
Merge pull request #18014 from zimbatm/buildGoPackage-1.7
...
Build go package 1.7
2016-08-26 15:41:08 +00:00
Ram Kromberg
4c72c81e08
rc: init at 1.7.4
2016-08-26 16:24:43 +03:00
Joachim F
0cbba7c673
Merge pull request #17941 from romildo/upd.efl
...
efl: 1.17.2 -> 1.18.0
2016-08-26 15:04:29 +02:00
Michael Raskin
6b527ec517
liquidwar5: init at 5.6.4
2016-08-26 13:40:55 +02:00
zimbatm
4329958cf5
buildGoPackage: build with go 1.7
2016-08-26 11:49:59 +01:00
Shea Levy
c32ab50e0f
Merge branch 'cpu-cgroup-v2'
2016-08-26 06:07:16 -04:00
Robin Gloster
b6dabe3df0
openssl_1_1_0: init at 1.1.0
2016-08-26 07:39:18 +00:00
Michael Stone
b9a4da47c0
go: fix on darwin, make go-1.7 build with clang-3.8. ( #18001 )
...
The darwin stdenv currently provides clang-3.7; however,
a) go-1.7 currently expects a compiler that supports "-fdebug-prefix-map"
arguments (which clang-3.8 supports but clang-3.7 does not) and
b) even with clang-3.8, go-1.7 misinterprets the result of its runtime probes
for support for the "-no-pie" flag, thereby failing to build runtime/cgo.
This patch resolves (a) by building go-1.7 with clang-3.8 and resolves (b) by
teaching go how to correctly probe "-no-pie" error messages from clang.
2016-08-26 07:36:06 +00:00
Bjørn Forsman
7e52ba4537
foomatic-filters: align attrname with pkgname
2016-08-26 08:45:16 +02:00
Nikolay Amiantov
211adbeb38
zathura: cleanup and hide zathuraCollection
...
Fixes #17787 .
2016-08-26 03:45:58 +03:00
Graham Christensen
8d10928ad0
Merge pull request #17908 from Mic92/ferm
...
Ferm
2016-08-25 20:38:02 -04:00
Moritz Ulrich
78305bc5a1
Merge pull request #17944 from steveeJ/racerd-bump
...
rust: bump registry and racerd
2016-08-26 00:03:34 +02:00
Jörg Thalheim
7b354ce8cc
ferm: init at 2.3
2016-08-25 21:37:19 +02:00
Shea Levy
2b1fa9da8b
Add initial patches for CPU Controller on Control Group v2
2016-08-25 13:01:40 -04:00
Lancelot SIX
d378f5fe11
Merge pull request #17938 from kevinmarsh/master
...
pythonPackages.django: 1.9.5 -> 1.9.9 and 1.8.12 -> 1.8.14
2016-08-25 18:08:37 +02:00
Bjørn Forsman
56f1ceecab
cups-filters: align attrname with pkgname
2016-08-25 17:47:34 +02:00
Kevin Marsh
c9b29d4e5f
pythonPackages.django_1_9: 1.9.5 -> 1.9.9
2016-08-25 15:15:51 +01:00
Kevin Marsh
dfb7d6c223
pythonPackages.django_1_8: 1.8.12 -> 1.8.14
2016-08-25 15:13:09 +01:00
Frederik Rietdijk
b71d71c576
Merge pull request #17963 from lancelotsix/update_django_raster_0_3
...
django_raster: 0.2 -> 0.3
2016-08-25 15:52:35 +02:00
Lancelot SIX
6e9d8efbd1
pythonPackages.django_raster: 0.2 -> 0.3
2016-08-25 15:18:23 +02:00
Lancelot SIX
37ad0f8e6a
pythonPackages.django: always build with the GIS componnents
...
There is no reason for django derivation to contain invalid GIS
extensions. This makes sure that the gis componnents (which are always
installed) can function properly.
2016-08-25 15:18:05 +02:00
Lancelot SIX
674aa05abc
pythonPackages.gdal: aliases pkgs.gdal
...
`pkgs.gdal` ships python2 bindings. This allows to have a gdal package
for each python package set with the appropriate bindings installed.
2016-08-25 15:17:49 +02:00
Graham Christensen
6bfe459355
Merge pull request #17983 from ericsagnes/pkg/groonga
...
groonga: init at 6.0.7
2016-08-25 08:02:08 -04:00
Frederik Rietdijk
5b3331ed2c
pythonPackages.nxt-python: use upstream name
2016-08-25 12:38:36 +02:00
Frederik Rietdijk
24cd814dd8
Merge pull request #17875 from leenaars/nxt-python
...
Nxt-python: init at unstable-20160819 plus dependencies
2016-08-25 12:36:50 +02:00
Bjørn Forsman
d6dd2ab324
qmmp: 0.9.9 -> 1.1.2
...
This update makes the switch from Qt 4 to Qt 5.
2016-08-25 11:54:49 +02:00
Eric Sagnes
5b8e4e2260
groonga: init at 6.0.7
2016-08-25 17:45:50 +09:00
Eric Sagnes
9dc5952bfa
kytea: init at 0.4.7
2016-08-25 17:36:33 +09:00
Robin Gloster
07b8f53612
php55: remove unmaintained version
...
Does not receive security updates from upstream
2016-08-25 00:00:48 +00:00
Robin Gloster
cbb055c1d9
gcc46: remove unused package
2016-08-24 23:23:46 +00:00
Thomas Tuegel
df8dd670b5
keybase: replace obsolete client
...
Fixes #17755 .
As noted in the issue tracker, we have been carrying two versions of the
keybase client: the old node.js client and the new Go client. The old
client is unusable, but takes up the valuable `keybase` name. This
revision removes the old client entirely and replaces it with the new one.
2016-08-24 17:21:36 -05:00
Jaka Hudoklin
bb21c377e7
Merge pull request #17651 from leenaars/argus
...
Argus + Argus-clients: init at 3.0.8.2
2016-08-24 23:48:20 +02:00
Jaka Hudoklin
dcebe6f8cc
Merge pull request #17712 from mbrock/unclutter-xfixes
...
unclutter-xfixes: init at 1.2
2016-08-24 23:46:08 +02:00
Jaka Hudoklin
b0b02c848d
Merge pull request #17668 from steveeJ/manuskript
...
manuskript: init at 0.3.0
2016-08-24 23:44:08 +02:00
Jaka Hudoklin
6e9c9b25c7
Merge pull request #17890 from schneefux/pflogsumm
...
pflogsumm: init at 1.1.3
2016-08-24 23:37:54 +02:00
Jaka Hudoklin
052a913bcd
Merge pull request #17951 from juliendehos/cppcms
...
cppcms: init at 1.0.5
2016-08-24 23:35:54 +02:00
Jaka Hudoklin
d919184fad
Merge pull request #17953 from juliendehos/cppdb
...
cppdb: init at 0.3.1
2016-08-24 23:35:24 +02:00
Robin Gloster
423e67b299
automake110x: remove unused package
2016-08-24 21:07:59 +00:00
J Phani Mahesh
f26edb5257
python-pkgs:deluge: pin dependency libtorrent-rasterbar to 1.0.9
...
See https://github.com/NixOS/nixpkgs/issues/17924 for context
2016-08-25 00:00:26 +05:30
Lancelot SIX
3614e950e4
pythonPackages.pyparsing: 2.1.4 -> 2.1.8
2016-08-24 17:47:15 +02:00
Shea Levy
8b9b9fad31
Revert "Revert "Merge branch 'modprobe-fix' of git://github.com/abbradar/nixpkgs""
...
Revert a revert of a merge that shouldn't have been in master but was intentionally in staging.
Next time I'll do this right after the revert instead of so far down the line...
This reverts commit 9adad8612b
.
2016-08-24 07:35:30 -04:00
obadz
78b7529ee3
Merge branch 'master' into staging
2016-08-24 11:57:44 +01:00
zimbatm
4d4980d9f8
Merge pull request #17805 from avnik/update/golang-1.7
...
go: add 1.7 compiler
2016-08-24 11:28:25 +01:00
Daniel Peebles
3f337a2b23
Merge pull request #17685 from matthewbauer/darwin-misc2
...
Darwin misc. fixes
2016-08-24 11:52:27 +02:00
Julien Dehos
c35ce47143
cppdb: init at 0.3.1
2016-08-24 10:47:56 +02:00
Mikael Brockman
ffb3f0396c
unclutter-xfixes: init at 1.2
2016-08-24 11:24:00 +03:00
Julien Dehos
eac69059fc
cppcms: init at 1.0.5
2016-08-24 09:36:17 +02:00
Michiel Leenaars
378c7a26af
argus-clients: init at 3.0.8.2
2016-08-24 00:13:38 +02:00
Stefan Junker
4f812be509
manuskript: init at 0.3.0
2016-08-23 21:29:07 +02:00
Stefan Junker
c963b9e47f
rust registry: 2016-08-10 -> 2016-08-23
2016-08-23 21:25:27 +02:00
obadz
8da8aa7ddb
Merge branch 'hardened-stdenv' into staging
2016-08-23 18:50:10 +01:00
obadz
0e8d2725dc
Merge branch 'master' into staging
2016-08-23 18:50:06 +01:00
Robin Gloster
7413278f9b
Revert "Remove lsh, broken & unmaintained"
...
This reverts commit 73f4c2bdf8
.
2016-08-23 15:32:41 +00:00
Robin Gloster
3a18f06eab
Revert "lsh: remove last references"
...
This reverts commit 8329066d5e
.
2016-08-23 15:31:33 +00:00
José Romildo Malaquias
b3974f9914
python-efl: 1.17.0 -> 1.18.0
2016-08-23 11:50:44 -03:00
Joachim F
56bfc0240e
Merge pull request #17766 from NeQuissimus/gradle30
...
gradle: 2.14.1 -> 3.0, keep 2.14.1
2016-08-23 16:22:05 +02:00
Lluís Batlle i Rossell
9ef3a51379
Adding vlc plugin for firefox.
...
I really wanted it to substitute the html5 player, or at least the direct
player for mp4/webm files in firefox, but I couldn't make it work. The
formats recognized by the firefox internal player were used in all cases. The
plugin worked for formats unknown by firefox.
https://support.mozilla.org/ca/questions/1089501
Nevertheless, as I wrote the nix recipe, I commit it. It may be of interest to
someone else.
2016-08-23 10:16:37 +02:00
Tuomas Tynkkynen
6d68178693
treewide: Make explicit that 'dev' output of imagemagick is used
2016-08-23 03:52:06 +03:00
Michiel Leenaars
4d2ef926b5
argus: init at 3.0.8.2
2016-08-22 22:17:14 +02:00
Bjørn Forsman
abc43b0545
cifs-utils: align attrname with pkgname
...
Keep backwards compat alias.
2016-08-22 17:20:28 +02:00
Eelco Dolstra
5db200e839
jre: Set valid value for meta.outputsToInstall
...
Fixes #17866 .
2016-08-22 17:04:22 +02:00
Rok Garbas
a241639bcf
pythonPackages.trollius: skip one test from tests/test_subprocess.py (only on darwin)
2016-08-22 13:18:49 +02:00
Nikolay Amiantov
7bf7f19765
SDL2: cleanup and add patch to discover extensions
2016-08-22 06:30:01 +03:00
Nikolay Amiantov
b47327ebd5
SDL: cleanup and add patch to discover extensions
2016-08-22 06:30:00 +03:00
Nikolay Amiantov
18d7366418
openal: fix alias
2016-08-22 04:14:49 +03:00
obadz
24a9183f90
Merge branch 'hardened-stdenv' into staging
...
Closes #12895
Amazing work by @globin & @fpletz getting hardened compiler flags by
enabled default on the whole package set
2016-08-22 01:19:35 +01:00
obadz
ba50fd7170
Merge branch 'master' into staging
2016-08-22 01:18:11 +01:00
Bjørn Forsman
ae567cda11
owncloud-client: align attrname with pkgname
...
Also, it seems the official binary distributions of the owncloud client
for the various Linux distros all use the dashed name [1]. Add backwards
compat alias for the old name.
[1] https://owncloud.org/install/#install-clients
2016-08-21 21:55:33 +02:00
Domen Kožar
76dca3d0e0
Merge pull request #17837 from MostAwesomeDude/fossil
...
build-support: Add fetchfossil function.
2016-08-21 21:47:00 +02:00
Luca Bruno
4916c11ec2
Merge pull request #17898 from RamKromberg/fix/vala_namespace
...
remove vala namespace
2016-08-21 20:31:44 +01:00
schneefux
509f24f240
pflogsumm: init at 1.1.3
2016-08-21 21:18:28 +02:00
Joachim F
b374239e20
Merge pull request #17874 from acowley/with
...
with: init at 0.0.1
2016-08-21 20:57:08 +02:00
Alexander V. Nikolaev
800775e221
go: add 1.7 compiler
2016-08-21 21:20:07 +03:00
Ram Kromberg
cfe27ddf90
vala: remove default vala namespace
2016-08-21 20:21:53 +03:00
Ram Kromberg
98b087e413
font-manager: vala -> vala_0_32
2016-08-21 20:02:06 +03:00
Ram Kromberg
49bd29ae57
vanubi: vala -> vala_0_26
2016-08-21 20:02:05 +03:00