Commit Graph

56489 Commits

Author SHA1 Message Date
Brandon Carrell
4f4fa58199 cassandra-1.2: Add package.
- Add myself to maintainers.
- Add package to all-packages.nix.
2015-07-14 19:35:16 -04:00
lethalman
1cd2148c8f Merge pull request #8818 from mstarzyk/fish-seq-fix
fish: Fixed "Could not autoload item 'seq'..."
2015-07-15 01:04:49 +02:00
lethalman
55ec4d6209 Merge pull request #8817 from spencerjanssen/gnome-terminal-gsettings
gnome-terminal: use GIO_EXTRA_MODULES in wrapper
2015-07-15 00:56:18 +02:00
Arseniy Seroka
f80a9d052f Merge pull request #8811 from ctheune/submit/syncthing-0.11.15
syncthing: 0.11.13 -> 0.11.15
2015-07-15 00:31:10 +03:00
Christian Theune
a932d14dd9 syncthing: 0.11.13 -> 0.11.15 2015-07-14 22:46:54 +02:00
Peter Simons
7f9cc5dc61 stellarium: build with qt5Full to fix run-time crashes
The build with the modularized qt expression succeeded, but the resulting binary
would crash immediately, complaining about the lack of a "qt.labs.shader" module.
This patch works around that issue.
2015-07-14 22:39:34 +02:00
Michael Alan Dorman
8b9c862ccd Don't try to build haddock for aeson-applicative. 2015-07-14 21:52:24 +02:00
Peter Simons
60accda79f hackage-packages.nix: update to 21cfa3410f with hackage2nix revision 83984e1765a544aca95833068c828b1c8456dba9 2015-07-14 21:52:18 +02:00
Leonardo Cecchi
3f2de3eb64 leo-editor: init at 5.1 2015-07-14 21:49:28 +02:00
Maciek Starzyk
ad4e17e94b fish: Fixed "Could not autoload item 'seq'..." 2015-07-14 21:44:25 +02:00
lethalman
0ba8f1b1da Merge pull request #8162 from rycee/package/Crypt-OpenSSL-AES
Add package for Perl module Crypt::OpenSSL::AES.
2015-07-14 15:00:22 +02:00
lethalman
6bf51d3a85 Merge pull request #8719 from lancelotsix/add_poezio
Add poezio
2015-07-14 14:56:55 +02:00
Arseniy Seroka
2fa88f65ea Merge pull request #8812 from k0ral/xurls
xurls: init at 0.6.0
2015-07-14 14:13:08 +03:00
Arseniy Seroka
7bfcfe4e61 Merge pull request #8805 from mstarzyk/obnam
obnam: 1.8 -> 1.12
2015-07-14 14:07:34 +03:00
Shea Levy
7e2082c16f Export info from build-maven 2015-07-14 05:58:54 -04:00
koral
562f760f20 xurls: init at 0.6.0 2015-07-14 08:27:29 +00:00
Spencer Janssen
2fb8194bfe gnome-terminal: use GIO_EXTRA_MODULES in wrapper
This fixes an issue where gnome-terminal uses the memory GSettings
backend and does not persist settings across sessions.
2015-07-14 03:11:54 -05:00
William A. Kennington III
52b78864a8 firmware-linux-nonfree: 2015-06-30 -> 2015-07-12 2015-07-13 23:53:13 -07:00
aszlig
45135c0256
linux-testing: Update to version 4.2.0-rc2.
Upstream diff of changes can be found at:

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/diff/?id=v4.2-rc2&id2=v4.2-rc1&dt=2

Not tested on my machine right now (well, it's "testing" after all), but
verified the SHA256 from two different connections.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-07-14 07:31:18 +02:00
lethalman
37e08681ee Merge pull request #8789 from jfb/notion
notion: improvement
2015-07-14 00:46:36 +02:00
Maciek Starzyk
d3284944a1 obnam: 1.8 -> 1.12 2015-07-13 23:44:56 +02:00
Matthias Beyer
7e3c95a0b8 sqlitebrowser: init at 3.7.0
[Bjørn: add name=... to fetchzip.]
2015-07-13 22:11:30 +02:00
William A. Kennington III
b2ae45bd77 btrfsProgs: Cleanup some old build changes
The change of optimization flags should be safe for all platforms as
the default for most applications is -O2. It is also unecessary to
forcefully link against libgcc_s as btrfsprogs no longer errors when
scrubbing without this linkage.
2015-07-13 12:34:06 -07:00
William A. Kennington III
fc7c18a992 mumble: 1.2.9 -> 1.2.10 2015-07-13 12:33:19 -07:00
Peter Simons
41f3ff68b5 python-packages.nix: strip more trailing whitespace 2015-07-13 21:18:08 +02:00
Peter Simons
daef191d8d python-packages.nix: strip trailing whitespace 2015-07-13 21:17:32 +02:00
aszlig
13e83251a0
virtualbox: Fix load of libpulse.so at runtime.
Within fractions* of a second, the beautifully crafted history and
branching mechanisms of SVN found out the exact revision which caused
this to be visible in version 5.x but not in version 4.x:

https://www.virtualbox.org/changeset?old_path=%2Fvbox%2Ftrunk&old=30933&new_path=%2Fvbox%2Ftrunk&new=30934

Also note the very short URL and the informative changeset message which
shows you exactly what was the issue, I think.

Be warned however, it may contain traces of history amnesia, revision
epilepsy and other related diseases.

As for the issue itself: This was very much broken in 4.x as well, but
it didn't show an error message in the UI. The PulseAudio library is
loaded at runtime and it's not able to do that unless it's in
LD_LIBRARY_PATH.

Now, we're doing the same as with the ALSA libraries: We're hardcoding
the path to the shared object file in patchPhase.

Thanks to @devhell for reporting and testing.

*: Might be off several minutes or hours due to rounding errors in
   floating point arithmetic.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Reported-by: devhell <"^"@regexmail.net>
Tested-by: devhell <"^"@regexmail.net>
2015-07-13 20:11:57 +02:00
James Felix Black
9b863fac6b notion: init at 3-2015061300
The notion (not-ion) window manager [1], plus optional (defaulted to
true) Xft/pango support (via [2]). Defined a license (notion uses a
modified LGPL).

As per [3], changes:

  1. renamed option from pango -> xft, better to reflect the actual
     nature of the patch;
  2. modified the patch to replace the postPatch changes to system-autodeteck.mk;
  3. commited the patch to the nixpkgs repo;
  4. removed 'fallbackFont' as an option. Use a sensible default, instead.

Many stylistic changes, thanks to @lethalman.

[1] http://notion.sourceforge.net
[2] http://sourceforge.net/p/notion/feature-requests/47/
[3] https://github.com/NixOS/nixpkgs/pull/8789
2015-07-13 12:08:05 -04:00
lethalman
54f308c740 Merge pull request #8746 from bosu/add-pahole
pahole: init at 1decb1b
2015-07-13 16:37:47 +02:00
Boris Sukholitko
c59818f630 pahole: init at 1decb1b 2015-07-13 17:31:06 +03:00
Tobias Geerinckx-Rice
a4788bdddf Merge pull request #8796 from hrdinka/update/nsd
nsd: 4.1.2 -> 4.1.3
2015-07-13 16:18:28 +02:00
Tobias Geerinckx-Rice
ad00306e22 python-packages: odo: licenses.{bsd4 -> bsdOriginal} 2015-07-13 16:14:54 +02:00
Tobias Geerinckx-Rice
632e3f51f5 Merge pull request #8611 from nckx/update-redshift
redshift: 1.9.1 -> 1.10
2015-07-13 16:09:08 +02:00
lethalman
28937de1ce Merge pull request #8691 from rycee/fix/perl/BoostGeometryUtils
perl-BoostGeometryUtils: fix OOM in tests
2015-07-13 15:15:26 +02:00
lethalman
c8e441c3a1 Merge pull request #8700 from lancelotsix/add_pep257_checker
Add pep257 checker
2015-07-13 15:11:58 +02:00
lethalman
45e07f5503 Merge pull request #8773 from FRidh/cython
cython: 0.20.1 -> 0.22.1
2015-07-13 15:07:32 +02:00
lethalman
319fc50ba5 Merge pull request #8742 from FRidh/pystache
pystache: init at 0.5.4
2015-07-13 14:51:59 +02:00
lethalman
a0ec2fb74a Merge pull request #8743 from FRidh/colorama
colorama: 0.2.5 -> 0.3.3
2015-07-13 14:51:29 +02:00
Christoph Hrdinka
1e95b76c67 nsd: 4.1.2 -> 4.1.3 2015-07-13 14:49:50 +02:00
lethalman
aca412639a Merge pull request #8720 from michelk/gdal/update
gdal: update from 1.11.2 to 2.0.0
2015-07-13 14:38:44 +02:00
lethalman
58adf1d604 Merge pull request #8765 from FRidh/odo
odo: init at 0.3.3
2015-07-13 13:49:54 +02:00
lethalman
5fde56e1b5 Merge pull request #8763 from FRidh/datashape
datashape: init at 0.4.6
2015-07-13 13:49:37 +02:00
lethalman
275bb071a7 Merge pull request #8737 from FRidh/multipledispatch
multipledispatch: init at 0.4.8
2015-07-13 13:48:14 +02:00
lethalman
b30826ee49 Merge pull request #8771 from FRidh/terminado
terminado: init at 0.5
2015-07-13 13:40:20 +02:00
lethalman
624fe6a290 Merge pull request #8774 from mstarzyk/fish-shell
fish: 2.1.2 -> 2.2.0
2015-07-13 13:38:23 +02:00
lethalman
c2a951ae8c Merge pull request #8786 from Havvy/nodejs
nodejs: 0.12.6 -> 0.12.7
2015-07-13 13:04:44 +02:00
Pascal Wittmann
c41809a4da Merge pull request #8754 from cheecheeo/tribler_update
Tribler update
2015-07-13 11:16:55 +02:00
Vincent Laporte
e4268c9ae0 libspatialite: fix download URL 2015-07-13 10:51:05 +02:00
Tuomas Tynkkynen
3b81288a58 debbindiff: init at version 26
[Bjørn: set namePrefix = "" to align attrname/pkgname, break overlong
lines, change patchPhase into postPatch so that 'patches' can still be
used.]
2015-07-13 08:31:55 +02:00
Tuomas Tynkkynen
8655eb71af pythonPackages.debian: init at 0.1.23 2015-07-13 08:29:05 +02:00
Tuomas Tynkkynen
2ad7463144 pythonPackages.magic: Fix loading libmagic.so
Even with the previous `python.patch` file around, libmagic.so isn't
found. Instead patch it to use an absolute path, using a similar
approach that is used by the `python_magic` package (which is another
libmagic python wrapper library as well).
2015-07-13 08:29:05 +02:00
Tobias Geerinckx-Rice
335cc971be flycheck: correct description & use src's homepage 2015-07-13 00:44:55 +02:00
Pascal Wittmann
bcd5e40aad Merge pull request #8790 from RoboNickBot/add-emacs-moe-theme
emacs-moe-theme: init at 1.0
2015-07-12 23:52:46 +02:00
Domen Kožar
4b592bad25 Merge pull request #8787 from k0001/bump-nodejs-libuv
Bump nodejs's libuv dependency to v1.6.1
2015-07-12 22:50:12 +01:00
RoboNickBot
6e5d34cac7 emacs-moe-theme: init at 1.0
Added the delightfully colorful "moe-theme" to the emacs package-set.

Tested; builds and works in the packaged emacs

https://github.com/kuanyui/moe-theme.el
2015-07-12 21:22:27 +00:00
Renzo Carbonara
45906587ac Bump nodejs's libuv dependency to v1.6.1
Fixes #8781
2015-07-12 17:29:10 -03:00
Ryan Scheel (Havvy)
de34441ead nodejs: 0.12.6 -> 0.12.7 2015-07-12 21:37:40 +02:00
Matthias Beyer
e7a01d6ff0 vifm: 0.7.8 -> 0.8 2015-07-12 21:22:56 +02:00
Arseniy Seroka
c01539790b Merge pull request #8555 from fpletz/pkg/jool
jool: init at 3.3.2
2015-07-12 22:20:18 +03:00
Arseniy Seroka
5d9f0e60f5 Merge pull request #8772 from retrry/vagrant-update
vagrant: 1.7.2 -> 1.7.3
2015-07-12 22:13:51 +03:00
Tuomas Tynkkynen
91cbd8a3b2 firejail: Fix source URL
This particular sf.net mirror is down.
2015-07-12 21:12:06 +02:00
Arseniy Seroka
79a41bb24c Merge pull request #8760 from fpletz/package/postfix
postfix: 2.11.4 -> 2.11.5
2015-07-12 22:12:03 +03:00
Arseniy Seroka
514f2b2f64 Merge pull request #8759 from fpletz/package/rofi
rofi: 0.15.5 -> 0.15.7
2015-07-12 22:11:47 +03:00
Arseniy Seroka
3abdf6d71f Merge pull request #8775 from leonardoce/bleachbit
bleachbit: init at 1.8
2015-07-12 22:07:56 +03:00
Tuomas Tynkkynen
5c08963fed xonsh: Don't use fetchurl on dynamically generated GitHub tarballs
Just use fetchFromGitHub instead.
2015-07-12 21:03:27 +02:00
Tuomas Tynkkynen
5fbd08968b can-utils: Source is now hosted at GitHub
Gitorious doesn't exist any more.
2015-07-12 21:01:57 +02:00
Peter Simons
48f5247342 stellarium: update to version 0.13.3 2015-07-12 20:32:16 +02:00
James Cook
87f916590b Merge pull request #8176 from berdario/redis-3.0.2
Update redis to 3.0.2 (now that 3 is stable, squash it into default)
2015-07-12 10:24:48 -07:00
Ricardo M. Correia
c87ee37b55 rustc: Remove redundant "/default.nix" path 2015-07-12 17:33:06 +02:00
Ricardo M. Correia
bb182c7944 rustcMaster: 2015-05-13 -> 2015-07-01 2015-07-12 17:33:05 +02:00
Ricardo M. Correia
71c16443c7 Merge pull request #8668 from telotortium/rustc-update-to-1.1.0
rustc: 1.0.0 -> 1.1.0
2015-07-12 17:19:49 +02:00
Leonardo Cecchi
532678fa8b bleachbit: init at 1.8 2015-07-12 16:33:59 +02:00
Pascal Wittmann
74f4b0d27a filezilla: update from 3.11.0.2 to 3.12.0.2 2015-07-12 15:43:14 +02:00
Frederik Rietdijk
3c5a6eb313 cython: 0.20.1 -> 0.22.1 2015-07-12 13:37:43 +00:00
Maciek Starzyk
dcc2b6148e fish: 2.1.2 -> 2.2.0 2015-07-12 15:33:01 +02:00
Mateusz Kowalczyk
cd492865d6 Merge pull request #8755 from taku0/thunderbird-bin-38.1.0
thunderbird-bin: 38.0.1 -> 38.1.0
2015-07-12 12:46:51 +01:00
Frederik Rietdijk
3a3062192c terminado: init at 0.5
A dependency for IPython 3.2 Notebook
2015-07-12 11:37:26 +00:00
Frederik Rietdijk
c211a8aa59 ptyprocess: init at 0.5 2015-07-12 11:32:05 +00:00
Tadas Barzdzius
4338031c59 vagrant: 1.7.2 -> 1.7.3 2015-07-12 14:27:17 +03:00
Frederik Rietdijk
df8d620bf3 odo: init at 0.3.3 2015-07-12 09:24:42 +00:00
Domen Kožar
59cc99990e Merge pull request #8756 from taku0/flashplayer_2.2.202.481
flashplayer: 11.2.202.468 -> 11.2.202.481
2015-07-12 10:03:34 +01:00
Frederik Rietdijk
88c7e86706 datashape: init at 0.4.6 2015-07-12 09:00:13 +00:00
James Cook
452745d5ab cudatoolkit65, cudatoolkit7: use python-2.7
@vcunat confirms they still build
2015-07-12 10:12:33 +02:00
James Cook
98fb18af3e python-2.6: mark broken because being insecure for years 2015-07-12 10:12:33 +02:00
James Cook
a456168e5b Merge pull request #6702 from joachifm/dnscrypt-proxy
nixos: some improvements for dnscrypt-proxy
2015-07-12 00:17:46 -07:00
James Cook
073bf19d0d Merge pull request #8507 from hrdinka/update/vigra
vigra: 0.9.0 -> 0.10.0
2015-07-12 00:11:36 -07:00
James Cook
d384914a35 Merge pull request #8744 from FRidh/decorator
decorator: 3.4.0 -> 3.4.2
2015-07-12 00:07:55 -07:00
James Cook
a16f77744a Merge pull request #8748 from devhell/rainbowstream-update
rainbowstream: 1.2.5 -> 1.2.7
2015-07-12 00:06:41 -07:00
James Cook
b4e1254080 Merge pull request #8724 from oconnorr/master
cassandra-driver: fix package attribute name
2015-07-12 00:04:02 -07:00
James Cook
6393688806 Merge pull request #8747 from ikervagyok/btrfs
btrfs-progs: 4.1 -> 4.1.1
2015-07-12 00:00:27 -07:00
Franz Pletz
a21ead3d62 jool: init at 3.3.2
Jool is a SIIT and a NAT64 implementation for Linux.
2015-07-12 07:25:44 +02:00
William A. Kennington III
0245b28796 kernel: 3.14.47 -> 3.14.48 2015-07-11 20:15:05 -07:00
William A. Kennington III
3284b216a4 kernel: 4.0.7 -> 4.0.8 2015-07-11 20:15:05 -07:00
William A. Kennington III
75b7938ba2 kernel: 4.1.1 -> 4.1.2 2015-07-11 20:15:05 -07:00
William A. Kennington III
680e2ced04 kernel: 3.18.17 -> 3.18.18 2015-07-11 20:15:05 -07:00
William A. Kennington III
4529105271 kernel: 3.10.82 -> 3.10.84 2015-07-11 20:15:05 -07:00
taku0
69364f136e flashplayer: 11.2.202.468 -> 11.2.202.481 2015-07-12 11:56:20 +09:00
Franz Pletz
d83459df91 rofi: 0.15.5 -> 0.15.7 2015-07-12 04:43:27 +02:00
Franz Pletz
cc802f4940 postfix: 2.11.4 -> 2.11.5 2015-07-12 04:42:13 +02:00
taku0
7064dd1f88 thunderbird-bin: 38.0.1 -> 38.1.0 2015-07-12 11:39:09 +09:00