Michael Raskin
59126fb3f8
Update golly
2015-06-14 11:22:07 +03:00
Michael Raskin
dc84b5118e
Update qpdfview
2015-06-14 11:21:55 +03:00
Siarhei Zirukin
fc964a15cb
mpg123: 1.19.0 -> 1.22.2
2015-06-13 23:24:13 +02:00
Jonathan Rudenberg
52a1ae743b
makemkv: 1.9.2 -> 1.9.3
2015-06-12 17:58:27 -04:00
Bart Brouns
32ed601883
init ladspaPlugins-git at git-2015-03-04
2015-06-12 15:15:27 +02:00
Thomas Tuegel
2a2448bcb7
Merge pull request #8182 from ttuegel/openblas
...
Numerical computing overhaul
2015-06-12 08:06:03 -05:00
Thomas Tuegel
4fb98dd6a7
jags: build with openblas
2015-06-12 07:56:04 -05:00
Robbin C
c07fb11cd2
aacgain: Use more up-to-date upstream repository.
...
Use more up-to-date upstream repostiory, which allows for a cleaner
build. It includes mp4v2 and faad, which will be built statically and
linked to the resulting binary.
2015-06-12 12:54:08 +02:00
Robbin C
681cbedd4a
aacgain: Use fetchFromGitHub instead of fetchgit.
2015-06-12 12:54:07 +02:00
Robbin C
dbac15d66c
aacgain: Add package.
...
This adds aacgain which is a normalizer for AAC (.m4a) audio files.
2015-06-12 12:54:07 +02:00
Damien Cassou
da10587d1b
Merge pull request #8306 from DamienCassou/8305-gparted-gmpc-should-depend-on-hicolor_icon_theme
...
Add hicolor_icon_theme dependency
2015-06-12 11:58:22 +02:00
Damien Cassou
69f4fc4be6
Add hicolor_icon_theme dependency
...
This avoids having icon-theme.cache generated.
2015-06-12 11:53:33 +02:00
Peter Simons
214aae46c7
emacs-monky: add an Mercurial mode that's inspired by Magit
2015-06-12 10:33:10 +02:00
aszlig
1746140184
Merge branch 'chromium-update'.
...
This also merges pull request #8290 plus a few other fixes from
@ambrop72 and me.
The summary of changes is:
* Update all channels to latest upstream.
* Update GYP package and drop gyp_svn1977.
* Remove ICU from buildInputs to prevent build failure.
* Switch back to using --depth . to GYP instead of patching in the
absolute store paths.
* Don't symlink source code anymore, which might introduce a
regression on high I/O load on Hydra. As this is only a temporary
build fix, let's cross fingers and hope we don't hit it. See
c92dbffeac
for an explanation.
* Use HTTPS for the bucket URL.
* Fix nix_plugin_paths patch for version 44 and higher.
Tested at: https://headcounter.org/hydra/eval/169134
2015-06-12 06:05:08 +02:00
Austin Seipp
da6eec001a
nixpkgs: z3 4.3.2 -> 4.4.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-06-11 22:10:56 -05:00
Arseniy Seroka
f744798969
Merge pull request #8283 from eduarrrd/dfilemanager
...
Add dfilemanager/dfm
2015-06-12 01:23:16 +02:00
Eduard Bachmakov
9a517da2b1
Add dfilemanager/dfm
2015-06-11 19:03:53 -04:00
Vladimír Čunát
885808a8d9
liferea: maintenance update
2015-06-11 22:11:21 +02:00
Kirill Elagin
e5b56cdfff
firefox: add option to build with GTK3 ( close #7743 )
2015-06-11 21:15:48 +02:00
Vladimír Čunát
3a90a80a9d
abiword: fix gschemas crash and missing icons
...
The gtk3 file dialogs were crashing, as always without wrapping.
/cc maintainer @pSub.
2015-06-11 21:13:00 +02:00
Vladimír Čunát
cfc753478e
abiword: support goffice
...
/cc maintainer @pSub.
2015-06-11 21:13:00 +02:00
Vladimír Čunát
39902b01bf
goffice: separate from gnome3
...
It's got practically no coupling with gnome, except for gtk3.
2015-06-11 21:13:00 +02:00
aszlig
af54ddf8b6
chromium: Drop plugin_paths patch for old versions.
...
The patch was for versions prior to version 22, so we no longer need it.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-06-11 19:54:11 +02:00
aszlig
6a8afa4bb3
chromium: Fix plugin_paths patch for version 44.
...
The pepper effects plugin has been removed and migrated to NaCl, so I'm
just dropping the hunk of that patch.
Upstream reviow URL: https://codereview.chromium.org/1085393003
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-06-11 19:54:11 +02:00
Ambroz Bizjak
58fd4f672f
Chromium: Update and build fixes.
...
Changes included:
- Update versions.
- Use gyp package not gyp_svn1977.
- Remove icu from buildInputs, since this causes a build error due to inferference with use_system_icu=false.
- Remove the hack that inserts the absolute path into gyp files, and pass `--depth .` to gyp. This resolves the `third_party/angle` gyp error.
- Do a normal copy of the source code not a symlink copy. This resolves some link error where the symlinks interfere with relative paths (seems like because gyp resolves symlinks first). Note, this used to be worked around with the absolute path insertion hack.
- Change the bucketURL in update.nix to https (for more secure updates).
2015-06-11 18:23:58 +02:00
Daiderd Jordan
c7f36cb5f0
fix neovim on darwin
2015-06-11 14:42:55 +02:00
Peter Simons
84dfce0bc0
mercurial: install bash completion
2015-06-11 12:07:15 +02:00
Pascal Wittmann
681b9bf9f9
Merge pull request #8284 from eduarrrd/photoqt
...
photoqt: 1.1.0.1 -> 1.2
2015-06-11 11:36:45 +02:00
Rok Garbas
19248c309a
neovim: uses vimUtils to make it configurable like vim_configurable is
...
- vimAlias argument , when true, will create a @out/bin/vim symlink
- configure argument, which will configure neovim the same way as it does
vim_configurable. eg.: ~/.nixpkgs/config.nix
{
packageOverrides = pkgs : with pkgs; rec {
vimg = neovim.override {
vimAlias = true;
configure = {
customRC = ''
set spell
'';
vam.pluginDictionaries = [
{ names = [ "youcompleteme" "ctrlp"]; }
];
};
};
};
}
Enjoy!
2015-06-11 10:48:29 +02:00
Eduard Bachmakov
11f0f3cba9
photoqt: 1.1.0.1 -> 1.2
...
remove no longer necessary patch
2015-06-10 21:47:50 -04:00
Rok Garbas
f2d7f573af
neovim: adding python2 and python3 support
...
neovim:
- possibility to extend neovim (via .override) and passing extraPythonPackages
or extraPython3Packages
- neovim's python interpreter can be found as nvim-python / nvim-python3
- wrapping nvim binary and setting `g:python_host_prog` and
`g:python3_host_prog` via --cmd flag
python-packages.nix fixes:
- ordereddict builds for py26 and uses disabled argument to tell this
- trollius builds on all python platforms except 3.4 (where is included in
standard librarary)
- neovim builds on all python platforms
2015-06-11 02:54:10 +02:00
vbgl
9d88a15ab4
Merge pull request #8275 from k0ral/mpc
...
mpc: 0.26 -> 0.27
2015-06-10 22:37:48 +02:00
Peter Simons
59d98da246
Merge pull request #8273 from k0ral/git
...
git: 2.4.1 -> 2.4.2
2015-06-10 21:40:13 +02:00
koral
ffdb7ab9a2
mpc: 0.26 -> 0.27
2015-06-10 17:03:10 +00:00
koral
5a64cc1dc8
git: 2.4.1 -> 2.4.2
2015-06-10 16:22:23 +00:00
Christian Theune
8fc6185037
Update syncthing to 0.11.8
...
(Also should fix failing test on i686 as per its Changelog)
2015-06-10 13:33:59 +02:00
Robbin C
9d749881d6
dvd-slideshow: Removed dot at the end.
2015-06-10 19:02:09 +08:00
Arseniy Seroka
a1144c5b45
Merge pull request #8264 from robbinch/pkg-wavegain
...
wavegain: Use fetchFromGitHub instead of fetchgit.
2015-06-10 13:53:15 +03:00
Robbin C
b62f02f751
wavegain: Use fetchFromGitHub instead of fetchgit.
2015-06-10 18:40:25 +08:00
Robbin C
085a0e8d24
dvd-slideshow: Add package.
...
This adds dvd-slideshow, a suite of command line programs that creates a
slideshow-style video from groups of pictures.
2015-06-10 17:34:51 +08:00
Pascal Wittmann
bc4be19099
sonic-visualiser: fix build
2015-06-10 10:17:03 +02:00
Pascal Wittmann
24a218b1cc
mcabber: enable tests
2015-06-10 10:17:03 +02:00
Tobias Geerinckx-Rice
ef94547093
neovim -> 2015-06-09
2015-06-10 00:50:35 +02:00
Pascal Wittmann
e1af50c4c4
byzanz: add -Wno-error for deprecated declarations to fix the build
2015-06-09 20:38:05 +02:00
Bart Brouns
db10561313
init AMB-plugins at 0.8.1
2015-06-08 18:04:43 +02:00
Mateusz Kowalczyk
89c68954bd
Merge pull request #8230 from hiberno/rofi-pass
...
rofi-pass: bump to latest revision
2015-06-08 16:55:38 +01:00
hiberno
d07373c632
rofi-pass: bump to latest revision
2015-06-08 17:48:38 +02:00
lethalman
6ad663fa90
Merge pull request #8078 from magnetophon/magnetophonDSP-master
...
init CharacterCompressor CompBus RhythmDelay constant-detune-chorus
2015-06-08 16:42:11 +02:00
Pascal Wittmann
48006ee291
cherrytree: update from 0.35.7 to 0.35.8
2015-06-08 16:19:42 +02:00
lethalman
9ed71a26fe
Merge pull request #8094 from rzetterberg/antimony
...
Adds antimony 0.8.0b CAD program
2015-06-08 15:04:01 +02:00
lethalman
850f775a98
Merge pull request #8213 from robbinch/pkg-wavegain
...
wavegain: show correct maintainer
2015-06-08 14:26:36 +02:00
Jaka Hudoklin
256692cac1
Merge pull request #8221 from offlinehacker/kubernetes/update
...
Update kubernetes to 0.18.0, fix module
2015-06-08 13:24:18 +02:00
Jaka Hudoklin
392fc849e4
Update kubernetes to 0.18.0, fix module
2015-06-08 13:10:32 +02:00
Pascal Wittmann
ef1c9cdeef
llpp: update to HEAD
2015-06-08 12:30:23 +02:00
Pascal Wittmann
eac4f2aa31
calibre: update from 2.29.0 to 2.30.0
2015-06-08 12:17:32 +02:00
Anders Papitto
50e9fa5719
dirt: include sound samples ( close #8179 )
...
also add self as maintainer
2015-06-08 10:16:03 +02:00
Robbin C
757942ddbf
wavegain: show correct maintainer
2015-06-08 10:31:30 +08:00
Nixpkgs Monitor
389820e798
weechat: update from 1.1.1 to 1.2, potentially fixes CVE-2012-6047, CVE-2012-6554
2015-06-07 15:43:54 +02:00
Moritz Ulrich
f68ab19ff5
slic3r: Update to 1.2.7.
2015-06-07 15:43:53 +02:00
Arseniy Seroka
d2ee96c7b8
Merge pull request #8208 from magnetophon/caps-update-master
...
update caps to 0.9.24
2015-06-07 14:38:51 +03:00
Herwig Hochleitner
8b0b9be025
emacs24: add options for acl and gpm
2015-06-07 13:26:27 +02:00
Bart Brouns
dbec88f564
update caps to 0.9.24
2015-06-07 12:05:11 +02:00
Arseniy Seroka
433a8d766e
Merge pull request #8166 from richardlarocque/firefox_icon
...
Fix firefox-bin icon path
2015-06-07 00:14:37 +03:00
Mateusz Kowalczyk
423c666628
Merge pull request #8202 from ardumont/add-apvlv
...
[new] Add apvlv pdf reader
2015-06-06 20:58:17 +01:00
lethalman
df08e5adfc
Merge pull request #7955 from obadz/dotnet
...
dotNET packages
2015-06-06 21:21:55 +02:00
Domen Kožar
a96f7c9e0a
Merge pull request #8197 from taku0/firefox-bin-libmozgnome
...
firefox-bin, thunderbird-bin: update patchelf arguments
2015-06-06 21:03:16 +02:00
Antoine R. Dumont
dac5a45acf
Add apvlv pdf reader
2015-06-06 21:02:46 +02:00
Arseniy Seroka
ee8825935f
google-music: beta_1.0.129.6633 -> beta_1.0.182.3607
2015-06-06 20:43:09 +03:00
obadz
d4681bf626
Lay down the foundation for packaging the .NET echosystem
...
- fetchNuGet can fetch binaries from nuget servers
- buildDotnetPackage can build .NET packages using mono/xbuild
- Places nuget & paket as they would clash with nix
- Patch project files because F# targets are expected to be found in
the mono directory (and we know that's not going to happen on nix)
- Find DLLs that were copied from buildInputs and replace by symlink
for sharing
- Export produced DLL via the pkg-config mechanism
- Create wrappers for produced EXEs
- Repackaged this new infrastructure: keepass, monodevelop
- Newly packaged: ExtCore, UnionArgParser, FSharp.Data, Paket, and a
bunch more..
This is a combination of 73 commits.
2015-06-06 09:06:22 -04:00
taku0
5f890ceca1
firefox-bin, thunderbird-bin: update patchelf arguments
2015-06-06 19:05:57 +09:00
taku0
6aa10201cc
flashplayer: Update from 11.2.202.457 -> 11.2.202.460
2015-06-06 18:38:18 +09:00
Thomas Tuegel
fbcdb66264
kdeApps_15_04.ktp-text-ui: add missing kdbusaddons dependency
2015-06-05 16:39:50 -05:00
Thomas Tuegel
217506aca1
Update kde-applications-15.04.1 -> kde-applications-15.04.2
2015-06-05 16:39:50 -05:00
Arseniy Seroka
70b5e51456
Merge pull request #8178 from jagajaga/fix/versions
...
fix: add missing versions
2015-06-06 00:22:10 +03:00
William A. Kennington III
ffd0539eba
cacert: store ca-bundle.crt in $out/etc/ssl/certs instead of $out
2015-06-05 13:00:52 -07:00
goibhniu
c17aa9d3c6
Merge pull request #7875 from fkz/digikam
...
updated digikam to version 4.10.0
2015-06-05 17:53:55 +02:00
William A. Kennington III
6d42d6928e
Merge pull request #8111 from codyopel/musescore
...
musescore: 2.0.0 -> 2.0.1
2015-06-05 00:13:02 -07:00
Thomas Tuegel
e729a88474
R: build with openblas
...
Fixes #6393 .
2015-06-04 17:42:04 -05:00
Arseniy Seroka
daf4ec39a5
fix: add missing versions
2015-06-04 23:34:14 +03:00
Tobias Geerinckx-Rice
fcee71066b
rsstail -> 1.9.1
2015-06-04 18:35:44 +02:00
Tobias Geerinckx-Rice
921249e13d
keyfinder -> 1.26
2015-06-04 18:35:43 +02:00
Eelco Dolstra
5d8fe045b6
Revert "Refactor mkFlag out of old packages"
...
This reverts commit 3117e0c897
.
Conflicts:
pkgs/development/libraries/wayland/default.nix
pkgs/servers/samba/4.x.nix
2015-06-04 14:54:50 +02:00
Eelco Dolstra
98a4eabd99
Revert "qemu: 2.2.2 -> 2.3.0"
...
This reverts commit 19c259161b
.
2015-06-04 14:54:48 +02:00
Eelco Dolstra
3096d03435
Revert "Refactor mkFlag / shouldUsePkg into the nixpkgs libraries"
...
This reverts commit 25a148fa19
.
2015-06-04 14:54:48 +02:00
Eelco Dolstra
4f60156afb
Revert "qemu-nix: Build statically"
...
This reverts commit 5afa4f18d6
.
2015-06-04 14:54:47 +02:00
Domen Kožar
baa4d46d21
Merge pull request #8170 from anderspapitto/dunst-fix
...
make a wrapper so that dunst can find dbus-launch
2015-06-04 13:03:31 +02:00
Cillian de Róiste
4938d89272
Merge pull request #8168 from richardlarocque/loxodo_app_rebase
...
Move Loxodo package and add an icon
2015-06-04 11:26:04 +02:00
Anders Papitto
43ef7e2925
make a wrapper so that dunst can find dbus-launch
...
Prior to this change, the following would fail
nix-shell --pure -p dunst --command dunst
while this would succeed
nix-shell --pure -p dunst -p dbus_daemon --command dunst
because dunst tries to execve 'dbus-launch'. The same issue hit if dunst
was used inside a (user) systemd service (which is what I actually care
about).
2015-06-03 23:53:50 -07:00
Richard Larocque
19108c1b6c
Add a .desktop file for Loxodo
2015-06-03 23:44:18 -07:00
Richard Larocque
472642ebff
Make Loxodo into a real package
...
There's no reason to keep it hidden in python27Packages hierarchy.
Promote it to be a top-level package.
2015-06-03 23:43:00 -07:00
Richard Larocque
78f2410865
kodi: Enable RTMP support
...
Ports over similar XBMC changes from
d221fd91a3
.
2015-06-03 23:27:39 -07:00
Richard Larocque
6214a521c9
Fix firefox-bin icon path
2015-06-03 19:33:59 -07:00
Eelco Dolstra
4564a0e5e2
firefox: Update to 38.0.5
2015-06-03 11:35:06 +02:00
Marco
3af4c7065d
Update HOL Light to svn r232 (2015-05-31)
2015-06-03 11:17:39 +02:00
lethalman
997022bea9
Merge pull request #8148 from ts468/jitsi
...
Update version: jitsi: 2.4.4997 -> 2.8.5426
2015-06-03 10:57:37 +02:00
Cillian de Róiste
68a82a9114
Merge pull request #8145 from robbinch/pkg-wavegain
...
wavegain: Add package.
2015-06-03 09:59:40 +02:00
Thomas Strobel
ac355ac095
Update version: jitsi: 2.4.4997 -> 2.8.5426
2015-06-03 07:49:01 +02:00
Mateusz Kowalczyk
9e5c2450d8
Merge pull request #8144 from taku0/firefox-bin-38.0.5
...
firefox-bin: update to version 38.0.5
2015-06-03 06:40:25 +01:00
Robbin C
13ea5b65db
wavegain: Add package.
...
This adds wavegain which is a normalizer for WAV audio files.
2015-06-03 11:06:24 +08:00
taku0
def4876d41
firefox-bin: update to version 38.0.5
2015-06-03 09:32:11 +09:00
Tobias Geerinckx-Rice
1a64d9251c
Add git-hub: command line GitHub interface
...
Rather cool, actually.
2015-06-02 23:58:03 +02:00
Michael Raskin
969776564f
Adding TextAdept
2015-06-02 20:32:13 +03:00
Pascal Wittmann
752528ac9c
add pdfpc, a presenter console with multi-monitor support for PDF files
2015-06-02 13:15:59 +02:00
Richard Zetterberg
1847e204e0
Adds antimony 0.8.0b CAD program
2015-06-02 11:11:39 +02:00
Pascal Wittmann
526a777ee6
Merge pull request #8104 from vbgl/why3-86
...
why3: update from 0.85 to 0.86.1
2015-06-01 20:20:56 +02:00
lethalman
ee6808ee69
Merge pull request #8086 from magnetophon/jaaa-master-fixup
...
jaaa: refactor needed by libclthreads refactor
2015-06-01 17:03:54 +02:00
Arseniy Seroka
d8e5067126
Merge pull request #8100 from codyopel/mopidy
...
Update Mopidy & plugins
2015-06-01 17:15:07 +03:00
Cillian de Róiste
fa3ce48140
Merge pull request #8029 from magnetophon/Ardour3-Ardour4-update
...
ardour: give it all the libs it asks for. ardour3: bugfix
2015-06-01 16:04:10 +02:00
codyopel
d866d4616d
musescore: 2.0.0 -> 2.0.1
2015-06-01 06:56:42 -04:00
_1126
98e698fad2
maintainers: change of nickname.
2015-06-01 11:00:57 +02:00
William A. Kennington III
5afa4f18d6
qemu-nix: Build statically
2015-06-01 01:50:05 -07:00
Pavan Rikhi
8bea2bc5bb
pencil: v2.0.10 -> v2.0.11
2015-06-01 10:18:14 +02:00
Vincent Laporte
28bfbb5562
why3: update from 0.85 to 0.86.1
2015-06-01 05:57:19 +02:00
codyopel
7d42461e5d
ncmpcpp: 0.6.3 -> 0.6.4
2015-05-31 20:35:10 -04:00
codyopel
5de70f7bad
mopidy-spotify: 1.3.0 -> 1.4.0
2015-05-31 20:10:37 -04:00
codyopel
846fa0b7e4
mopidy-mopify: 1.4.1 -> 1.5.1
2015-05-31 20:08:38 -04:00
codyopel
42be3c6097
mopidy-moped: 0.5.0 -> 0.6.0
2015-05-31 20:06:18 -04:00
codyopel
2d1ac66692
mopidy: 1.0.0 -> 1.0.5
2015-05-31 20:04:31 -04:00
Austin Seipp
f47d22a6f1
nixpkgs: verilator 3.872
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-05-31 17:37:56 -05:00
Arseniy Seroka
58d93d158a
Merge pull request #8060 from hiberno/rofi-pass
...
rofi-pass: initial commit.
2015-06-01 01:28:18 +03:00
Arseniy Seroka
8297b6a125
Merge pull request #7937 from magnetophon/QmidiNet-master
...
add QmidiNet: a MIDI network gateway application
2015-06-01 01:27:52 +03:00
Arseniy Seroka
e33cb69baa
Merge pull request #8027 from magnetophon/mod-distortion-master
...
mod-distortion init at git-2015-05-18
2015-06-01 01:27:37 +03:00
William A. Kennington III
abecf4aca1
bitlbee: 3.2.2 -> 3.4.0
2015-05-31 13:55:18 -07:00
Pascal Wittmann
3838f1d490
firestr: fix build (qt5.multimedia was missing)
2015-05-31 19:13:28 +02:00
Vincent Laporte
2af5c8d75f
qarte: minor update to rev. 147
2015-05-31 19:03:43 +02:00
Vincent Laporte
9e68371f51
smtube: update from 15.5.10 to 15.5.17
2015-05-31 19:03:43 +02:00
Vladimír Čunát
81a79f9d03
ocropus: fix chrooted check phase by patchShebangs
2015-05-31 17:53:58 +02:00
Vladimír Čunát
bba6880aa6
snort.org: switch downloads to SourceForge
...
On snort.org they only seem to keep the latest release, which is annoying.
Fixes #8065 . /cc maintainer @aycanirican.
2015-05-31 17:11:40 +02:00
Pascal Wittmann
59943d69f9
joe: update from 3.7 to 4.0, add meta-information
2015-05-31 16:30:24 +02:00
Pascal Wittmann
a35161177e
fbida: update from 2.09 to 2.10
...
add meta info and adpot it
2015-05-31 16:30:24 +02:00
Pascal Wittmann
8d924455c1
idris-mode: update from 0.9.15 to 0.9.18
2015-05-31 16:30:24 +02:00
Pascal Wittmann
e6ce11f0bd
Merge pull request #8073 from magnetophon/MBdistortion-master
...
init MBdistortion at v1.1
2015-05-31 15:39:09 +02:00
Bart Brouns
5725d6ae7d
init MBdistortion at v1.1
2015-05-31 15:35:12 +02:00
Pascal Wittmann
a281c5189c
Merge pull request #8071 from magnetophon/LazyLimiter-master
...
init LazyLimiter at v0.3.01
2015-05-31 15:03:54 +02:00
Bart Brouns
0eca39174b
init CharacterCompressor CompBus RhythmDelay constant-detune-chorus
...
Basically the same pkg,but with different sources
2015-05-31 14:58:49 +02:00
Bart Brouns
39a9f10ccd
init LazyLimiter at v0.3.01
2015-05-31 14:52:12 +02:00
Bart Brouns
5d53b9d278
init VoiceOfFaust at v0.7
2015-05-31 14:49:13 +02:00
Bart Brouns
77fc22e679
jaaa: refactor needed by libclthreads refactor
2015-05-31 13:50:02 +02:00
Cillian de Róiste
fe05de0a8e
synthv1: update from 0.6.1 to 0.6.3
2015-05-31 13:12:40 +02:00
Cillian de Róiste
11526b23ab
samplv1: update from 0.6.1 to 0.6.3
2015-05-31 13:12:40 +02:00
Cillian de Róiste
b140effd2b
qtractor: update from 0.6.6 to 0.6.7
2015-05-31 13:12:40 +02:00
Cillian de Róiste
8d6b8be952
drumkv1: update from 0.6.1 to 0.6.3
2015-05-31 13:12:40 +02:00
Cillian de Róiste
72b259f61e
darktable: update from 1.6.4 to 1.6.6
2015-05-31 13:12:39 +02:00
Christian Theune
fe2d66ff65
Update syncthing to 0.11.7
2015-05-31 12:42:59 +02:00
Vladimír Čunát
1f18764f47
telepathy-salut: fix build - use openssl instead of gnutls
2015-05-30 22:47:20 +02:00
Vladimír Čunát
ff2ccb2721
linssid: fix build by using qt53
2015-05-30 22:08:09 +02:00
Tobias Geerinckx-Rice
1d4bfeacc5
simple-scan 3.16.0.1 -> 3.17.2
2015-05-30 21:09:25 +02:00
Peter Simons
b462c7908f
git-annex: on second thought, let's not break backwards compatibility for no apparent reason
2015-05-30 21:02:45 +02:00
Peter Simons
9cc46aaa4a
git-annex: switch to the version built with GHC 7.10.1
...
Also, this change renames the "gitAnnex" attribute to "git-annex". This
seems more in-line with recent additions to the git package family,
which all used dashed names instead of camel-caps.
2015-05-30 19:54:42 +02:00
Vladimír Čunát
643c515489
dillo: minor update to fix build (after fltk bump)
2015-05-30 17:34:25 +02:00
Bart Brouns
1ed1c3ec92
ardour: give it all the libs it asks for. ardour3: bugfix
...
The latest ardour3 release loses audio and midi
files under some conditions.
7024232855
fixes that.
2015-05-30 13:06:48 +02:00
_1126
12bfdb5ead
rofi-pass: add rofi to deps, adjust description
2015-05-30 10:44:47 +02:00
Bart Brouns
292abec58e
mod-distortion init at git-2015-05-18
2015-05-30 10:15:40 +02:00
Jascha Geerds
2e583a4963
Add jgeerds to maintainers of khal and vdirsyncer
2015-05-30 01:26:45 +02:00
Jascha Geerds
446c9fefff
khal: Add sqlite3 to dependencies
2015-05-30 01:07:18 +02:00
William A. Kennington III
be5f4082fd
pulseaudio: Remove default derivation
2015-05-29 14:47:33 -07:00
William A. Kennington III
b9a366e5c4
Fix typo
2015-05-29 14:35:23 -07:00
William A. Kennington III
b07929b0a3
Use libpulseaudio instead of pulseaudio
2015-05-29 14:32:56 -07:00
William A. Kennington III
cd52c04456
Fix more ca-bundle paths
2015-05-29 14:26:32 -07:00
Arseniy Seroka
95cc27149c
Merge pull request #8066 from ftrvxmtrx/chuck-1.3.5.1
...
chuck: 1.3.5.0 -> 1.3.5.1
2015-05-30 00:04:05 +03:00
William A. Kennington III
14c1e0fa1f
Fix ca-bundle paths
2015-05-29 14:03:34 -07:00
Arseniy Seroka
02fd0c8771
Merge pull request #7742 from magnetophon/guitarix-syslibs-master
...
guitarix: use system zita libs
2015-05-29 23:37:43 +03:00
Pascal Wittmann
c0a5ffc438
wireshark: update from 1.12.4 to 1.12.5, fixes CVE-2015-3808
2015-05-29 22:17:03 +02:00
Siarhei Zirukin
c9f5b8a2ee
chuck: 1.3.5.0 -> 1.3.5.1
2015-05-29 21:55:53 +02:00
Arseniy Seroka
7621bea142
Merge pull request #8058 from codyopel/tetraproc
...
tetraproc: add missing Xorg libs & ensure Jack is in PATH
2015-05-29 21:18:06 +03:00
_1126
c04784dfd6
rofi-pass: initial commit.
2015-05-29 16:42:27 +02:00
codyopel
0ff8e28b83
tetraproc: add missing Xorg libs & ensure Jack is in PATH
2015-05-29 08:53:41 -04:00
Bart Brouns
859ec9719b
guitarix: use system zita libs
2015-05-29 14:05:46 +02:00
Pascal Wittmann
e999716d1e
calibre: update from 2.28.0 to 2.29.0
2015-05-29 12:57:07 +02:00
William A. Kennington III
035273f813
Merge pull request #8022 from devhell/mediainfo
...
Update mediainfo{-gui} and dependencies
2015-05-29 00:57:13 -07:00
William A. Kennington III
aa3dee3a2d
lightdm: Update to stable 1.14.2
2015-05-28 16:23:46 -07:00
Peter Simons
99273a6716
Merge pull request #8047 from nckx/master
...
Don't use "with licenses;" for single licences
2015-05-28 22:14:53 +02:00
Tobias Geerinckx-Rice
158e1cfdd0
Don't use "with licenses;" for single licences
...
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Pascal Wittmann
8b38912260
potrace: update from 1.11 to 1.12
2015-05-28 19:06:11 +02:00
Pascal Wittmann
8ac4521fee
mysql-workbench: fix references to /bin/bash and sudo
...
Closes #5226
2015-05-28 18:41:22 +02:00
codyopel
ba9867fb5b
mpv: refactor & fix youtube-dl support
2015-05-28 09:30:36 -04:00
Marko Durkovic
d917f8c7c9
cygwin: w3m
2015-05-28 10:53:35 +02:00
Evgeny Egorochkin
d2e364c678
unbreak the nixpkgs monitor: url -> urls
2015-05-28 11:38:59 +03:00
William A. Kennington III
0e1477f940
Merge pull request #8033 from codyopel/tetraproc
...
tetraproc: refactor
2015-05-27 23:32:22 -07:00
codyopel
e4fece4f28
tetraproc: refactor
2015-05-28 02:12:45 -04:00
codyopel
0a9d9639ea
jaaa: refactor
2015-05-28 01:57:38 -04:00
Tobias Geerinckx-Rice
b2d7f4b1ba
Use common licence attributes from lib/licenses.nix
...
Many (less easily automatically converted) old-style strings
remain.
Where there was any possible ambiguity about the exact version or
variant intended, nothing was changed. IANAL, nor a search robot.
Use `with stdenv.lib` wherever it makes sense.
2015-05-27 22:00:06 +02:00
devhell
4de17c7837
Update mediainfo{-gui} and dependencies
...
* mediainfo{-gui} 0.7.73 -> 0.7.74
* libmediainfo 0.7.73 -> 0.7.74
From the mediainfo ChangeLog:
```
Version 0.7.74, 2015-05-25
+ FIMS: Preliminary version (not for production)
+ D-10 audio: display of real bitrate beside the encoded bitrate
+ VC-3: detection of CDP packets (608/708 captions), created by Nexio, inside the VC-3 private data
+ AES3: generic term AES3 replaced by more precise SMPTE ST numbers (302, 331, 337)
+ NUT: basic detection
+ FFV1: more parsing of the bitstream, support of any version of FFV1 in MOV and Matroska
+ DPX: color space and frame rate
x #B906, Matroska: duration was missing if Info block is at the end of the file
x #B908, AC-3: bit depth removed
x #P86, MPEG-4: moov_trak_edts_elst Atom was ignoring version of the atom
x Dolby E: the MXF channel count value was sometimes reported instead of the real channel count
x VorbisComment: WAVEFORMATEXTENSIBLE_CHANNEL_MASK "0X" ("x" in uppercase) is accepted now
x EBUCore: TotalProgrammeDuration was wrongly filled with IdentClockStart value
x EBUCore: Source/Material moved from timecodeStart to timecodeTrack
x MPEG-4: info is missing for some streams in some specific cases
```
2015-05-27 19:57:57 +01:00
Charles Strahan
069913e1b9
bviplus: new package
...
ncurses based hex editor with a vim-like interface
2015-05-27 11:48:05 -04:00
Charles Strahan
15b9fe1fab
heme: new package
...
A portable and fast console hex editor for unix operating systems.
2015-05-27 11:48:05 -04:00
Charles Strahan
4976bcd218
hexcurse: new package
...
ncurses-based console hexeditor written in C
2015-05-27 11:48:05 -04:00
Charles Strahan
a22cffa7bb
ht: new package
...
HT is a file editor/viewer/analyzer for executables.
2015-05-27 11:48:05 -04:00
Tobias Geerinckx-Rice
af15a201e1
neovim: update to latest master 2015-05-26
2015-05-27 01:22:43 +02:00
Tobias Geerinckx-Rice
b84588cbde
vim (all builds): add licence information
2015-05-27 01:22:43 +02:00
Tobias Geerinckx-Rice
bd67bfa306
neovim: various small improvements
...
- Fix package name ("neovim-nightly" -> "neovim")
- Use fetchFromGitHub, remove unused parameters
- Improve metadata
- Maintain
2015-05-27 00:13:24 +02:00
Tobias Geerinckx-Rice
661326b34c
x2goclient 4.0.3.2 -> 4.0.4.0
2015-05-26 23:59:36 +02:00
Mateusz Kowalczyk
5c401ea5ee
Merge branch 'bitmeter-master' of https://github.com/magnetophon/nixpkgs
2015-05-26 11:39:06 +01:00
Mateusz Kowalczyk
227bc88da6
Merge pull request #7991 from vbgl/gappa
...
Adds gappa 1.2.0
2015-05-26 11:14:20 +01:00
Mateusz Kowalczyk
a2ece3e75e
Merge pull request #7999 from dezgeg/pr-urxvt-propagate-terminfo
...
rxvt_unicode: Add terminfo output to propagated-user-env-packages
2015-05-26 10:55:22 +01:00
Tobias Geerinckx-Rice
7b6d9d4cff
Remove arb and then-orphaned lesstif93
...
Arb has been broken (and marked as such) since the removal of
GCC 4.2 in July 2014. Nothing and no-one uses it. Time to go.
2015-05-26 11:46:41 +02:00
lethalman
138a51b84b
Merge pull request #7981 from magnetophon/eq10q-master
...
add eq10q: LV2 EQ plugins and more, with 64 bit processing
2015-05-26 10:44:35 +02:00
lethalman
560b3d2410
Merge pull request #7990 from magnetophon/foo-yc20-master
...
add foo-yc20: a Faust implementation of a combo organ
2015-05-26 10:39:27 +02:00
William A. Kennington III
114b3b064b
feh: 2.13 -> 2.13.1
2015-05-26 01:36:35 -07:00
Tuomas Tynkkynen
c69164509d
rxvt_unicode: Add terminfo output to propagated-user-env-packages
...
Fixes #7787 . This should avoid error messages from terminal apps like
"'rxvt-unicode-256color': unknown terminal type.'"
2015-05-26 07:45:15 +03:00
Bart Brouns
d9c8b1f83a
tetraproc: init at 0.8.2
...
Converts the A-format signals from a tetrahedral Ambisonic microphone into B-format signals ready for recording
2015-05-26 04:17:09 +02:00
Bart Brouns
73bb94e620
add foo-yc20: a Faust implementation of a combo organ
2015-05-25 22:37:39 +02:00
Bart Brouns
7ad53157e0
add eq10q: LV2 EQ plugins and more, with 64 bit processing
2015-05-25 21:38:39 +02:00
Vincent Laporte
9f1eb28a20
Adds gappa 1.2.0
...
Gappa is a tool intended to help verifying and formally proving
properties on numerical programs dealing with floating-point or
fixed-point arithmetic.
Homepage: http://gappa.gforge.inria.fr/
2015-05-25 19:32:09 +02:00
Bart Brouns
3ddaf0c32a
add bitmeter: also known as jack bitscope. Useful to detect denormals.
2015-05-25 18:56:15 +02:00
Austin Seipp
d7de6dad5f
Merge pull request #7755 from Lassulus/gitolite-update
...
Gitolite update
2015-05-25 10:02:56 -05:00
Tobias Geerinckx-Rice
b10cb12a93
tetgen 1.4.3 -> 1.5.0
...
Keep version 1.4.3 around as `tetgen_1_4`, because the licence
changed from MIT to AGPL3+ in the meantime.
2015-05-25 13:35:54 +02:00
Tobias Geerinckx-Rice
68e3614ad0
viber: fix evaluation for nox-review
...
Even broken packages ought to evaluate, or die. Especially when
less than a month (!) old...
2015-05-25 13:35:54 +02:00
Christian Theune
9d0bd2cd2d
Update syncthing to 0.11.6
2015-05-25 10:24:02 +02:00
Edward Tjörnhammar
e035e2939a
idea updates
...
idea.pycharm: 4.5 -> 4.5.1
idea.webstorm: 10.0.2 -> 10.0.3
2015-05-25 10:10:23 +02:00
William A. Kennington III
5722d7c5b5
umurmur: Enable shmapi
2015-05-24 16:05:08 -07:00
Peter Simons
83096066c8
irssi: add second download mirror because irrsi.org is offline
...
(cherry picked from commit 79effb88a0d342ffc423b7044548c34c7f5c1aa4)
2015-05-25 00:13:52 +02:00
Vladimír Čunát
c505b8ac28
gnumeric: fix build, minor update, enableParallelBuilding
2015-05-24 19:53:35 +02:00
Pascal Wittmann
ee1f140d40
Merge pull request #7960 from magnetophon/ir.lv2-fixup-master
...
fix build ir.lv2: add fftw
2015-05-24 12:47:19 +02:00
William A. Kennington III
6e41581809
feh: 2.12.1 -> 2.13
2015-05-24 01:52:12 -07:00
Bart Brouns
8527626778
fix build ir.lv2: add fftw
2015-05-23 23:59:13 +02:00
Peter Simons
7d2ce8e707
qfsm: update to version 0.54.0
2015-05-23 23:04:15 +02:00
Arseniy Seroka
85e82df103
Merge pull request #7951 from sfultong/bitcoin-10.2
...
updating bitcoin to 0.10.2
2015-05-23 13:56:04 +03:00
Florian Friesdorf
6ad9f8e1dd
mediathekview-9
2015-05-23 12:41:14 +02:00
Mateusz Kowalczyk
6014752e73
tesseract: fix postInstall
...
We needed to separate each of the unpack commands.
2015-05-23 02:27:47 +01:00
Sam Griffin
1690c1598e
updating bitcoin to 0.10.2
2015-05-22 21:01:21 -04:00
Mateusz Kowalczyk
4d867b0b08
mpv: update to 0.9.2
2015-05-23 01:56:39 +01:00
William A. Kennington III
3117e0c897
Refactor mkFlag out of old packages
2015-05-22 13:54:52 -07:00
William A. Kennington III
25a148fa19
Refactor mkFlag / shouldUsePkg into the nixpkgs libraries
2015-05-22 13:26:55 -07:00
Peter Simons
06f3c4dba5
daq: update to version 2.0.5
...
Fixes https://github.com/NixOS/nixpkgs/issues/7947 .
2015-05-22 20:41:59 +02:00
Edward Tjörnhammar
a49afdf174
idea.clion: 1.0.2 -> 1.0.3
...
idea.android-studio: 1.2.0.12 -> 1.2.1.1
2015-05-22 14:28:48 +02:00
Eelco Dolstra
99e9710348
thunderbird: Update to 31.7.0
...
Also enable parallel building, as it seems to work reliably for
Firefox.
2015-05-22 11:46:18 +02:00
aszlig
b26de39252
gyp: Revive old SVN version to build Chromium.
...
Works around regression from a305e6855d
.
We're also marking it lowPrio to make sure nobody will accidentally
reference it using nix-env -i.
Until we have fixed #7402 , we're going to build with the old gyp version
to prevent being affected by https://crbug.com/462153 .
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-05-22 11:37:40 +02:00
Bart Brouns
71da96faf4
add QmidiNet: a MIDI network gateway application
2015-05-22 10:49:01 +02:00
Tobias Geerinckx-Rice
5d5044b2ec
Use mirror:// URIs for ftp.debian.org
...
Provide a more robust experience for users with horrible network
hardware (me).
2015-05-22 10:39:27 +02:00
aszlig
adb7581459
tesseract: Allow to specify a subset of languages.
...
Especially useful for our OCR based VM tests, where we only need the
english language. By default the argument is null so all languages are
included. If a list of language name is passed only those languages are
enabled, for example:
tesseract.override { enableLanguages = [ "eng" "spa" ]; };
To only enable support for English and Spanish languages.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-05-22 07:45:59 +02:00
Vincent Laporte
30d9e6b144
scribus: update from 1.4.4 to 1.4.5
2015-05-21 21:49:47 +02:00
Thomas Tuegel
ceea949bd0
kdeApps_15_04.okular: enable libspectre for PostScript
2015-05-21 14:38:40 -05:00
Domen Kožar
43a150c05a
zed: 1.0.0 -> 1.1.0
2015-05-21 21:13:40 +02:00
Vincent Laporte
a65bba1e27
tuareg-mode: fix hash
2015-05-21 20:09:53 +02:00
John Wiegley
725005b89f
emacs24Macport: Upgrade Mac Port patch to 5.8
2015-05-21 10:55:00 -05:00
Luca Bruno
478e1d6f14
vanubi: use vte 2.90
2015-05-21 12:58:01 +02:00
Arseniy Seroka
15faa43f13
Merge pull request #7853 from rushmorem/marathon-update
...
Update Mesos Library environment variable
2015-05-21 12:58:11 +03:00
William A. Kennington III
3988cfcbff
lightdm: Add patch to fix some warnings
2015-05-20 19:14:31 -07:00
William A. Kennington III
19c259161b
qemu: 2.2.2 -> 2.3.0
2015-05-20 18:30:22 -07:00
Pascal Wittmann
bfc1582b81
jumanji: fix gsettings schemas, closes #7916
2015-05-21 01:10:24 +02:00
Shea Levy
e3ed4b590b
Fix tarball
2015-05-20 14:09:15 -04:00
Pascal Wittmann
86018addc5
Merge pull request #7909 from taku0/thunderbird-bin-31.7.0
...
thunderbird-bin: update to version 31.7.0
2015-05-20 10:35:00 +02:00
William A. Kennington III
72aa6aaa04
lightdm: 1.14.0 -> 1.15.0
2015-05-19 23:06:42 -07:00
taku0
3705c62266
thunderbird-bin: update to version 31.7.0
2015-05-20 09:33:30 +09:00
Edward Tjörnhammar
bd7eb18c1c
idea.clion: 1.0.1 -> 1.0.2
2015-05-20 01:56:48 +02:00
Pascal Wittmann
10e001ab5b
ocrad: update from 0.24 to 0.25
2015-05-19 20:08:15 +02:00
Luca Bruno
10f49c84dd
Remove last reference to gnome3.gnome_icon_theme
2015-05-19 14:46:45 +02:00
Luca Bruno
9adde87fea
More usage of gnome3.defaultIconTheme
2015-05-19 14:44:27 +02:00
Luca Bruno
1b6401fd2e
More usage of gnome3.defaultIconTheme
2015-05-19 14:40:04 +02:00
Luca Bruno
2274382be9
gpodder: use gnome defaultIconTheme
2015-05-19 13:37:44 +02:00