Evgeny Egorochkin
37b1c1481b
bangarang: fix build with gcc 4.7
2014-02-02 07:43:56 +02:00
Edward Tjörnhammar
cf99e5f939
IntelliJ IDEA version bump (13.0.1->13.0.2)
2014-02-01 17:52:21 +01:00
Vladimír Čunát
5d2e884aa1
pidgin: minor update 2.10.7 -> .8, including CVE-2013-6484
...
Also switch no newer libstartup-notification, add license and platforms.
2014-02-01 08:44:07 +01:00
Rob Vermaas
54288f5cfe
Update hipchat
2014-01-31 16:30:51 +01:00
Oliver Charles
d56bd75967
lightdm-gtk-greeter: Update to 1.6.1
2014-01-31 12:54:22 +00:00
Oliver Charles
32a08d0846
lightdm: Update to 1.8.6
2014-01-31 12:42:03 +00:00
Rob Vermaas
d5b2ea44f3
Merge pull request #1622 from urv/master
...
calibre: upgrade from 1.20.0 to 1.21.0
2014-01-31 01:46:36 -08:00
Domen Kožar
15f74d0769
Merge pull request #1639 from iyzsong/gimp
...
gimp: wraped with PYTHONPATH, fix #223
2014-01-31 00:12:03 -08:00
Domen Kožar
7c70ef4dee
Merge pull request #1638 from wkennington/cache.mumble
...
Add more configurable options to mumble
2014-01-31 00:03:20 -08:00
Song Wenwu
1c83b079d2
gimp: wrap plugins with PYTHONPATH, fix #223
2014-01-31 14:05:53 +08:00
William A. Kennington III
9e8a6a24f0
murmur: Add ice support and small fixes
...
This patch adds optional ICE support to murmur which is enabled by
default. Additionally, it cleans up some of the expression similar to
the fixes added the mumble.
2014-01-30 22:34:21 -06:00
William A. Kennington III
2ec67167d9
mumble: Small Fixups and add support for disabling speechd
...
This patch adds a collection of changes to clean up the mumble
expression as well as add support for disabling the external speech
dispatcher from being compiled in.
2014-01-30 19:35:11 -06:00
Rickard Nilsson
e28c0da32e
sane-backends: Add extra source url
...
It seems alioth.debian.org has some problem (login needed for download), so
I've added a pkgs.fedoraproject.org url.
2014-01-30 12:26:11 +01:00
Peter Simons
1124a4ab08
haskell-git-annex: update to version 5.20140129
2014-01-30 08:32:41 +01:00
Domen Kožar
409677fbd2
mailpile: update dev version
2014-01-29 18:57:16 +01:00
Petr Rockai
2062abfd4f
Merge branch 'yubikey' of git://github.com/Calrama/nixpkgs
2014-01-29 18:54:07 +01:00
Moritz Maxeiner
b0d2f0e3f0
Add myself as a maintainer for ykpers and libyubikey
2014-01-29 18:05:17 +01:00
aszlig
e18cd2f8ae
chromium: Update all channels to latest versions.
...
This closes #1623 , and updates _all_ channels to the corresponding
latest upstream versions.
Thanks to @wizeman for opening the pull request noted above and for
another update in between, @aristidb for fixing the patcheShebangs issue
and @shlevy for notifying me about the build failure in stdenv-updates
in the first place.
Sorry to everyone for my inactivity lately.
The following changes were needed in order to build those new releases:
* Patch out /bin/echo to allow building with all options enabled.
* Always use GN from the source tree.
* Remove import of depot_tools for version 34.
* Drop version 32 specific stuff.
With this commit, the following new upstream versions are introduced:
stable: 32.0.1700.77 -> 32.0.1700.102 (builds fine, tested)
beta: 32.0.1700.19 -> 33.0.1750.46 (builds fine, tested)
dev: 33.0.1712.4 -> 34.0.1809.0 (build broken with gnome_keyring)
The dev version requires a more recent version gnome_keyring and thus
won't build if gnomeKeyringSupport is set to true. I haven't tested this
build without gnomeKeyringSupport yet, so it might be broken and will be
fixed later.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-01-29 13:23:30 +01:00
aszlig
e3cb9e5e5f
tkabber: Merge main package with site plugins.
...
The site plugins are released alongside the main Tkabber sources, so it
makes no sense to have them in a separate package (which also introduces
an impurity). In addition, both packages share the same makefile
structure, so it really makes sense to merge them.
Before people might get worried about my decision to enable those
plugins by default: Since version 1.0, Tkabber is no longer loading
_all_ available plugins, but gives you a menu (Plugins Management) to
selectively enable plugins (whereas all plugins are disabled by
default).
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-01-29 13:23:29 +01:00
aszlig
3a5334f853
tkabber: Properly wrap all scripts in $out/bin.
...
Alongside "tkabber", there is also "tkabber-remote", which uses the same
variables as the main script and thus needs to be wrapped the same way
as well.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-01-29 13:23:29 +01:00
aszlig
aae2bab821
tkabber: Don't set a default theme.
...
If people still want the ocean-deep theme, it can still be set by using:
tkabber.override { theme = "ocean-deep"; }
But by default we should not set a theme, so the user will get the same
result as everyone who installs the upstream version.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-01-29 13:23:29 +01:00
aszlig
1212d0be22
tkabber+plugins: Update to upstream version 1.0.
...
After several years, Tkabber finally got a new release.
The highlights are:
* Completely rewritten Tkabber internals
* Dropped Tcl/Tk 8.3 support. Now Tcl/Tk 8.4 is required
* Partial IPv6 support (requires Tcl/Tk 8.6)
* Switched from TclGPGME to TclGPG for encryption and signing
* Added new connection method BOSH (XEP-0124 and XEP-0206)
* Disabled SSLv2 and enabled TLSv1 TLS options
* Added user nicknames (XEP-0172) support.
* Updated the CAPTCHA forms (XEP-0158) support
* Added metacontacts (XEP-0209) support
* Implemented multiple proxy profiles
* Implemented remote controlling from a locally executed script
* Added new plugins: floatingcontact, poker
* Rewritten most plugins to support disabling and unloading on the fly
* A few interface enhancements (search in MUC affiliations lists, proxy
management)
* Many fixes and enhancements
The detailed changelogs can be found at:
http://svn.xmpp.ru/repos/tkabber/tags/1.0/tkabber/ChangeLog
http://svn.xmpp.ru/repos/tkabber/tags/1.0/tkabber-plugins/ChangeLog
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-01-29 13:23:28 +01:00
Peter Simons
e9a66cada6
Merge pull request #1626 from pSub/dwb-update
...
Updated dwb
2014-01-29 03:30:49 -08:00
Pascal Wittmann
9c9c883cb9
Updated dwb to HEAD and used the current date as version number, because dwb has no version numbers.
2014-01-29 12:00:13 +01:00
Eelco Dolstra
91ab556236
amdadl-sdk: Don't build on Hydra
...
Since it uses requireFile, it won't build. Likewise for cgminer which
depends on amdadl-sdk.
2014-01-29 11:53:39 +01:00
Arvin Moezzi
03857fe2ec
calibre: upgrade from 1.20.0 to 1.21.0
2014-01-29 02:26:11 +01:00
Petr Rockai
f88de3b091
quvi: Update the CLI tool to version 0.9.5.
2014-01-28 22:08:02 +01:00
Petr Rockai
5878ffa55b
quvi: Update to current upstream (0.9.4).
2014-01-28 21:48:52 +01:00
Petr Rockai
4124bb9ff5
Adopt more packages.
2014-01-28 18:11:00 +01:00
Petr Rockai
6f5be260b4
Adopt packages.
2014-01-28 17:31:17 +01:00
Peter Simons
63ec2bec8f
haskell-git-annex: update to version 5.20140127
2014-01-28 14:59:46 +01:00
Rob Vermaas
3f56d9f4b4
Add keepassx 2.0alpha5, contributed by Thomas Tuegel.
2014-01-27 21:55:04 +01:00
Wojciech Danilo
c50314dc38
Added SublimeText3 support. SublimeText2 and SublimeText3 can be installed side by side.
...
They provide 'sublime', 'sublime2' and 'sublime3' commands. SublimeText3 has lower precedense than SublimeText2
because its in beta mode (for over a year now)
2014-01-27 20:50:08 +01:00
Eelco Dolstra
2e70c14061
rcs: Update to 5.9.2
2014-01-27 17:58:26 +01:00
Rok Garbas
e6e2459f59
Merge pull request #1581 from offlinehacker/pkgs/docker/add
...
Add docker
2014-01-27 04:18:11 -08:00
Jaka Hudoklin
cc33c351b8
Add docker
2014-01-27 00:56:51 +01:00
mornfall
2fa71787f5
Merge pull request #1603 from aristidb/master
...
fix chromium chroot build
2014-01-26 09:03:19 -08:00
Aristid Breitkreuz
4417dd33c2
fix chromium chroot build
2014-01-26 18:02:03 +01:00
Edward Tjörnhammar
960b58d280
wish fix for ssvnc ( close #1560 )
...
tcl deps change? causes wish to be missing
this corrects the wish path to use the one from tk
2014-01-26 15:52:00 +01:00
Song Wenwu
ef460bd170
puredata: update to 0.45-4
...
Cf. #1515 .
2014-01-26 10:19:19 +01:00
Domen Kožar
a7d0a53d9e
merge
2014-01-26 09:58:47 +01:00
Vladimír Čunát
bf8b81f538
lyx: bugfix update 2.0.6 -> .7
2014-01-26 00:59:59 +01:00
Vladimír Čunát
64c44fa508
weston: fix build by updating (after wayland update)
...
Also add dbus support, which seemed potentionally important to me.
2014-01-26 00:42:17 +01:00
Domen Kožar
fab72d88c9
telepahty-logger: add gobject introspection support
2014-01-26 00:17:18 +01:00
Peter Simons
e2a858379d
haskell-git-annex: update to version 5.20140116
2014-01-26 00:02:33 +01:00
Peter Simons
5fefec3944
pspp: update from 0.8.1 to 0.8.2
2014-01-25 20:58:49 +01:00
Eelco Dolstra
f03ca20916
libreoffice: Fix path to the JDK
2014-01-25 18:29:21 +01:00
Petr Rockai
cf7ee03377
photivo: Fix paths.
2014-01-25 18:08:47 +01:00
Petr Rockai
2953c39409
photivo: Update.
2014-01-25 18:08:47 +01:00
Cillian de Róiste
3ee043da54
pianobooster: patch to build with gcc4.7, wrap it so it finds libGL.so.1
...
Also add linux as a platform.
Patches from:
https://github.com/gbin/gbin-overlay/tree/master/media-sound/pianobooster
2014-01-25 17:54:57 +01:00
Petr Rockai
ed5bd26574
STP: Simple Theorem Prover (a SMT solver for bitvectors & arrays).
2014-01-25 16:33:12 +01:00
Petr Rockai
e3fae16a29
emacs: Allow non-GTK X11 builds (--with-x-toolkit=lucid).
2014-01-25 16:30:14 +01:00
Petr Rockai
251fc454ba
mpc: (mpd client) Update to 0.25.
2014-01-25 16:30:14 +01:00
Eelco Dolstra
07a3993e14
libreoffice: Fix path to Ant
2014-01-25 14:19:42 +01:00
Moritz Maxeiner
8f9300fb0e
Add ykpers (aka yubikey-personalization) package
2014-01-25 03:17:06 +01:00
Eelco Dolstra
e07ce3314d
Fix some "meta.licenses" attributes
2014-01-25 03:04:46 +01:00
Domen Kožar
8a5c65abf4
mailpile: update dev version
2014-01-24 14:33:40 +01:00
Domen Kožar
c4cb65187e
i3: 4.6 -> 4.7.2
2014-01-24 14:33:40 +01:00
Vladimír Čunát
343cd5b1ef
midori: minor update 0.5.6 -> .7
2014-01-23 22:29:25 +01:00
rszibele
1d50967424
Added SciTE 3.3.7.
2014-01-23 10:35:02 +01:00
Rob Vermaas
004b8d24f6
Merge pull request #1564 from aristidb/master
...
fix keepassx under gcc 4.8
2014-01-22 10:17:38 -08:00
Peter Simons
ff8cffed86
subversion: fix evaluation errors on FreeBSD
2014-01-22 12:44:49 +01:00
Domen Kožar
15006a1788
mailpile: add spambayes dependency to spam/ham emails
2014-01-22 08:06:18 +01:00
Shea Levy
ca116f76f9
Unmaintain a bunch of packages
...
Trying to take maintainership more seriously...
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-21 22:34:41 -05:00
Aristid Breitkreuz
5acc2fef25
fix keepassx under gcc 4.8
2014-01-21 22:20:21 +01:00
Peter Simons
4e983788cd
feh: update from 2.8 to 2.9.3
2014-01-21 20:19:21 +01:00
Peter Simons
c1209b5144
emacs-bbdb: update to version 2.36
2014-01-21 20:18:27 +01:00
Shea Levy
6731ed2b86
Fix tarball
...
Hopefully this kind of thing won't be needed with nix 1.7
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-21 09:53:21 -05:00
Domen Kožar
a3716328e6
Add mailpile: A modern, fast web-mail client with user-friendly encryption and privacy features
2014-01-21 14:11:19 +01:00
Shea Levy
fea2266290
llvm: Split llvmFull into separate derivations
...
Now most packages in the llvm suite are built as separate derivations.
The exceptions are:
* compiler-rt must currently be built with llvm. This increases llvm's
size by 6 MB
* clang-tools-extra must be built with clang
In addition, the top-level llvm attribute is defaulted to llvm 3.4, and
llvm 3.3 must be accessed by the llvm_33 attribute. This is to make the
out-of-date packages obvious in the hope that eventually all will be
updated to work with 3.4 and 3.3 can be removed. I think we should keep
this policy in the future (latest llvm gets top-level name, the rest are
versioned until they can be removed).
The llvm packages (except libc++, which exception I will try to remove
on the next update) can all be accessed via the llvmPackages attribute,
and there are also aliases for the packages that already existed (llvm,
clang, and dragonegg).
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-20 20:33:06 -05:00
Vladimír Čunát
ac6761c908
Merge master into stdenv-updates
...
Conflicts:
pkgs/applications/version-management/gource/default.nix
pkgs/top-level/all-packages.nix
2014-01-20 19:39:28 +01:00
Peter Simons
2991fdca52
root: enable parallel building
2014-01-20 18:26:32 +01:00
Peter Simons
baeb19d0ce
root: clean up meta section and move build into 'science/misc' section
2014-01-20 18:24:27 +01:00
Peter Simons
6475f0d1fe
fricas: clean up meta section
2014-01-20 18:20:08 +01:00
Roger Mason
e9928a1f25
Add CERN's 'root' Application Framework.
2014-01-20 18:11:09 +01:00
Roger Mason
3d1f6e3a75
Add fricas, a computer algebra system
2014-01-20 18:11:09 +01:00
Peter Simons
b4e1774272
haskell-hoodle: re-generate with cabal2nix
2014-01-20 18:04:59 +01:00
Ian-Woo Kim
7b51e24de9
add hoodle (pen notetaking program written in haskell) to nixpkgs
2014-01-20 15:18:04 +00:00
Domen Kožar
e1602a5e21
Merge pull request #1551 from urv/master
...
calibre: upgrade from 1.17.0 to 1.20.0
2014-01-20 05:53:08 -08:00
Lluís Batlle i Rossell
4a4950f323
Setting license to elinks.
...
Disabling guile, due to licence incompatibility.
2014-01-20 13:47:24 +01:00
Shea Levy
55e6303d6a
Add full llvm build, update libc++ and dragonegg
...
Some packages in the llvm suite (e.g. compiler-rt) cannot be built
separate from the build of llvm, and while some others (e.g. clang) can
the combined build is much better tested (we've had to work around
annoying issues before). So this puts llvm, clang, clang-tools-extra,
compiler-rt, lld, lldb, and polly all into one big build (llvmFull).
This build includes a static llvm, as dynamic is similarly less tested
and has known failures.
This also updates libc++ and dragonegg. libc++ now builds against
libc++abi as a separate package rather than building it during the
libc++ build.
The clang purity patch is gone. Instead, we simply set --sysroot to
/var/empty for pure builds, as all impure paths are either looked up in
the gcc prefix (which we hard-code at compile time) or in the sysroot.
This also means that if NIX_ENFORCE_PURITY is 0 then clang will look in
the normal Linux paths by default, which is the proper behavior IMO.
polly required an updated isl. When stdenv-updates is merged, perhaps we
can update the isl used by gcc and avoid having two versions.
Since llvm on its own is now separate from the llvm used by clang, I've
removed myself as maintainer from llvm and will leave maintenance of
that to those who are interested in llvm separate from clang.
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-20 05:42:38 -05:00
Lluís Batlle i Rossell
86808f2c46
Making elinks not use python by default.
...
It fails to start for me, due to a python problem, otherwise. And I
don't know why I'd need python, so by now I disable it by default.
2014-01-20 09:27:27 +01:00
Lluís Batlle i Rossell
01a2986560
Updating elinks to 0.12pre6
2014-01-20 09:16:19 +01:00
Bjørn Forsman
1e3289efb4
cgit: fix snapshot feature by using full paths to gzip/bzip2/xz
2014-01-19 22:59:51 +01:00
Bjørn Forsman
3a917b5c2d
cgit: enable lua support
...
Filters can now take advantage of the built-in lua interpreter (much
faster than fork and exec).
2014-01-19 22:46:53 +01:00
Bjørn Forsman
8c25a73def
cgit: update from 0.9.2 to 0.10
2014-01-19 22:12:12 +01:00
Arvin Moezzi
da4dbbfd11
calibre: upgrade from 1.17.0 to 1.20.0
2014-01-19 22:04:41 +01:00
Shea Levy
fd99863e14
elinks: Actually enable javascript
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-19 15:16:40 -05:00
Cillian de Róiste
0ec2adc69d
mda_lv2: update from 1.0.0 to 1.2.2
2014-01-19 14:59:48 +01:00
Cillian de Róiste
c9d1ed561f
lmms: tidy up, fix build
2014-01-19 14:43:05 +01:00
Nixpkgs Monitor
f95dfe1502
lmms: update from 0.4.10 to 0.4.15
2014-01-19 14:43:05 +01:00
Cillian de Róiste
76267063a5
jalv: update from 1.4.2 to 1.4.4
2014-01-19 13:06:51 +01:00
Cillian de Róiste
b3a116c762
zynaddsubfx: fix build, tidy up, add JACK support
2014-01-19 13:01:49 +01:00
Cillian de Róiste
78c4b0868e
zynaddsubfx: update from 2.4.1 to 2.4.3
2014-01-19 12:47:17 +01:00
Cillian de Róiste
cbacf96b1c
yoshimi: add cairo as build input
2014-01-19 12:44:28 +01:00
Cillian de Róiste
e9e8cf4b98
Tidy up
2014-01-19 12:44:27 +01:00
Cillian de Róiste
ea72595fab
yoshimi: update from 0.060.12 to 1.1.0
2014-01-19 12:43:58 +01:00
Cillian de Róiste
52213afd48
qsynth: add linux as a platform
2014-01-19 12:26:35 +01:00
Vladimír Čunát
83a2e8554b
spacefm: fix schema-crash (in preferences), nitpicks
...
I also did some style changes to be closer to most in nixpkgs.
2014-01-19 12:11:19 +01:00
Ricardo M. Correia
0cf9a083d9
virt-manager: Fix running with --no-fork
...
This removes nixpkgs' custom runners and instead copies the main python source
files to the bin directory, then wraps them up as usual.
Hopefully this will be more reliable than other previous wrapping methods.
2014-01-18 20:45:27 +00:00
Cillian de Róiste
51a5f9c364
hydrogen: update from 0.9.5 to 0.9.5.1
...
http://monitor.nixos.org/buildlog?outpath=%2Fnix%2Fstore%2Fxvg8py63xnwyyqmaws7n310l423xbp9h-hydrogen-0.9.5.1
2014-01-18 21:28:19 +01:00
Cillian de Róiste
329377b6ca
synthv1: update from 0.3.2 to 0.3.6
...
http://monitor.nixos.org/buildlog?outpath=%2Fnix%2Fstore%2Fr5rfpb9zn3pa8yhxfz5d5ngqqj6n6mgg-synthv1-0.3.6
2014-01-18 21:27:41 +01:00
Cillian de Róiste
6105b41eac
samplv1: update from 0.3.5 to 0.3.6
...
http://monitor.nixos.org/buildlog?outpath=%2Fnix%2Fstore%2Fdgrhrqf4j0q0601fgh81bhzkcgj7h4b0-samplv1-0.3.6
2014-01-18 21:27:06 +01:00
James Cook
638e1586cf
Added darcsum, "a pcl-cvs like interface for managing darcs patches".
2014-01-18 12:25:34 -08:00
Cillian de Róiste
122905154c
qtractor: update from 0.5.4 to 0.5.12
...
http://monitor.nixos.org/buildlog?outpath=%2Fnix%2Fstore%2Fyaq7iknwr79xwrmc4igrs3ygdy61ryjl-qtractor-0.5.12
2014-01-18 21:22:20 +01:00
Cillian de Róiste
c5269290c3
qsynth: update from 0.3.6 to 0.3.8
...
http://monitor.nixos.org/buildlog?outpath=%2Fnix%2Fstore%2Fycg9bkl40sch06kcyjvmnmkxq5mas9p6-qsynth-0.3.8
2014-01-18 21:16:28 +01:00
Bjørn Forsman
2b74a47006
gource: fix build
...
gource currently fails in the configure phase:
configure: error: Could not link against -lGLU !
This is a very misleading error, it seems to happen because configure
doesn't find boost libraries and ends up with uninitialized variable(s).
That in turn cause it to fail later with this unrelated error.
Fix by using boost libraries, not only the headers. gource also grew a
dependency on GLM, so add that to buildInputs.
2014-01-18 19:05:33 +01:00
Ricardo M. Correia
cd953d80e1
chromium: Update stable channel from 31.0.1650.57 -> 32.0.1700.77
2014-01-18 17:40:37 +00:00
Vladimír Čunát
0a58b512cb
Merge master into stdenv-updates
...
Conflicts (simple):
pkgs/development/compilers/gcc/4.8/default.nix
pkgs/development/compilers/llvm/default.nix
pkgs/development/libraries/gmp/5.1.1.nix
pkgs/development/libraries/gmp/5.1.3.nix
pkgs/development/libraries/gmp/5.1.x.nix
pkgs/top-level/all-packages.nix
2014-01-18 14:46:20 +01:00
Peter Simons
a3f00d61f8
Merge pull request #1521 from maggesi/marginal-updates
...
Update Io lang to version 2013.12.04
2014-01-17 02:47:04 -08:00
Peter Simons
ca73a92578
wireshark: the gtk3 build fails, so use gtk2
...
Duh, this is much more difficult than I would have thought.
2014-01-17 11:10:58 +01:00
Peter Simons
ac2a215c10
wireshark: build GUI with gtk3
...
This should be configurable, I guess.
2014-01-17 10:37:53 +01:00
Moritz Ulrich
47f5d8a5ea
streamripper: Fix wrong attribute path.
2014-01-17 01:15:10 +01:00
Moritz Ulrich
0ec365cd63
New package: Streamripper: Record MP3 radio streams.
2014-01-17 01:13:57 +01:00
Peter Simons
4664108f8e
gnucash: revert update from 2.4.15 to 2.6.0
...
The 2.6.0 version doesn't compile, and the error doesn't seem to be easy to fix.
2014-01-16 20:35:26 +01:00
Peter Simons
3988e0ca51
gource: mark as broken
...
The configure process finds libGLU just fine, but then aborts saying:
configure: error: Could not link against -lGLU !
2014-01-16 10:25:04 +01:00
Shea Levy
3452f807d4
Update dropbox daemon
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-15 20:37:13 -05:00
Shea Levy
bb5337044a
Update dropbox.py hash
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-15 20:09:05 -05:00
Shea Levy
32721cd3df
Add todo.txt-cli, a cli todo list manager
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-15 19:44:37 -05:00
Lluís Batlle i Rossell
8e70746d61
homebank: update to 4.5.4.
2014-01-15 21:17:55 +01:00
Peter Simons
93b9b7a39f
gnucash: update from 2.4.15 to 2.6.0
2014-01-15 17:29:14 +01:00
Peter Simons
c1a80535ad
wireshark: update from 1.10.5 to 1.11.2
2014-01-15 17:29:14 +01:00
Lluís Batlle i Rossell
cb35bf15a4
ffmpeg: adding gnutls support
...
I also take out the useless 'openssl' I added by error to mpv.
2014-01-15 17:04:14 +01:00
Lluís Batlle i Rossell
95660053fc
Updating gnunet to 0.10.0.
2014-01-15 16:42:42 +01:00
Lluís Batlle i Rossell
f046d9bd08
mpv: updating to 0.3.2.
2014-01-15 16:40:04 +01:00
Cillian de Róiste
bb1f0bdf40
drumkv1: update from 0.3.5 to 0.3.6
...
http://monitor.nixos.org/patch?p=drumkv1&v=0.3.6
2014-01-14 21:06:39 +01:00
Bjørn Forsman
32c087ab15
qjackctl: add meta.platforms
2014-01-14 17:17:56 +01:00
Marco Maggesi
b504b1b4cb
Update HOL Light to revision 179
2014-01-14 15:21:09 +01:00
Eelco Dolstra
e9f1c3abeb
eclipse: Remove patchelf from the buildInputs
2014-01-14 13:51:17 +01:00
Shea Levy
076ff2eede
lynx: Actually provide ssl support when requested
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-13 20:16:27 -05:00
Nixpkgs Monitor
baa1bba420
i3status: update from 2.7 to 2.8
2014-01-13 17:28:42 +01:00
Peter Simons
222b91fedf
gource: update to version 0.40
2014-01-13 17:22:07 +01:00
Peter Simons
5ef34645f3
ratpoison: update to version 1.4.6
2014-01-13 17:05:45 +01:00
Peter Simons
25411b3c7b
maxima: update to version 5.32.1
2014-01-13 17:05:45 +01:00
Peter Simons
2719254e46
ikiwiki: update to version 3.20140102
2014-01-13 17:05:45 +01:00
Peter Simons
0a9e4d0ccc
gnucash: update to version 2.4.15
2014-01-13 17:05:45 +01:00
Peter Simons
2d1c8d6f60
gocr: update to version 0.50
2014-01-13 17:05:45 +01:00
Peter Simons
7148f50ef3
fetchmail: update to version 6.3.26
2014-01-13 17:05:45 +01:00
Nixpkgs Monitor
16cd5aba6a
emacs24Packages.haskellMode: update from 13.07 to 13.10
2014-01-13 17:05:45 +01:00
Nixpkgs Monitor
aec7a10d13
audacious: update from 3.4.1 to 3.4.3
2014-01-13 17:05:44 +01:00
Nixpkgs Monitor
dc52e6e7f8
mercurial: update from 2.8.1 to 2.8.2
2014-01-13 16:15:57 +01:00
Eelco Dolstra
6fb27abf33
Merge branch 'java'
2014-01-13 13:16:17 +01:00
Vladimír Čunát
a2c316288c
Merge master into stdenv-updates
...
Conflicts:
pkgs/development/lisp-modules/stumpwm/default.nix (auto-solved)
pkgs/top-level/all-packages.nix (trivial)
2014-01-12 12:29:24 +01:00
Ricardo M. Correia
4ede302207
virt-manager: Add graphical support for the Spice protocol
2014-01-11 22:01:52 +01:00
Ricardo M. Correia
aed957bae7
virt-manager: Fix error: 'ImportError: No module named libvirt'
...
The problem was that libvirt 1.2.0 no longer includes the python bindings; it is
a separate package now.
2014-01-11 22:01:52 +01:00
Song Wenwu
6b7105d456
snd: update to 14.3
2014-01-11 19:40:24 +01:00
Arseniy Seroka
32e08f53ce
spaceFM: add package
2014-01-11 19:25:23 +01:00
Ricardo M. Correia
d82530440f
virt-manager: Update to 0.9.5 virtinst: Update to 0.600.4
2014-01-11 19:21:09 +01:00
Song Wenwu
531090d5de
add projectM 2.1.0
2014-01-11 19:14:28 +01:00
Peter Simons
066abcc047
xmobar: re-generate with cabal2nix
2014-01-11 14:52:13 +01:00
Arseniy Seroka
5787fc071a
add lastfmsubmitd
2014-01-11 14:52:13 +01:00
Arseniy Seroka
678d7aada0
moc: fix mp3 playback and remove useless lib
2014-01-11 14:52:13 +01:00
Arseniy Seroka
8b95f0ed78
xmobar alsa support
2014-01-11 14:52:13 +01:00
Peter Simons
2f51f6908e
yi: re-generate expression with cabal2nix
2014-01-11 12:03:41 +01:00
Peter Simons
18626481ca
haskell-git-annex: update to version 5.20140108
2014-01-11 12:03:41 +01:00
Nixpkgs Monitor
f512614a10
wireshark: update from 1.10.3 to 1.10.5, potentially fixes CVE-2013-7112, CVE-2013-7113, CVE-2013-7114
2014-01-10 08:28:58 +01:00
Moritz Ulrich
93d73aec51
ledger3: Update to latest git (3b5f496536).
2014-01-10 00:38:32 +00:00
Eelco Dolstra
16e626a80d
Replace lib/java -> share/java
2014-01-09 13:01:38 +01:00
Rok Garbas
d805a2b01d
notmuch: update to 0.17
2014-01-09 09:49:07 +01:00
Peter Simons
6750feec2c
haskell-git-annex: update to version 5.20140107
2014-01-09 00:45:16 +01:00
Benno Fünfstück
eddb74a5cf
New expressions: yi, yi contrib and dependencies
2014-01-08 19:11:33 +01:00
Rickard Nilsson
16ce061e11
tailor: Add extra source URL
2014-01-08 15:29:38 +01:00
Mathijs Kwik
8fad5a72ec
add emacs/idris-mode
2014-01-07 07:16:47 +01:00
Peter Simons
c70c8a7158
git-annex: try to fix test suite
2014-01-06 12:09:58 +01:00
Peter Simons
75090c7c86
haskell-git-annex: update to version 5.20131230
2014-01-06 12:09:55 +01:00
Shea Levy
139f8949e6
Merge branch 'merge-kernel-builds' into upstream-master
...
This is a second attempt at unifying the generic and manual-config
kernel builds (see #412 for the last time).
The set of working kernel packages is a superset of those that work on
master, and as the only objection last time was the size of the $dev
closure and now both $out and $dev combined are 20M smaller than $out on
master (see message for ac2035287f
), this
should be unobjectionable.
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-05 07:13:19 -05:00
Vladimír Čunát
d91e03d422
k3d: fix build with newer gcc versions (-fpermissive)
2014-01-05 13:09:41 +01:00
Vladimír Čunát
80396084b9
kde.krusader: fix build with newer gcc versions (-fpermissive)
2014-01-05 11:48:09 +01:00
Vladimír Čunát
3dd298060a
gource: fix build with newer gcc versions (-fpermissive)
2014-01-05 11:22:04 +01:00
Vladimír Čunát
d494ed15e7
celestia: fix build (inspired by Arch)
2014-01-05 10:42:55 +01:00
Shea Levy
a589bfae17
Update and fix kernel packages to new kernel build
...
In most cases, this just meant changing kernelDev (now removed from
linuxPackagesFor) to kernel.dev. Some packages needed more work (though
whether that was because of my changes or because they were already
broken, I'm not sure). Specifics:
* psmouse-alps builds on 3.4 but not 3.10, as noted in the comments that
were already there
* blcr builds on 3.4 but not 3.10, as noted in comments that were
already there
* open-iscsi, ati-drivers, wis-go7007, and openafsClient don't build on
3.4 or 3.10 on this branch or on master, so they're marked broken
* A version-specific kernelHeaders package was added
The following packages were removed:
* atheros/madwifi is superceded by official ath*k modules
* aufs is no longer used by any of our kernels
* broadcom-sta v6 (which was already packaged) replaces broadcom-sta
* exmap has not been updated since 2011 and doesn't build
* iscis-target has not been updated since 2010 and doesn't build
* iwlwifi is part of mainline now and doesn't build
* nivida-x11-legacy-96 hasn't been updated since 2008 and doesn't build
Everything not specifically mentioned above builds successfully on 3.10.
I haven't yet tested on 3.4, but will before opening a pull request.
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-04 21:17:04 -05:00
Vladimír Čunát
9443129b08
Merge master into stdenv-updates
...
Conflicts:
pkgs/development/libraries/glibc/2.18/common.nix (take stdenv-updates)
pkgs/misc/emulators/zsnes/default.nix (more complex, build tested)
pkgs/top-level/all-packages.nix (auto-solved)
2014-01-04 18:34:53 +01:00
Eelco Dolstra
94d5776436
freenet: Fix build
...
Also change the name attribute from "freenet-official" to "freenet".
2014-01-03 14:32:13 +01:00
Eelco Dolstra
d150d49128
jedit: Fix build
2014-01-03 14:31:57 +01:00
Peter Simons
72629aa7da
sane-backends-git: update to version 1.0.24.73-g6c4f6bc (i.e. current Git HEAD)
2014-01-03 12:42:48 +01:00
Domen Kožar
3ef95f0582
Merge pull request #1453 from ttuegel/clementine
...
Add clementine-1.2.1 and dependencies
2014-01-02 14:21:18 -08:00
Thomas Tuegel
776dea8d24
add clementine-1.2.1
2014-01-02 14:49:22 -06:00
Bjørn Forsman
4d6605e882
Whitespace fixes in package expressions I maintain
2014-01-02 17:58:08 +01:00
Ricardo M. Correia
dd93ce3378
saneBackends: Update to 1.0.24
2014-01-02 15:53:07 +01:00
Pascal Wittmann
fc2580ad87
Removed confnotify-6.0.patch.
...
I don't think it is a good idea to hardcode this patch in nixpkgs as it is likely that
a patch provided by a user will conflict with this patch. This is for instance the case
with the patch "single_tagset" (http://dwm.suckless.org/patches/single_tagset ).
2014-01-02 11:53:25 +01:00
Domen Kožar
3710322678
Merge pull request #1442 from ttuegel/vim
...
vim: enable support for Lua
2014-01-01 14:28:45 -08:00
Domen Kožar
28acbbef3a
vim: ft-nix-support: update keywords, add builtins
2014-01-01 21:22:02 +01:00
Thomas Tuegel
dd0f48ed98
vim: enable support for Lua
2014-01-01 09:30:57 -06:00
Vladimír Čunát
506a304181
fftw: minor update and major refactoring
...
- Unify the "single" and "float" variants, which are the same thing.
- Enable threads and openmp wrapper by default (they are very small).
- Don't use sse on i686, as I'm quite sure we have no warrant for that.
Cf. http://en.wikipedia.org/wiki/Pentium_Pro
- Disable static libs (big, no indication we need them).
- I tested most builds using fftw (they build OK).
2014-01-01 13:05:56 +01:00
William A. Kennington III
184dd198fb
subversion: Tweaks and Fixes
...
Remove ssl and compression options which are no longer valid when using
serf in place of neon. Also, make sure serf is an optional dependency.
2013-12-31 07:59:37 -06:00
Domen Kožar
68e37cf417
ike: add missing dependencies, note kernel compatibility
2013-12-30 22:19:16 +01:00
Michael Raskin
a3843455c5
Re-add HTTP/HTTPS support back to Subversion by adding serf. Tested.
2013-12-30 23:33:22 +04:00
William A. Kennington III
0270be1eb6
subversion: Update from 1.7.14 -> 1.8.5
2013-12-30 00:08:59 +00:00
Marius Rejdak
2da33b4ecf
tint2 nixpkg
2013-12-29 23:35:46 +01:00
William A. Kennington III
b05d8d8310
vlc: Update from 2.1.1 -> 2.1.2
2013-12-29 21:35:01 +01:00
Domen Kožar
5603e611a7
xbmc: 12.2 -> 12.3
2013-12-29 17:53:40 +01:00
Michael Raskin
e9ec56a596
Update vim_configurable to the same source tag as default vim
2013-12-29 19:38:43 +04:00
Michael Raskin
c5bbad405d
Merge pull request #1423 from wkennington/vim
...
Update vim from 7.4.23 -> 7.4.131
2013-12-29 07:05:17 -08:00
Michael Raskin
c356b67ce7
Merge pull request #1414 from coroa/gammu
...
Add gammu version 1.33.0 - a library and command line utility for interfacing phones
2013-12-29 07:02:35 -08:00
Michael Raskin
6177a4f556
Merge pull request #1410 from ktosiek/pr/compton
...
Bump compton to v0.1_beta2
2013-12-29 07:01:53 -08:00
Michael Raskin
e4f659c201
Merge pull request #1409 from urv/master
...
calibre: upgrade from 1.15.0 to 1.17.0
2013-12-29 07:01:31 -08:00
Jonas Hoersch
4418c1e1d7
Add gammu version 1.33.0 - a library and command line utility for interfacing phones
2013-12-29 15:13:23 +01:00
William A. Kennington III
a2ff906257
vim: Update from 7.4.23 -> 7.4.131
...
Instead of applying all of the patches, this build pulls an archive from
the source code repo with all of the patches already applied. This is the
preferred way from http://www.vim.org/sources.php
2013-12-29 07:51:58 -06:00
Domen Kožar
7324936915
salut_a_toi: use setuptools
2013-12-29 13:06:42 +01:00
Domen Kožar
5ac2d969f2
salut-a-toi: remove distribute dependency (not needed)
2013-12-29 10:24:37 +01:00
Vladimír Čunát
e740b565cf
Merge master into stdenv-updates
...
Conflicts (easy):
pkgs/development/compilers/llvm/default.nix
pkgs/development/compilers/openjdk/default.nix
pkgs/development/libraries/icu/default.nix
pkgs/development/libraries/libssh/default.nix
pkgs/development/libraries/libxslt/default.nix
pkgs/development/tools/parsing/bison/3.x.nix
2013-12-29 10:01:22 +01:00
Vladimír Čunát
cb639302df
Merge glibc-2.18 branch into stdenv-updates
...
It's to separate from other changes coming from master.
Conflicts:
pkgs/development/libraries/glibc/2.18/common.nix (taking both changes)
pkgs/development/libraries/ncurses/5_4.nix (deleted)
2013-12-28 18:51:23 +01:00
Vladimír Čunát
9f735bdf57
gnumeric: add platforms, maintainer
2013-12-28 15:49:19 +01:00
Vladimír Čunát
a126ce011a
gnumeric: add schemas and icons, refactor
...
Also move goffice under gnome3,
as it's released in the same way.
2013-12-28 15:45:20 +01:00
Moritz Ulrich
5890215501
windowManager.xmonad: Make it configurable and extensible.
...
PR #1366
The previous windowManager.xmonad option only starts xmonad and
doesn't make ghc available. This assumes that the user has GHC with
access to the xmonad package in his PATH when using xmonad.
Xmonad in Nix is now patched to accept the XMONAD_{GHC,XMESSAGE}
environment variables which define the path to either ghc or xmessage.
These are set automatically when using xmonad through
windowManager.xmonad.
My (or specific: @aristidb and my) changes make it possible to use
Xmonad without adding GHC to any profile. This is useful if you want
to add a different GHC to your profile.
This commit introduces some options:
- xmonad.haskellPackages: Controls which Haskell package set & GHC set
is used to (re)build Xmonad
- xmonad.extraPackages: Function returning a list of additional
packages to make available to GHC when rebuilding Xmonad
- xmonad.enableContribExtras: Boolean option to build xmonadContrib
and xmonadExtras.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-12-28 09:29:53 +01:00
Moritz Ulrich
5331088ba1
ledger3: Update to latest git (8d38060968)
2013-12-28 00:57:17 +00:00
Song Wenwu
9b273eb971
midori: build with webkit2 to support GTK+2 plugins ( close #1412 )
2013-12-26 18:14:45 +01:00
Song Wenwu
55a49a3f93
midori: fix file chooser dialog (Ctrl+o)
...
vcunat: change to double-prefix of the variable, instead of clearing it.
2013-12-26 18:14:45 +01:00
Song Wenwu
0889c86b86
midori: update from 0.4.4 to 0.5.6 ( close #1411 )
2013-12-26 09:19:19 +01:00
Tomasz Kontusz
37a3f21799
Bump compton to v0.1_beta2
2013-12-26 01:22:24 +01:00
Florian Friesdorf
7a988c62af
git-repo-1.20, update and pin python
2013-12-26 01:01:01 +01:00
Florian Friesdorf
46f627e8f7
git-repo-1.19
2013-12-26 00:45:21 +01:00
Edward Tjörnhammar
01c39bdefc
Adding IntelliJ IDEA13 Community and Ultimate
2013-12-26 00:12:19 +01:00
Vladimír Čunát
b80d1c5923
Merge x-updates
2013-12-25 23:56:41 +01:00
AndersonTorres
378f962c0e
Aegisub: New Package
...
Adding Aegisub: an advanced movie subtitle editor
2013-12-25 22:24:19 +01:00
Arvin Moezzi
8fc2319320
calibre: upgrade from 1.15.0 to 1.17.0
2013-12-25 14:51:08 +01:00
Peter Simons
a4462d9a03
git-annex: fix build some more
2013-12-23 22:30:43 +01:00
Peter Simons
47a3ece984
git-annex: disable test suite to fix build
...
The "lock" test fails. Upstream knows this, and apparently the failure
is caused by a bug in the test suite -- not in the application code.
2013-12-23 22:30:43 +01:00
Peter Simons
2ac0fedb60
haskell-git-annex: update to version 5.20131221
2013-12-23 22:30:42 +01:00
Vladimír Čunát
50ac037864
Merge master into x-updates
2013-12-23 19:27:14 +01:00
Mathijs Kwik
939a0d3b4a
firefox: enable gstreamer for h.264 support in HTML5 video
2013-12-23 15:48:36 +01:00
Mathijs Kwik
82131d5013
clucene_core: switch to versioning scheme to make overriding easier
2013-12-23 15:48:35 +01:00
Mathijs Kwik
e966ebd5e1
kdesvn: upgrade to 1.6.0
2013-12-23 10:25:16 +01:00
Mathijs Kwik
c5d05a5652
jigdo: depend on db4 instead of db45
2013-12-23 10:25:15 +01:00
Mathijs Kwik
a508d30c53
openimageio: hash change
2013-12-23 10:25:15 +01:00
Mathijs Kwik
34527353b5
conkeror: upgrade to more recent git "release"
2013-12-23 10:25:13 +01:00
Mathijs Kwik
e9a61d523e
firefox: use system icu
...
- cleanup of debug/optimize flags
2013-12-23 10:25:13 +01:00
Mathijs Kwik
56cf3c115f
mplayer2: upgrade to git 04/28
2013-12-23 10:21:19 +01:00
Mathijs Kwik
1b9884b7ae
opusfile: new package
2013-12-23 10:21:19 +01:00
Mathijs Kwik
64266a2197
opus-tools: upgrade to 0.1.8
2013-12-23 10:21:18 +01:00
Mathijs Kwik
5771888f4e
wireshark: upgrade to 1.10.3
...
- cleaned up dependencies
- python support is deprecated (upstream) in favor of pyreshark
2013-12-23 10:21:18 +01:00
Nixpkgs Monitor
786b828f33
ngspice: update from 24 to 25
2013-12-23 05:27:10 +02:00
Nixpkgs Monitor
f3c93eaa1e
pidginmsnpecan: update from 0.1.0 to 0.1.4
2013-12-23 05:24:47 +02:00
Nixpkgs Monitor
7e3e830e81
qjackctl: update from 0.3.9 to 0.3.10
2013-12-23 05:21:36 +02:00
Nixpkgs Monitor
ab32224e7b
smplayer: update from 0.8.5 to 0.8.6
2013-12-23 05:19:26 +02:00
Nixpkgs Monitor
e36a27155d
vacuum: update from 1.2.0 to 1.2.3
2013-12-23 03:30:33 +02:00
Nixpkgs Monitor
c23bf0548e
xterm: update from 281 to 300
2013-12-23 03:27:46 +02:00
Lluís Batlle i Rossell
a7a7e414f0
Updating mpv, and making it use ffmpeg_2
2013-12-22 19:00:05 +01:00
Nixpkgs Monitor
78ad8b0a38
telepathy_salut: update from 0.8.0 to 0.8.1
2013-12-22 01:29:01 +02:00
Nixpkgs Monitor
49060a6ade
telepathy_rakia: update from 0.7.4 to 0.8.0
2013-12-22 01:28:29 +02:00
Nixpkgs Monitor
907788ffd7
telepathy_mission_control: update from 5.14.1 to 5.16.0
2013-12-22 01:27:16 +02:00
Nixpkgs Monitor
4c71072c35
telepathy_haze: update from 0.7.0 to 0.8.0
2013-12-22 01:26:16 +02:00
Nixpkgs Monitor
270acdc682
gnumeric: update from 1.12.0 to 1.12.9, potentially fixes CVE-2013-6836
2013-12-21 18:13:03 +02:00
Vladimír Čunát
2b24f1349a
Merge master into x-updates
2013-12-21 10:20:55 +01:00
Nixpkgs Monitor
458decf6c4
mhwaveedit: update from 1.4.21 to 1.4.23
2013-12-21 04:05:17 +02:00
Nixpkgs Monitor
64bdbc9271
samplv1: update from 0.3.2 to 0.3.5
2013-12-21 02:28:28 +02:00
Nixpkgs Monitor
59c3fb01f5
scribus: update from 1.4.1 to 1.4.3
2013-12-21 02:28:28 +02:00
Evgeny Egorochkin
c4c10e8826
ufraw: add missing lensfun dependency
2013-12-21 02:28:27 +02:00
Nixpkgs Monitor
d0e950867c
ufraw: update from 0.18 to 0.19.2
2013-12-21 02:28:27 +02:00
Nixpkgs Monitor
bb1b1bb1a5
xchm: update from 1.18 to 1.23
2013-12-21 02:28:27 +02:00
Nixpkgs Monitor
3e2fc2338c
xfontsel: update from 1.0.2 to 1.0.5
2013-12-21 02:28:27 +02:00
Nixpkgs Monitor
102a88e469
xsane: update from 0.998 to 0.999
2013-12-21 02:28:26 +02:00
Nixpkgs Monitor
7289affced
pari: update from 2.5.4 to 2.5.5
2013-12-21 02:28:25 +02:00
Evgeny Egorochkin
c857d90619
nut: update from 2.6.5 to 2.7.1; fix nut-scanner
2013-12-21 02:28:24 +02:00
Peter Simons
778a55d352
ess-mode: enable Hydra builds on Linux
2013-12-21 00:05:29 +01:00
Vladimír Čunát
4c5a71f777
Merge master into x-updates
...
Conflicts:
pkgs/desktops/gnome-2/desktop/gvfs/default.nix
pkgs/development/libraries/cogl/default.nix
pkgs/development/libraries/libsoup/2.44.nix
2013-12-18 23:21:29 +01:00
Nixpkgs Monitor
6ac1c01e51
kde4.rekonq: update from 1.70 to 1.80
2013-12-18 18:18:33 +02:00
Nixpkgs Monitor
3e97ec3a01
kde4.kwooty: update from 0.8.1 to 0.8.4
2013-12-18 18:18:33 +02:00
Nixpkgs Monitor
b3f1ee3863
jags: update from 2.2.0 to 3.4.0
2013-12-18 18:18:32 +02:00
Nixpkgs Monitor
6b76ba365d
jackmeter: update from 0.3 to 0.4
2013-12-18 18:18:32 +02:00
Nixpkgs Monitor
d315309339
impressive: update from 0.10.2 to 0.10.3
2013-12-18 18:18:32 +02:00
Nixpkgs Monitor
0aef5b8381
gtkwave: update from 3.3.39 to 3.3.53
2013-12-18 18:18:31 +02:00
Nixpkgs Monitor
24c79d6626
gromacsDouble: update from 4.5.5 to 4.6.5
2013-12-18 18:18:30 +02:00
Nixpkgs Monitor
8fa0f4debf
gitAndTools.git: update from 1.8.5.1 to 1.8.5.2
2013-12-18 18:18:28 +02:00
Nixpkgs Monitor
20f3c4de3d
gimp: update from 2.8.8 to 2.8.10
2013-12-18 18:18:28 +02:00
Nixpkgs Monitor
191f349052
cvc3: update from 2.2 to 2.4.1
2013-12-18 18:18:23 +02:00
Nixpkgs Monitor
8e9ed874bf
csound: update from 5.18.02 to 5.19.01
2013-12-18 18:18:23 +02:00
Nixpkgs Monitor
6fb71755b8
cinepaint: update from 1.0 to 1.1
2013-12-18 18:18:22 +02:00
Evgeny Egorochkin
69bb44994e
avogadro: build documentation
2013-12-18 18:18:22 +02:00
Nixpkgs Monitor
c7a7cfc9d2
calibre: update from 1.14.0 to 1.15.0
2013-12-18 18:18:20 +02:00
Nixpkgs Monitor
e66756f350
bitcoin: update from 0.8.5 to 0.8.6
2013-12-18 18:18:19 +02:00
Nixpkgs Monitor
b07899be32
bibletime: update from 2.9.1 to 2.9.2
2013-12-18 18:18:19 +02:00
Nixpkgs Monitor
296e2d5207
bazaarTools: update from 2.2.0 to 2.5
2013-12-18 18:18:18 +02:00
Nixpkgs Monitor
de403540ab
avogadro: update from 1.0.3 to 1.1.1
2013-12-18 18:18:18 +02:00
David Virgilio
84b09e26e5
dzen2: new package
...
"Dzen is a general purpose messaging, notification and menuing program for X11. It was designed to be fast, tiny and scriptable in any language." -- https://github.com/robm/dzen
2013-12-17 12:05:42 +00:00
Sander van der Burg
010273bf1e
Fix imagemagick compilation on darwin, because it still includes ghostscript which should not be the case
2013-12-17 11:45:07 +01:00
Peter Simons
45e8de9a7d
Merge branch 'origin/master' into stdenv-updates.
...
Conflicts:
pkgs/tools/misc/less/default.nix
2013-12-16 21:13:24 +01:00
Nixpkgs Monitor
e748d4c498
gmtk: update from 1.0.5 to 1.0.8
2013-12-16 01:36:18 +02:00
Nixpkgs Monitor
6112fc7fff
xaos: update from 3.5 to 3.6
2013-12-16 01:36:18 +02:00
Nixpkgs Monitor
d2bb4dc100
windowmaker: update from 0.95.4 to 0.95.5
2013-12-16 01:36:17 +02:00
Nixpkgs Monitor
b92620f680
kde4.digikam: update from 3.2.0 to 3.5.0, potentially fixes CVE-2012-4514, CVE-2012-4514
2013-12-15 23:32:32 +02:00
Nixpkgs Monitor
19f3061d10
lingot: update from 0.9.0 to 0.9.1
2013-12-15 13:20:24 +02:00
Nixpkgs Monitor
aa36ddc188
ii: update from 1.6 to 1.7, potentially fixes CVE-2012-2187
2013-12-15 13:06:57 +02:00
Nixpkgs Monitor
a49d2ee8b5
hello: update from 2.8 to 2.9
2013-12-15 13:05:36 +02:00
Nixpkgs Monitor
873c95ba8d
hexedit: update from 1.2.12 to 1.2.13
2013-12-15 13:00:22 +02:00
Nixpkgs Monitor
8c042a49eb
etherape: update from 0.9.12 to 0.9.13
2013-12-15 12:38:46 +02:00
Nixpkgs Monitor
9fa6637c90
bristol: update from 0.60.10 to 0.60.11
2013-12-15 11:25:57 +02:00
Nixpkgs Monitor
ac1972d177
archimedes: update from 2.0.0 to 2.0.1
2013-12-15 11:25:56 +02:00
Nixpkgs Monitor
c08c8ddb52
a2jmidid: update from 7 to 8
2013-12-15 11:25:55 +02:00
Michael Raskin
06d079e089
Merge pull request #1382 from jagajaga/master
...
Add MOC (Music on console)
2013-12-14 22:58:09 -08:00
Michael Raskin
5a333ab0c9
Merge pull request #1381 from AndersonTorres/master
...
MPV: new package
2013-12-14 22:57:23 -08:00
Michael Raskin
b2223ebf69
Merge pull request #1367 from falsifian/firefox_26
...
Firefox 26
2013-12-14 22:54:01 -08:00
Michael Raskin
fc3a316d55
Merge pull request #1361 from iyzsong/ranger
...
add ranger 1.6.1
2013-12-14 22:51:15 -08:00
Arseniy Seroka
674047ed91
Add moc music player
2013-12-15 01:16:18 +04:00
Peter Simons
b7e3905d28
haskell-hledger-irr: update to version 0.1.1.3
2013-12-14 22:08:27 +01:00
Peter Simons
903e36a74c
git-annex: fix build some more
2013-12-14 22:05:17 +01:00
Peter Simons
e706edb8ee
git-annex: disable test suite in this version to fix the build
2013-12-14 21:34:34 +01:00
AndersonTorres
e34aea6178
It is a first try to an expression for MPV video player.
...
It certainly needs a bit of improvement and testing, but it works
nicely - so it's a good time to put it to the great public!
2013-12-14 20:47:05 +01:00
Nixpkgs Monitor
503762f5dc
telepathy_mission_control: update from 5.14.0 to 5.14.1
2013-12-14 21:29:50 +02:00
AndersonTorres
ed05981c8a
It is a first try to an expression for MPV video player.
...
It certainly needs a bit of improvement and testing, but it works
nicely - so it's a good time to put it to the great public!
2013-12-14 19:46:30 +01:00