Nikolay Amiantov
5dec393125
lambdabot, mueval: move to development/tools/haskell
2015-04-16 15:53:57 +03:00
Nikolay Amiantov
4947f918ad
lambdabot: add package
2015-04-16 13:32:48 +03:00
Nikolay Amiantov
58330b2a81
mueval: add package
2015-04-16 13:32:48 +03:00
Arseniy Seroka
d56e9b4f05
Merge pull request #7330 from RumataEstor/rust-beta
...
Provide rustc-1.0.0-beta as the default rust package
2015-04-16 13:05:40 +03:00
Tobias Geerinckx-Rice
2bc813dc5c
Add hans: tunnel IPv4 over ICMP
2015-04-16 06:11:16 +02:00
Ryan Scheel (Havvy)
459133ce72
Remove nightly derivations for iojs
2015-04-15 21:01:48 -07:00
Arseniy Seroka
f029ccadc9
Merge pull request #7385 from Forkk/screencloud
...
Add package for Screencloud 1.2.0
2015-04-16 06:28:00 +03:00
Forkk
f7865c29c2
screencloud: init at 1.2.0
...
Added a package for Screencloud, a program for taking screenshots and
uploading them to various websites.
This package was a bit finicky due to some nonsense in the CMakeLists
file, but it seems to work properly.
The package also includes API keys for the screencloud.net website.
According to the author of the Arch Linux User Repo package for
screencloud, these keys are only used for usage tracking, so we should
be fine including them in the package here.
2015-04-15 22:04:39 -05:00
Forkk
78eb702d35
qxt: init at 0.6.2
2015-04-15 22:04:33 -05:00
Mateusz Kowalczyk
33d52b37f3
haskell-yi: improve wrapper and use haskell-ng
...
Now pkgs.yi is the package to use and override
2015-04-15 21:31:17 +01:00
Arseniy Seroka
7bc23e994c
Merge pull request #7191 from nmikhailov/keybase_fix
...
keybase-node: fix imports, reenable build
2015-04-15 22:57:59 +03:00
Pascal Wittmann
74235b70f1
Merge pull request #7224 from AndersonTorres/aegisub
...
Aegisub: 3.2.1 -> 3.2.2
2015-04-15 19:39:12 +02:00
Peter Jones
c61aa9c2d1
New package: SassC (front-end for libsass)
2015-04-15 08:44:35 -06:00
Nikolay Amiantov
77a153a655
leksah: add wrapper
...
Closes https://github.com/NixOS/nixpkgs/pull/7063 .
2015-04-15 13:40:07 +02:00
Moritz Ulrich
3fa9fe1dd1
Pass: Use default gpg(2) & use lib.makeSearchPath.
2015-04-15 10:45:43 +02:00
Austin Seipp
fecba03ba6
nixpkgs: fix emacs24-nox
...
Fallout from bc4f39f48b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-14 14:27:10 -05:00
Domen Kožar
0206245aba
Revert "Fix buildPythonPackage overriding."
...
This reverts commit 6a1de6d4a7
.
It broke eval
2015-04-14 15:02:49 -04:00
Forkk
c5457ebd9b
qt-mobility: fix package
...
Fixed QtMobility's build script so that it builds correctly.
The package is now downloaded from a GitHub mirror repo instead of
Nokia's download site, which is no longer available.
Also added the package to all-packages.nix so that it can actually be
used (who knows why it wasn't in there).
2015-04-14 13:32:13 -05:00
Tom Hunger
6a1de6d4a7
Fix buildPythonPackage overriding.
...
makeOverridable takes a function and an argument, the parenthesis
caused there to be only one argument which works but cannot
be overridden.
2015-04-14 17:52:36 +01:00
Peter Simons
65822005f0
Merge pull request #7314 from edwtjo/ihaskell-fixups
...
IHaskell fixes
2015-04-14 14:21:44 +02:00
aszlig
311aa5d8d9
python-wrapper: Handle strings at the beginning.
...
This should fix #7366 for now, but using the (IMHO) pragmatic approach
of extending the sed expression to recognize strings.
However, this approach is obviously not parsing the full AST, nor does
it wrap Python itself (as pointed out by @spwhitt in #7366 ) but tries to
match Python strings as best as possible without getting TOO unreadable.
We also use a little bit of Nix to help generating the SED expression,
because doing the whole quote matching block over and over again would
be quite repetitious and error-prone to change. The reason why I'm using
imap here is that we need to have unique labels to avoid jumping into
the wrong branch.
So the new expression is not only able to match continous regions of
triple-quoted strings, but also regions with only one quote character
(even with escaped inner quotes) and empty strings.
However, what it doesn't correctly recognize is something like this:
"string1" "string2" "multi
line
string"
Which is very unlikely that we'll find something like this in the wild.
Of course, we could handle it as well, but it would mean that we need to
substitute the current line into hold space until we're finished parsing
the strings, branch off to another label where we match multiline
strings of all sorts and swap hold/pattern space and finally print the
result. So to summarize: The SED expression would be 3 to 4 times bigger
than now and we gain very little from that.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-14 07:13:15 +02:00
William A. Kennington III
a9e364a998
Merge pull request #7159 from codyopel/libvpx-cleanup
...
libvpx: refactor & 1.3.0 -> 1.4.0
2015-04-13 21:38:07 -07:00
Charles Strahan
5bc00cce22
make libtidy an alias for html-tidy
...
I accidentally introduced the libtidy attr in 7e4ca1cc7
2015-04-13 16:54:51 -04:00
lethalman
4661e12bf7
Merge pull request #7283 from fooblahblah/dbvis
...
Package for dbvisualizer 9.2.5
2015-04-13 13:35:47 +02:00
Pascal Wittmann
6fba1d8628
Merge pull request #7348 from dezgeg/bastet
...
bastet: new package
2015-04-13 11:49:45 +02:00
Pascal Wittmann
367b4e48a7
Merge pull request #7346 from k0ral/glances
...
glances: 2.1 -> 2.3
2015-04-13 11:45:19 +02:00
Dmitry Belyaev
7a51920367
Provide rustc-1.0.0-beta as the default for rustc
...
The patch injects full paths to utilities rather then expects to find then in the environment.
Also remove alphas.
2015-04-13 15:50:24 +10:00
Shea Levy
e01c96d14c
Add linux 4.0
...
Untested yet, my build machine is too slow
2015-04-12 19:17:53 -04:00
koral
94af1ba4d7
glances: 2.1 -> 2.3
2015-04-12 20:59:04 +00:00
Tuomas Tynkkynen
2f7b37749e
bastet: New package
...
Add version 0.43.1 of bastet, the infamous evil tetris clone, to the
games collection.
2015-04-12 19:44:51 +03:00
Austin Seipp
a7118b5e6a
nixpkgs: python34Packages.rainbowstream 1.1.6 -> 1.2.5
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-12 10:28:36 -05:00
Austin Seipp
c14689c328
nixpkgs: python34Packages.arrow 0.4.4 -> 0.5.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-12 10:28:36 -05:00
Austin Seipp
0093d7a9ea
nixpkgs: pythonPackages.obfsproxy 0.2.12 -> 0.2.13
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-12 10:28:36 -05:00
Bjørn Forsman
48b5ad912f
python-pelican: add missing 'markupsafe' dependency
...
Needed to be able to run 'make serve' in a pelican directory, else this
happens:
$ make serve
cd /home/bfo/pelican-test/output && python -m pelican.server
/run/current-system/sw/bin/python: No module named markupsafe
make: *** [serve] Error 1
2015-04-12 17:18:13 +02:00
aszlig
54f58ee991
python-mccabe: Fix build due to missing tests.
...
Regression introduced by 56a6f22d7f
.
I'm temporarily pulling in test_mccabe.py, as suggested by someone at
flintwork/mccabe#31 , which for now should fix the build (and the tests
of course as well).
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-12 06:50:34 +02:00
Arseniy Seroka
0d3be79490
Merge pull request #7323 from AndersonTorres/gxemul
...
Gxemul: 0.4.6 -> 0.6.0.1
2015-04-12 04:22:16 +03:00
AndersonTorres
9ebba5fe0c
Gxemul: 0.4.6 -> 0.6.0.1
2015-04-11 16:00:55 -03:00
Nikita Mikhailov
4ef974a00d
keybase-node: fix imports, reenable build
2015-04-11 21:28:06 +06:00
Rok Garbas
56a6f22d7f
pythonPackages: updates for many packages
...
* deform -> 2.0a2
* peppercorn -> 0.5
* pyramid -> 1.5.2
* pyramid_tm -> 0.10
* zope_deprecation -> 4.1.2
* venusian -> 1.0
* flake8 -> 2.3.0
* mccabe -> 0.3
* pg8000 -> 1.10.1
* turses -> 0.2.23
* urwid -> 1.3.0
* waitress -> 0.8.9
* translationstring -> 1.3
2015-04-11 17:00:07 +02:00
Bjørn Forsman
2c6f9b0c62
python-robotframework: update 2.8.6 -> 2.8.7
...
Release notes:
https://github.com/robotframework/robotframework/releases/tag/2.8.7
2015-04-11 14:18:19 +02:00
Domen Kožar
a9bcb92cb3
Merge pull request #7194 from nslqqq/i3update
...
i3: 4.9.1 -> 4.10.1
2015-04-11 07:36:12 -04:00
Nikita Mikhailov
48a5db6c56
perl: Update deps for i3wm
2015-04-11 12:45:09 +02:00
Nikita Mikhailov
a29182a6f5
xorg: fix Xephyr
2015-04-11 11:34:35 +02:00
Michael Raskin
31ecb82031
Merge pull request #7309 from sjmackenzie/es-shell
...
new package: es
2015-04-11 09:39:30 +03:00
John Wiegley
ff555c3b47
emacs24Macports: 24.4-mac-5.3 -> 24.5-mac-5.7
2015-04-11 00:02:56 -05:00
Stewart Mackenzie
768b804e2f
new package: es
2015-04-11 12:22:43 +08:00
Edward Tjörnhammar
f13d9f28e8
ihaskell: deprecate old haskellPackages expression
2015-04-11 00:09:31 +02:00
Edward Tjörnhammar
c1ab1f0e84
Make config.ihaskell.packages conformant with config.haskellPackageOverrides
2015-04-11 00:09:31 +02:00
Arseniy Seroka
8616a3539a
Merge pull request #7312 from rycee/package/fira-mono
...
Add package "fira-mono"
2015-04-11 00:44:59 +03:00
Robert Helgesson
328a2cec73
Add package for 'fira-mono'.
2015-04-10 23:40:22 +02:00
Arseniy Seroka
c910d4df5c
Merge pull request #7311 from bdimcheff/add-purple-pidgin-pack
...
add package purple-pidgin-pack
2015-04-11 00:32:31 +03:00
Brandon Dimcheff
b539f86456
add package purple-pidgin-pack
...
This is 50ish plugins for pidgin.
2015-04-10 15:43:29 -04:00
Jeff Simpson
5d3a2602e1
Package for dbvisualizer 9.2.5
2015-04-10 06:34:15 -06:00
Domen Kožar
86998c7075
Merge pull request #6858 from NixOS/kernel/longterm
...
linuxPackages: point to latests longterm kernel 3.18
2015-04-10 07:36:28 -04:00
Charles Strahan
8757cc4eb0
awscli: update to 1.7.21
2015-04-09 19:24:46 -04:00
Vladimír Čunát
859e2c53d6
Merge #6793 : add packages for some fonts
...
Also handle font-family aliases.
(I'm sorry about the bad commit above.)
2015-04-09 20:11:42 +02:00
Vladimír Čunát
da158672bd
simutrans: update, refactor, improve, add paksets
...
Close #7019 .
- update all, and add more paksets
- add config.simutrans.paksets, multiple are possible now
- fix #6719 : missing sounds
- move user settings from ~/simutrans to ~/.simutrans
- darwin support is untested (but claimed upstream)
Tested-by: Matthias Beyer <mail@beyermatthias.de>
(and by the author vcunat)
2015-04-09 19:43:42 +02:00
koral
1b4722ac82
prosody: add dependency on zlib ( close #6894 )
...
@vcunat moved the defaults inside the prosody expression.
2015-04-09 18:40:20 +02:00
Thomas Tuegel
c6f47a5e9e
emacs-packages: update haskell-mode to 13.12
2015-04-09 07:59:26 -05:00
Thomas Tuegel
304e61f6c0
emacs-packages: add git-timemachine-2.3
2015-04-09 07:59:25 -05:00
Thomas Tuegel
3cc43fa386
emacs-packages: add rainbow-delimiters-2.1.1
2015-04-09 07:59:25 -05:00
Thomas Tuegel
2a8b5cdc91
emacs-packages: add git-auto-commit-mode-4.4.0
2015-04-09 07:59:25 -05:00
Thomas Tuegel
d01ce27a46
emacs-packages: add company-ghc-0.1.10
2015-04-09 07:59:25 -05:00
Thomas Tuegel
ee02448540
emacs-packages: update company to 0.8.12
2015-04-09 07:59:25 -05:00
Thomas Tuegel
5434e31085
emacs-packages: update org-plus-contrib to 20150406
2015-04-09 07:59:25 -05:00
Thomas Tuegel
0b39630b12
emacs-packages: add evil-indent-textobject-0.2
2015-04-09 07:59:25 -05:00
Thomas Tuegel
7c023c50aa
emacs-packages: add evil-leader-0.4.3
2015-04-09 07:59:24 -05:00
Arseniy Seroka
2425f27b17
Merge pull request #7280 from auntieNeo/blink
...
Bumped blink version to 1.2.2
2015-04-09 05:20:19 +03:00
Arseniy Seroka
76e67b46b5
Revert "redshift: update 1.9.1 -> 1.10-git-20150222"
...
This reverts commit fb8308c4af
.
2015-04-09 03:37:43 +03:00
Jonathan Glines
2b949cfd46
Bumped blink version to 1.2.2
2015-04-08 17:01:37 -06:00
Arseniy Seroka
c48051daf8
Merge pull request #6997 from oxij/update-redshift
...
redshift: update 1.9.1 -> 1.10-git-20150222
2015-04-09 01:46:08 +03:00
William A. Kennington III
458c8381e0
ntp: 4.2.8 -> 4.2.8p2
2015-04-08 14:07:26 -07:00
William A. Kennington III
64abb36f66
wiredtiger: Add derivation
2015-04-08 13:17:42 -07:00
Aristid Breitkreuz
7056264257
Merge pull request #7270 from nckx/remove-dead-mplayer2
...
Remove dead mplayer2
2015-04-08 21:56:02 +02:00
William A. Kennington III
9308b8e121
pgpool: 3.4.1 -> 3.4.2
2015-04-08 12:13:34 -07:00
Eric Seidel
fa8940dd60
emacs-packages: add ibuffer-vc
2015-04-08 09:58:37 -07:00
Domen Kožar
158d444f78
Merge pull request #7262 from desiderius/colander-1.0
...
python-packages: update colander-1.0b to 1.0
2015-04-08 17:42:45 +02:00
Tobias Geerinckx-Rice
00caa18b2f
Remove dead mplayer2
...
mplayer2.org is no longer owned by the project, and even when
using a mirror this two-year-old (!) version fails to build.
Use mpv instead.
2015-04-08 17:07:23 +02:00
AndersonTorres
6276a4ace7
Aegisub: 3.2.1 -> 3.2.2
...
Adding config.aegisub.* options
2015-04-08 00:51:01 -03:00
Tobias Geerinckx-Rice
bee0ccd1f5
Add clipgrab 3.4.9: web video downloader and converter
2015-04-08 05:09:16 +02:00
Nikolay Amiantov
1fa5e7ae3c
the-powder-toy: add derivation
2015-04-08 01:45:41 +03:00
Spencer Whitt
1c0f1ce949
krb5: fix Darwin build by providing mig
2015-04-07 12:51:14 -04:00
John Wiegley
eda06c4768
Drop reference to unknown attribute "unknown"
2015-04-07 10:44:21 -05:00
John Wiegley
e5775f533a
Merge pull request #7145 from flosse/old-stable-nodejs
...
nixpkgs: added old stable nodejs v0.10.38
2015-04-07 10:38:47 -05:00
Sander van der Burg
ee6406d234
python-dicttoxml: add package
2015-04-07 15:32:07 +00:00
desiderius
fca7bee0c1
python-packages: update colander-1.0b to 1.0
2015-04-07 15:21:29 +02:00
Domen Kožar
25ece970a8
Merge pull request #7209 from bjornfor/update-slic3r
...
slic3r: update 1.2.1 -> 1.2.6
2015-04-07 12:20:38 +02:00
Domen Kožar
13b68e727f
Merge pull request #7231 from olcai/update-python-azure
...
python-packages: azure 0.9.0 -> 0.10.0
2015-04-07 12:19:18 +02:00
Domen Kožar
46f4e26154
Merge pull request #7233 from joachifm/apparmor-perl
...
apparmor: perl support
2015-04-07 11:54:49 +02:00
Erik Timan
e5989ee6e3
python-packages: add missing deps to azure
2015-04-07 09:52:29 +00:00
Erik Timan
db6de11341
python-packages: azure 0.9.0 -> 0.10.0
...
Also adds maintainer section.
2015-04-07 09:30:46 +00:00
Joachim Fasting
d3ea6abf0e
libapparmor: build perl bindings
...
There are still a few utils which use Perl, though most have been ported to
Python. Note that SWIG v2 is required to avoid the `error: 'bool' undeclared`
build failure with Perl >=5.16 [1].
[1]: 4305a3cef9
2015-04-07 11:05:54 +02:00
Domen Kožar
64c0e6b7fa
Merge pull request #7219 from rzetterberg/development
...
Removes python 2.7 block in favor of "disabled"
2015-04-07 06:44:44 +02:00
William A. Kennington III
90ca8b5875
linphone: 3.6.0 -> 3.8.1
2015-04-06 20:12:07 -07:00
William A. Kennington III
72d7ff2ace
belle-sip: Add derivation
2015-04-06 20:12:07 -07:00
William A. Kennington III
63be75faa1
libzrtpcpp: Remove 1.6
2015-04-06 20:12:07 -07:00
William A. Kennington III
e596f6dab7
ccrtp: 2.0.9 -> 2.1.2
2015-04-06 20:12:07 -07:00
William A. Kennington III
fe4997d58d
srtp: Remove linphone and update 1.4.4 -> 1.5.2
2015-04-06 20:12:07 -07:00
William A. Kennington III
8ad6b875ab
ortp: 0.22.0 -> 0.24.1
2015-04-06 20:12:07 -07:00
William A. Kennington III
c10baf8377
mbedtls: Add derivation
2015-04-06 20:12:07 -07:00
William A. Kennington III
49b0ed21bd
ucommon: 6.1.11 -> 6.3.1
2015-04-06 20:12:07 -07:00
Arseniy Seroka
812d8f9fa6
Merge pull request #7221 from codyopel/mopidy
...
Update Mopidy & dependencies
2015-04-07 00:42:37 +03:00
Nikolay Amiantov
25618c3670
agda: migrate to haskell-ng, update and cleanup
...
Resolves https://github.com/NixOS/nixpkgs/pull/7172 .
2015-04-06 21:24:33 +02:00
Richard Zetterberg
5162704412
Removes python 2.7 block in favor of "disabled"
2015-04-06 20:35:46 +02:00
Arseniy Seroka
e52e160190
Merge pull request #7215 from cwoac/btsync2
...
Add support for btsync 2.x branch
2015-04-06 18:50:05 +03:00
Oliver Matthews
0539ed4771
Add support for btsync 2.x branch
2015-04-06 15:31:40 +00:00
Bjørn Forsman
884713bf09
perl-threads: new package
...
A dependency of newer Slic3r (at least v1.2.6 needs it).
2015-04-06 16:21:33 +02:00
Bjørn Forsman
4cecfe9ab7
perl-App-cpanminus: new package
...
cpanm is one of three(?) CPAN clients, see
http://stackoverflow.com/questions/5861292/which-cpan-installer-is-the-right-one-cpan-pm-cpanplus-cpanminus .
Generated with "nix-generate-from-cpan App::cpanminus", plus I added
platforms = all;
2015-04-06 15:32:25 +02:00
Bjørn Forsman
1ecd116c78
perl-Math-Clipper: update 1.22 -> 1.23 (fixes build)
...
Version 1.22 is broken on newer Perl ("Out of memory" test failures).
Bug #121948 for perl5: Bleadperl breaks Math-Clipper-1.22.tar.gz ("Out of memory")
https://rt.perl.org/Public/Bug/Display.html?id=121948
2015-04-06 14:45:36 +02:00
Christian Theune
c61a1d2562
Package zerofree.
2015-04-06 12:33:34 +02:00
Markus Kohlhase
40db8b6ffd
nixpkgs: removed sloc duplicate
2015-04-06 11:53:06 +02:00
codyopel
b18cfaf2b8
pyspotify: 0.11 -> 0.12
2015-04-06 03:37:36 -04:00
William A. Kennington III
181248b2a2
Merge pull request #7176 from codyopel/v4l
...
v4l-util: refactor & 1.0.0 -> 1.6.2 (libv4l)
2015-04-05 14:58:50 -07:00
Arseniy Seroka
e7dc8c3f27
Merge pull request #7195 from KoviRobi/mailcheck
...
Added mailcheck, simple utility to check for mail.
2015-04-06 00:41:53 +03:00
codyopel
466cb22bcd
v4l-util: refactor & 1.0.0 -> 1.6.2 (libv4l)
...
+ added missing dependencies (alsa, libXll & qt5)
+ added fixes to make sure unnecessary features are disabled for libv4l
2015-04-05 16:23:37 -04:00
Kovacsics Robert (NixOS-SSD2)
9558523821
Added mailcheck, simple utility to check for mail.
2015-04-05 19:50:43 +01:00
Michael Raskin
b783b69326
Merge pull request #6044 from sjmackenzie/erlang-javac-hipe
...
Problem: erlang in nixpkgs doesn't support jinterface + no hipe
2015-04-05 21:07:11 +03:00
Michael Raskin
ee99afe106
Unpin dependency versions for LibreOffice where possible
2015-04-05 20:27:26 +03:00
Michael Raskin
07ba92e794
Update LibreOffice to 4.4.2.2
2015-04-05 20:27:26 +03:00
Arseniy Seroka
78dc2c00ac
Merge pull request #7174 from sjmackenzie/zerotierone
...
New package: ZeroTierOne
2015-04-05 16:42:56 +03:00
Stewart Mackenzie
bdc7c6366e
New package: ZeroTierOne
2015-04-05 21:41:15 +08:00
Nikolay Amiantov
0af0b2e067
emacsPackagesNg.evil: update url
2015-04-05 15:29:24 +03:00
Nikolay Amiantov
874a113996
emacsPackagesNg: export emacs
2015-04-05 15:29:24 +03:00
Moritz Ulrich
4eaf2f1114
Stumpwm: Fix contrib modules, install stumpish.
...
This was caused by multiple things: First, the module-path was wrong in
the release. Second, when modules tried to load stumpwm, asdf searched
for its sources in /tmp/nix-build-*.
Both of these issues are fixed by a nix-specific patch that tells adsf
to *never* try to load stumpwm (and others) from the filesystem. This is
fine as those modules are already available in the image anyway.
We also refactor some stuff & clean up the build. Stumpish works now
too.
2015-04-05 14:09:16 +02:00
Domen Kožar
4c449b86ea
Merge pull request #7173 from ryantm/fetchurlGnome
...
Get rid of fetchurlGnome
2015-04-05 10:03:37 +02:00
Ryan Mulligan
93f1029b0f
Get rid of fetchurlGnome
...
closes #1707
2015-04-04 22:22:12 -07:00
William A. Kennington III
7578bbea27
ctdb: Remove as it is now part of samba
2015-04-04 19:19:00 -07:00
Michael Raskin
abf330a79a
Merge pull request #6491 from auntieNeo/tmuxinator
...
Added tmuxinator (using bundlerEnv)
2015-04-04 23:25:28 +03:00
Damien Cassou
8e7f1f1c02
kaa-* and mmpython not on py3k and pypy anymore
2015-04-04 21:45:51 +02:00
Michael Raskin
f6d490c6e6
Merge pull request #6269 from maun/lua_lpeg
...
Fix lua lpeg on OSX
2015-04-04 21:25:42 +03:00
cillianderoiste
174d924b6e
Merge pull request #6951 from nix-faust/faust-redux
...
Faust redux
2015-04-04 14:15:51 +02:00
Oliver Charles
63a4722d7b
garmin-plugin: New expression
...
This is a web browser plugin that allows one to use their Garmin device
on the myGarmin website. It provides a Linux version of the Garmin
Communicator plugin.
2015-04-04 11:51:23 +01:00
Michael Raskin
48b132df02
Merge pull request #5667 from DamienCassou/subdownloader
...
Add Subdownloader
2015-04-04 13:34:40 +03:00
codyopel
c5f18b9171
refactor & 1.3.0 -> 1.4.0
2015-04-04 02:21:47 -04:00
William A. Kennington III
18c9619021
nvidia: Add beta driver
2015-04-03 21:53:12 -07:00
William A. Kennington III
de9c9bd2c8
gnutls: Make 3.3 the default
2015-04-03 21:27:23 -07:00
William A. Kennington III
72c6afe9ec
samba4: Correct accidental change of kerberos library
2015-04-03 19:35:35 -07:00
William A. Kennington III
dc5872e79f
gnutls: Add version 3.3.14
2015-04-03 19:17:28 -07:00
William A. Kennington III
5a9cf6393f
nettle: Add version 3.0 as the default
2015-04-03 19:14:17 -07:00
William A. Kennington III
60b8b5a580
nettle: Refactor to be generic
2015-04-03 19:13:20 -07:00
William A. Kennington III
4e106397df
msgpack-python: 0.4.2 -> 0.4.6
2015-04-03 18:38:59 -07:00
William A. Kennington III
5f87dd1c66
samba4: Lots of code cleanups
2015-04-03 18:33:36 -07:00
Tobias Geerinckx-Rice
93fc9baf8d
python-packages: pgcli 0.16.2 -> 0.16.3
...
Bug Fixes:
- Add more SQL keywords for auto-complete suggestion.
- Messages raised as part of stored procedures are no longer ignored.
- Use postgres flavored syntax highlighting instead of generic ANSI SQL.
2015-04-04 02:28:20 +02:00
Eric Seidel
d665612077
Merge pull request #7156 from spwhitt/libvpx
...
Use libvpx-git on Darwin
2015-04-03 10:39:53 -07:00
Eric Seidel
7db196790f
emacs-packages: update weechat.el to 0.2.2
2015-04-03 10:36:03 -07:00
Spencer Whitt
36dad3378d
Use libvpx-git on Darwin
...
libvpx 1.3.0 is extremely challenging for us to compile on Darwin. I
think we would need to use clang 3.5 and patch the configure scripts
heavily. But libvpx-git works great, so lets just use that instead
2015-04-03 13:30:30 -04:00
Cillian de Róiste
6d4a9fa393
Add Hovercraft: a tool to make impress.js presentations from reStructuredText
...
Also updated argh to 0.26.1 and added dependencies: pathtools, svg.path
and watchdog. Tests are disabled because one test assumes we are using
docutils 0.12 but we only have docutils 0.11 at the moment.
2015-04-03 18:15:40 +02:00
Arseniy Seroka
5da4d78ad4
Merge pull request #7151 from ehmry/gnaural
...
gnaural: initial package at version 1.0.20110606
2015-04-03 17:29:49 +03:00
Emery Hemingway
56855d2e0b
gnaural: initial package at version 1.0.20110606
...
http://gnaural.sourceforge.net/
2015-04-03 10:23:13 -04:00
Markus Kohlhase
d2358a6e53
nixpkgs: added old stable nodejs v0.10.38
2015-04-03 10:52:40 +00:00