Domen Kožar
2099a81487
xawtv: 3.95 -> 3.103
...
- package now builds on linux
- added linux platforms
- removed patches
2013-11-10 17:57:58 +01:00
Bjørn Forsman
25b822db37
gnuradio: new package
...
Add GNU Radio, the free & open-source software development toolkit that
provides signal processing blocks to implement software radios.
2013-11-09 22:16:55 +01:00
Peter Simons
46581c6918
subversion: install bash completion
2013-11-09 19:19:22 +01:00
Bjørn Forsman
b8e890539e
tig: small expression cleanup
...
* Add a bit of whitespace to make it easier on the eyes
* Shorten the description (and remove package name)
2013-11-09 19:13:35 +01:00
Bjørn Forsman
9b6fb1ebd5
tig: bump 1.1 -> 1.2.1
...
XML_CATALOG_FILES is needed to be able to build the asciidoc
documentation/manpages in this new version.
2013-11-09 19:06:09 +01:00
Jonas Hoersch
a131ce533d
fbreader: add meta.platforms attribute
2013-11-09 18:16:17 +01:00
Cillian de Róiste
0c555809d1
gimp: upgrade to 2.8.8
...
This also fixes color management support (lcms2)
2013-11-09 16:27:11 +01:00
Cillian de Róiste
1ff90228b2
xsane: add optional gimp plugin support
2013-11-09 15:03:12 +01:00
Cillian de Róiste
b5bac4c7a4
sane: tidy-up, wrap expression arguments
2013-11-09 15:03:12 +01:00
Cillian de Róiste
46646feb17
sane: add support for Epson snapscan scanners
...
The firmware file needs to be downloaded or extracted from the windows
driver file and configured in nixpkgs.config e.g.:
sane.snapscanFirmware = /firmware/esfw41.bin;
2013-11-09 15:03:12 +01:00
Michael Raskin
d569958894
Merge pull request #1189 from grwlf/qvim
...
qvim: fix stdenvAdapters issue, disable Darwin builds
2013-11-08 01:30:23 -08:00
Lluís Batlle i Rossell
0aedd883e8
Adding qbittorrent
2013-11-08 09:59:52 +01:00
Sergey Mironov
2b1b4f3d3a
qvim: chage platforms from 'unix' to 'linux'
...
I have no Darwin machine available so lets test qvim on Linux for now
2013-11-08 12:24:51 +04:00
Peter Simons
dc9efcd02d
milkytracker: fix evaluation
2013-11-07 12:59:45 +01:00
Peter Simons
4a8712328d
Merge pull request #1186 from wizeman/flashplayer
...
flashplayer: Update to 11.2.202.310 (fixes 4 critical security vulnerabi...
2013-11-07 03:31:31 -08:00
cillianderoiste
ed67672aac
Merge pull request #1181 from Zoomulator/master
...
New application: Milkytracker v0.90.85
2013-11-07 02:54:32 -08:00
Michael Raskin
2d1121c454
Merge pull request #1170 from grwlf/qvim
...
Add qvim - an experimental Qt gui for Vim
2013-11-07 02:48:22 -08:00
Ricardo M. Correia
38f85ac5ae
flashplayer: Update to 11.2.202.310 (fixes 4 critical security vulnerabilities)
...
Fixes CVE-2013-3361, CVE-2013-3362, CVE-2013-3363 and CVE-2013-5324.
2013-11-07 11:44:18 +01:00
Kim Simmons
db2075b6d8
Added milkytracker: Compiles and runs.
2013-11-07 11:05:13 +01:00
Sergey Mironov
82dedd9cad
Fix remmina: add Desktop file and icons
2013-11-06 22:57:55 +01:00
Sergey Mironov
ac0019dc18
Fix remmina the FreeRDP GUI frontend
...
The patch fixes [undefined reference to `g_thread_init'] as suggested by
http://ragnermagalhaes.blogspot.ru/2007/09/undefined-reference-to-gthreadinit.html
2013-11-06 22:57:55 +01:00
Lluís Batlle i Rossell
cadd213230
Making mupdf build in 'release', not 'debug'.
2013-11-06 09:10:51 +01:00
Sergey Mironov
c8bb648f0f
qvim: clean up the code
2013-11-06 11:27:06 +04:00
Lluís Batlle i Rossell
1045df3197
Updating mkvtoolnix, libebml, libmatroska to latest versions.
2013-11-05 23:20:27 +01:00
Eelco Dolstra
c88055e1a2
Set meta.hydraPlatforms instead of meta.platforms for some packages
2013-11-05 00:06:10 +01:00
Eelco Dolstra
a2cbc77e4f
Only show/build a package on the platforms listed in meta.platforms
...
The function ‘mkDerivation’ now checks whether the current platform
type is included in a package's meta.platform field. If not, it
throws an exception:
$ nix-build -A linux --argstr system x86_64-darwin
error: user-thrown exception: the package ‘linux-3.10.15’ is not supported on ‘x86_64-darwin’
These packages also no longer show up in ‘nix-env -qa’ output. This
means, for instance, that the number of packages shown on
x86_64-freebsd has dropped from 9268 to 4764.
Since meta.platforms was also used to prevent Hydra from building some
packages, there now is a new attribute meta.hydraPlatforms listing the
platforms on which Hydra should build the package (which defaults to
meta.platforms).
2013-11-05 00:06:10 +01:00
Bjørn Forsman
8867304b5e
filezilla: bump 3.6.0.2 -> 3.7.3
...
Includes security fixes, bug fixes and some (minor) new features.
Changelog is available here:
https://filezilla-project.org/versions.php
Also:
* break long lines
* add meta.platforms
* use licenses.gpl2 attribute instead of a literal string.
2013-11-04 22:53:59 +01:00
Eelco Dolstra
a0e21fd1ca
Mark more packages as broken
2013-11-04 21:11:00 +01:00
Eelco Dolstra
754704ea18
Allow packages to be marked as "broken" by setting meta.broken
...
The effect is that they won't show up in "nix-env -qa" anymore.
2013-11-04 21:11:00 +01:00
Eelco Dolstra
01087750ba
Don't build some packages on some platforms
2013-11-04 21:11:00 +01:00
Sergey Mironov
d6d2de4147
Add qvim - an experimental Qt gui for Vim
...
vim-qt has the most complete set of Ctrl-Alt-Meta binding functionality.
For example, qvim is able to correctly bind keys like Alt-<nonlatin>.
More: https://bitbucket.org/equalsraf/vim-qt/wiki/Features
2013-11-04 23:02:54 +04:00
Eelco Dolstra
b232825c07
adobe-reader: Update to 9.5.5
2013-11-04 18:46:44 +01:00
Domen Kožar
8274bd331a
redshift: add platforms
2013-11-04 12:34:46 +01:00
Jonas Hoersch
795753bbc6
quodlibet: update to version 2.6.3
...
also provides two distinctive flavours, which either wrap the program to
pull in the gstreamer plugins or not.
2013-11-03 16:05:37 +01:00
Jonas Hoersch
8487fdd209
mathematica: fix x86 build of mathematica
...
the MathInstaller doesn't distinguish between 64bit and 32bit linux
platforms.
2013-11-03 14:01:59 +01:00
Peter Simons
576058fe0e
haskell-git-annex: update to version 4.20131101
2013-11-01 17:42:08 +01:00
Peter Simons
dac108f51b
ikiwiki: update to version 3.20130904
2013-11-01 16:33:59 +01:00
Peter Simons
cd1605f729
maxima: update to version 5.31.3
2013-11-01 10:53:44 +01:00
Mathijs Kwik
588db4727c
calibre: fix hash
2013-11-01 07:59:11 +01:00
Peter Simons
893282109e
haskell-xmobar: update to version 0.19
2013-10-31 09:02:24 +01:00
Jaka Hudoklin
e4ebc03367
znc: add support for modules, add fish and push module
...
Close #1148 .
2013-10-30 17:12:55 +02:00
cillianderoiste
ddc809d6da
Merge pull request #1146 from Chaddai/master
...
Adding KVIrc : a IRC Client for Qt and KDE. in kde4.kvirc
2013-10-30 07:15:34 -07:00
Arvin Moezzi
162b874469
calibre: upgrade 1.5.0 -> 1.8.0
...
from #1144
2013-10-30 15:44:03 +02:00
Jason "Don" O'Conal
5a2011e0c3
googleMusicmanager: add expression
...
close #1056
2013-10-30 14:40:08 +02:00
Jaka Hudoklin
11fd5db060
Add gitflow
...
A collection of Git extensions to provide high-level repository operations for Vincent Driessen's branching model
2013-10-30 11:37:57 +01:00
Chaddaï Fouché
5fe82bafac
Ooops licences replaced by licenses
2013-10-30 10:55:40 +01:00
Chaddaï Fouché
1d9632cac8
Adjust kvirc/default.nix to better use stdenv.lib
2013-10-30 10:53:34 +01:00
Cillian de Róiste
9f6f87f76a
MilkyTracker: Tidy up, sort buildInputs and use the attrPath for the license
2013-10-30 00:08:27 +01:00
Cillian de Róiste
39525c52d8
MilkyTracker: fix build, use system zlib and decompressor patch
...
Also add JACK support
2013-10-30 00:08:17 +01:00
Eelco Dolstra
8150f1a362
firefox: Update to 25.0
2013-10-29 23:47:09 +01:00