Commit graph

14578 commits

Author SHA1 Message Date
Austin Seipp 97e5b88d06 nixpkgs: abc-verifier 20150614 -> 20160813
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-08-13 17:48:42 +00:00
Kranium Gikos Mendoza 9a0dfe23d8 tini: fix build 2016-08-13 14:23:20 +08:00
Luca Bruno c8ca30fe2a Merge pull request #17247 from lucas8/yadm
yadm: init at 1.04
2016-08-12 22:08:29 +01:00
Luca Bruno 27f294f38d Merge pull request #17589 from cmfwyp/sagemath
sagemath: update mirrors, fix TeX Live dependency
2016-08-12 21:58:41 +01:00
Luca Bruno 2d4afafc64 Merge pull request #17692 from mimadrid/update/filezilla-3.20.1
filezilla: 3.20.0 -> 3.20.1
2016-08-12 21:46:45 +01:00
zimbatm c2302f2f45 Merge pull request #17677 from kamilchm/no-go-libs-json
buildGoPackage: remove Go deps file `libs.json`
2016-08-12 18:13:29 +01:00
Miguel Madrid bd20aaa767 diff-so-fancy: 0.10.1 -> 0.11.1 (#17691) 2016-08-12 15:12:29 +02:00
Ram Kromberg 4412bcc135 audacious: 3.5.2 -> 3.7.2
Fixes #17543.

@fpletz: Removed unnecessary autotools dependencies & use wrapGAppsHook
instead of makeWrapper.
2016-08-12 14:22:09 +02:00
mimadrid 300e83ba3a
filezilla: 3.20.0 -> 3.20.1 2016-08-12 14:08:38 +02:00
Kamil Chmielewski da3ddd48e4 buildGoPackage: remove Go deps file libs.json
After #16017 there were a lot
of comments saying that `nix` would be better than `JSON`
for Go packages dependency sets.
As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046

    > Because of the content-addressable store, if two programs have the
    > same dependency it will already result in the same derivation in
    > the
    > store. Git also has compression in the pack files so it won't make
    > much difference to duplicate the dependencies on disk. And finally
    > most users will just use the binary builds so it won't make any
    > differences to them.

This PR removes `libs.json` file and puts all package dependencies in
theirs `deps.json`.
2016-08-11 23:07:09 +02:00
Robin Gloster cfdab94bb3 Merge pull request #16752 from phunehehe/android-studio
android-studio: repackage in an FHS environment
2016-08-11 17:10:01 +00:00
Michael Raskin 7b8bd1779e libreoffice-fresh: kill some tests 2016-08-11 18:49:18 +02:00
Michael Raskin 3bf7d5ca03 libreoffice-fresh: 5.1.3.2 -> 5.2.0.4, tests fail for now 2016-08-11 18:49:18 +02:00
Michael Raskin 45a61dc067 Tolerate missed spaces in the download list 2016-08-11 18:49:18 +02:00
Michael Raskin b189d34a1b libreoffice-still: 5.0.6.3 -> 5.1.5.2 2016-08-11 18:49:18 +02:00
Robin Gloster 40d217b90e Merge pull request #17657 from matthewbauer/darwin-misc
Darwin misc. fixes
2016-08-11 16:41:34 +00:00
Robin Gloster e8c7f1953d Merge pull request #17666 from regnat/spotify
spotify : 1.0.34.146.g28f9eda2-19 -> 1.0.36.120.g536a862f-20
2016-08-11 16:34:45 +00:00
Michael Raskin b839d0cd75 compiz: 0.9.12.2 -> 0.9.13.0 2016-08-11 17:57:35 +02:00
Michael Raskin d1951974df golly: 2.7 -> 2.8 2016-08-11 17:57:35 +02:00
Michael Raskin da4b7afea8 pari: 2.7.5 -> 2.7.6 2016-08-11 17:57:35 +02:00
Michael Raskin 4fd2adb604 baresip: 0.4.19 -> 0.4.20 2016-08-11 17:57:35 +02:00
Théophane Hufschmitt dcdcea9938 timewarrior : fix manpages installation (#17667) 2016-08-11 17:54:49 +02:00
Théophane Hufschmitt 1ecab4189f spotify : 1.0.34.146.g28f9eda2-19 -> 1.0.36.120.g536a862f-20 2016-08-11 17:28:38 +02:00
Eelco Dolstra 8877b93649 firefox: 47.0.1 -> 48.0 2016-08-11 16:09:00 +02:00
Katona László 40f6d7ea5d fehlstart: init at 9f4342d7 2016-08-11 10:59:04 +02:00
Matthew Bauer 96322f6926 bcftools: fix darwin building
gcc not available
2016-08-10 22:48:19 -05:00
Matthew Bauer ee63056476 aspino: patch to use c++ instead of g++ 2016-08-10 22:29:18 -05:00
Matthew Bauer b3cb07e130 lie: only build on linux
Darwin build fails from conflicts in libSystem:

In file included from altdom.c:1:
In file included from /private/var/folders/7t/4vz31njj37b8y_bg6z3t7tk00000gn/T/nix-build-LiE-2.2.2.drv-0/LiE/lie.h:34:
In file included from /nix/store/9ll4m9yx854hr64fn1w9ra3qimm3pzdk-Libsystem-osx-10.9.5/include/string.h:176:
/nix/store/9ll4m9yx854hr64fn1w9ra3qimm3pzdk-Libsystem-osx-10.9.5/include/strings.h:73:7: error: redefinition of 'index' as different kind of symbol
char    *index(const char *, int) __POSIX_C_DEPRECATED(200112L);
         ^
/private/var/folders/7t/4vz31njj37b8y_bg6z3t7tk00000gn/T/nix-build-LiE-2.2.2.drv-0/LiE/lie.h:6:14: note: previous definition is here
typedef long index;
             ^
1 error generated.
2016-08-10 21:06:22 -05:00
Matthew Bauer d4b1289592 lie: LiE -> lie
Attributes need to be lowercase, see https://nixos.org/nixpkgs/manual/#sec-package-naming.
2016-08-10 21:04:16 -05:00
Teo Klestrup Röijezon b22afb1de8 playonlinux: 4.2.9 -> 4.2.10 2016-08-11 02:24:41 +02:00
Derek Gonyeo 6aa60630cf acbuild: v0.3.0 -> v0.4.0 2016-08-10 13:39:30 -07:00
Vladimír Čunát 947abb08ac Merge branch 'staging' 2016-08-10 22:09:38 +02:00
zimbatm a4161ac355 terraform: fixes the plugins
The plugins are now part of the binary and cause conflict when available
in the $PATH as well.
2016-08-10 18:01:52 +01:00
obadz 8df7571bbc geogebra: don't build on hydra since derivation just unpacks jars 2016-08-10 14:35:14 +01:00
Mohammed Yaseen Mowzer 04f0cb86d0 geogebra: init at 5.0.265.0
Closes #17400
2016-08-10 14:32:09 +01:00
Hoang Xuan Phu f822b93e05 android-studio: repackage in an FHS environment
This commit fixes 2 main problems:

  - Android Studio comes with its own package manager. The current
    packaging approach doesn't allow such management. As a result the
    package is unusable (see
    https://github.com/NixOS/nixpkgs/issues/8650 and
    https://github.com/NixOS/nixpkgs/issues/14903). In this version,
    $ANDROID_HOME is _not_ set, allowing Android Studio to deal with the
    Android SDK as it pleases (typically in $HOME/Android/Sdk).

  - Android Studio downloads prebuilt binaries as part of the SDK. These
    tools (e.g. `mksdcard`) have `/lib/ld-linux.so.2` set as the
    interpreter. An FHS environment is used as a work around for that.
2016-08-10 20:42:16 +08:00
Frederik Rietdijk c99e8b94c2 Merge pull request #17611 from despairblue/update/atom
update atom
2016-08-10 11:40:51 +02:00
Frederik Rietdijk 111d7a2af4 Merge pull request #17623 from matthewbauer/misc
Misc. hydra fixes
2016-08-10 11:35:44 +02:00
obadz 3822c56e1e chromium: minor fixups
cc @aszlig
2016-08-10 02:35:59 +01:00
Matthew 0bb4604b0b i-score: update sha
Somehow, the sha256 has been changed. This seems to be from the
different submodules within the repository.
2016-08-09 21:56:42 +00:00
Matthew aa9cd7b66d sooperlooper: use autconf correctly 2016-08-09 21:19:34 +00:00
Matthew 473a656426 vacuum-im: add -lz to NIX_LDFLAGS
This should be fixed upstream, but it's broken regardless.

http://hydra.nixos.org/build/38322959/nixlog/1
2016-08-09 21:09:28 +00:00
Matthew 7833781b43 wikicurses: fix build error
It would error when a config file was missing. This patch comes from
github and can be removed once 4b944ac339312b642c6dc5d6b5a2f7be7503218f
is included in a release.
2016-08-09 20:58:52 +00:00
Stefan Junker 918b11e64c rkt: 1.11.0 -> 1.12.0 (#17620) 2016-08-09 22:23:05 +02:00
Danny Arnold c15795a082 atom: 1.9.0 -> 1.9.6 2016-08-09 16:47:00 +02:00
cmfwyp 2b28811957
calibre: add desktop entry files 2016-08-08 23:40:07 -04:00
cmfwyp 071b57ba79
pidgin-skypeweb: 2015-10-02 -> 1.2.1
The source can be fetched with tags now that there are stable
releases of pidgin-skypeweb.
2016-08-08 15:48:49 -04:00
Shea Levy 2faa207701 musescore: 2.0.2 -> 2.0.3 2016-08-08 10:59:55 -04:00
Tuomas Tynkkynen 8f098d71f0 idea.android-studio: Disable Hydra build
http://hydra.nixos.org/build/38305379
2016-08-08 16:12:29 +03:00
Tuomas Tynkkynen bdc2a4a15b gsimplecal: Broken on Darwin
Has never had a successful Darwin build.

http://hydra.nixos.org/build/38312308
2016-08-08 16:12:29 +03:00
Robin Gloster f8fbb6fa5c Merge pull request #17582 from paperdigits/geeqie-13
geeqie: 1.2.3 -> 1.3
2016-08-08 09:06:15 +00:00
Frederik Rietdijk ebda79230b Merge pull request #17576 from sternenseemann/master
teamspeak_client: 3.0.19.3 -> 3.0.19.4
2016-08-08 10:22:45 +02:00
cmfwyp 179d992427
sage: fix TeX Live input
The Sage derivation had texLive, the old TeX Live packaging which
is now marked as broken, as a build input. This replaces it by the
current TeX Live packaging.

However, the build remains broken. One of the problems can be
solved by patching the hashbangs at the beginning of build scripts,
but the build still gets stuck while building ncurses.
2016-08-07 23:18:47 -04:00
Mica Semrick 852cdd0759 geeqie: 1.2.3 -> 1.3 2016-08-07 14:35:23 -07:00
Vladimír Čunát 75a92f4cd4 amarok: enableParallelBuilding = true
It builds rather long otherwise.
2016-08-07 20:46:37 +02:00
Vladimír Čunát 950feb70b2 treewide: fixup various mysql ocurrences after re-split 2016-08-07 20:46:37 +02:00
Vladimír Čunát ee23909dc6 hello: doCheck = true; again
Close #17573.
2016-08-07 17:17:34 +02:00
Moritz Ulrich f7f8de64f4 Merge pull request #17574 from DamienCassou/add-checks-back-to-emacs25pre
emacs25pre: Removes doCheck = false
2016-08-07 11:11:58 +02:00
lukasepple cd1ebc64d3 teamspeak_client: 3.0.19.3 -> 3.0.19.4 2016-08-07 11:03:39 +02:00
Damien Cassou 882ad3bbd0 emacs25pre: Removes doCheck = false
Fixes #13573. This package builds fine without this line now.
2016-08-07 09:04:31 +02:00
Rok Garbas 687a012ba8 Merge pull request #17557 from laMudri/spotify-update
Spotify update
2016-08-07 04:21:44 +02:00
Mica f9dfe0d843 darktable 2.0.4 -> 2.0.5 (#17568) 2016-08-07 04:20:14 +02:00
Rail Aliiev d6d4cf185e i3lock-fancy: use absolute paths (#17569)
When it's used from command line or as a i3 shortcut, i3lock-fancy works
without any issues. If you try to pass it as an argument to xss-lock or
xautolock running as a systemd user service, getopt and fc-match are not in
PATH and locking doesn't work as expected. This patch replaces non absolute
paths with stable ones and should fix the issue.
2016-08-07 03:42:43 +02:00
Thomas Tuegel 8dc53d76d5 spotify: 1.0.33.106 -> 1.0.34.146 2016-08-06 17:53:28 -05:00
lucas8 3f6d3faf1e
yadm: using fetchFromGitHub 2016-08-06 23:59:54 +02:00
Tuomas Tynkkynen ce537c98de tweak: Broken on Darwin
http://hydra.nixos.org/build/38316344
2016-08-06 17:06:45 +03:00
Tuomas Tynkkynen 4f398dfd13 bro: Broken on Darwin
http://hydra.nixos.org/build/38312081
2016-08-06 17:06:45 +03:00
Tuomas Tynkkynen 9deb6cfff1 xaos: Broken on i686
http://hydra.nixos.org/build/38238044
2016-08-06 17:06:45 +03:00
Tuomas Tynkkynen fdde95e096 msieve: Broken on i686
http://hydra.nixos.org/build/38236222
2016-08-06 17:06:45 +03:00
Tuomas Tynkkynen f87f37c1ee bwa: Broken on i686
http://hydra.nixos.org/build/38236956
2016-08-06 17:06:45 +03:00
obadz 20f009d56d chromium: split the sandbox into a seperate output (take 2)
Fixup of 231ed9e
2016-08-06 14:42:13 +01:00
laMudri 716591ea3b spotify: add mudri as maintainer 2016-08-06 13:58:28 +01:00
laMudri 369ce2f7d1 spotify: 1.0.33 -> 1.0.34 2016-08-06 13:01:35 +01:00
obadz 231ed9edd9 chromium: split the sandbox into a separate output
Related to #17460 and 66d5edf
Triggers a rebuild of Chromium
2016-08-06 10:29:56 +01:00
obadz 66d5edf654 chromium: add nixos module security.chromiumSuidSandbox
Closes #17460

Changed the wrapper derivation to produce a second output containing the sandbox.
Add a launch wrapper to try and locate the sandbox (either in /var/setuid-wrappers or in /nix/store).
This launch wrapper also sheds libredirect.so from LD_PRELOAD as Chromium does not tolerate it.

Does not trigger a Chromium rebuild.

cc @cleverca22 @joachifm @jasom
2016-08-06 10:27:47 +01:00
Robin Gloster 19158a60cf Merge pull request #17541 from womfoo/bump/wraith-1.4.7
wraith: 1.4.6 -> 1.4.7, fixes build
2016-08-05 19:04:02 +02:00
Kranium Gikos Mendoza 9470b28743 wraith: 1.4.6 -> 1.4.7 2016-08-06 00:05:40 +08:00
obadz d6528a1b7f chromium: fixup commit 33557ac
Helps with #17460

@cleverca22 saw calls to SetuidSandboxHost::GetSandboxBinaryPath so we
patch this function instead.

cc @joachifm
2016-08-05 10:55:48 +01:00
Aneesh Agrawal 5e3eb476f5 neovim: remove unused glib dependency (#17499)
As far as I can tell, neovim has never required glib to build.
The neovim libtermkey does include a demo-glib.c example, but that is
optional.
2016-08-05 09:33:05 +02:00
Franz Pletz 792f96fbc7 Merge pull request #17489 from mayflower/pkg/gitlab-8-10
gitlab: 8.5.12 -> 8.10.3, update module
2016-08-04 23:35:22 +02:00
obadz 33557acb36 chromium: add ability to control which sandbox is used
First step towards addressing #17460

In order to be able to run the SUID sandbox, which is good for security
and required to run Chromium with any kind of reasonable sandboxing when
using grsecurity kernels, we want to be able to control where the
sandbox comes from in the Chromium wrapper. This commit patches the
appropriate bit of source and adds the same old sandbox to the wrapper
(so it should be a no-op)
2016-08-04 20:37:35 +01:00
Dinnanid 672447f1ad
eclipse-sdk: 4.5.2 -> 4.6 2016-08-04 20:11:08 +02:00
Dinnanid b78a70ccc8
eclipse-sdk: 4.5.1 -> 4.5.2 2016-08-04 20:11:08 +02:00
José Romildo Malaquias 20e4e2f9eb tint2: 0.12.11 -> 0.12.12 2016-08-04 07:31:55 -03:00
Rob Vermaas ea9d390c1a Update spotify
(cherry picked from commit 25e68f79e6f30823ac413289b80754a95917b421)
2016-08-04 09:12:43 +00:00
Erik Rybakken 37aff96daf ripser: init at 1.0 (#17481) 2016-08-04 10:21:48 +02:00
Benjamin Staffin 78e5e61bbe Update google-chrome versions
The previous download links were all broken.

Stable: 51.0.2704.103 -> 52.0.2743.116
Beta:   52.0.2743.41  -> 53.0.2785.34
Dev:    53.0.2767.4   -> 54.0.2816.0
2016-08-04 00:22:58 -04:00
Franz Pletz c39b6025d8 gitlab: 8.5.12 -> 8.10.3, update module
Fixes #14795.
2016-08-04 02:29:44 +02:00
Tobias Geerinckx-Rice 345f58a4b9
fmit: 1.0.15 -> 1.1.8 2016-08-04 00:25:20 +02:00
Robin Gloster da1a6f4490 Merge pull request #17491 from phile314/git-lfs-update
git-lfs: 2016-06-7 -> 1.3.1
2016-08-03 23:51:43 +02:00
Robin Gloster d833d92778 Merge pull request #17488 from HectorAE/purple-matrix
purple-matrix: init at 2016-07-11
2016-08-03 22:43:05 +02:00
Philipp Hausmann d94ec6ce14 git-lfs: 2016-06-7 -> 1.3.1 2016-08-03 22:36:01 +02:00
Franz Pletz 8a0834c335 mupdf: 1.9 -> 1.9a, add patch to fix CVE-2016-6525 2016-08-03 22:18:56 +02:00
Hector A. Escobedo 594256c3a8 purple-matrix: init at 2016-07-11 2016-08-03 15:46:28 -04:00
Rok Garbas 2a4312d92b
firefox-beta-bin: 48.0b9 -> 49.0b1 2016-08-03 19:39:46 +02:00
Joachim F 70bf931498 Merge pull request #17410 from knedlsepp/motif-on-darwin
motif: Add support for darwin
2016-08-03 18:31:43 +02:00
Michael Raskin ef46388c48 neovim-qt: 0pre -> 0.2.1, use libmsgpack 1.4 2016-08-03 17:58:22 +02:00
Robin Gloster 54984049f6 Merge pull request #17477 from mimadrid/update/qutebrowser-0.8.2
qutebrowser: 0.8.1 -> 0.8.2
2016-08-03 11:54:59 +02:00
Robin Gloster b1f2e02fd5 Merge pull request #17456 from chris-martin/truecrypt-fix-src
Truecrypt: fix source url
2016-08-03 11:54:24 +02:00
mimadrid 4a06ece723
qutebrowser: 0.8.1 -> 0.8.2 2016-08-03 11:02:02 +02:00
zimbatm 2f791c7444 terraform: 0.6.16 -> 0.7.0 2016-08-03 09:53:20 +01:00
Peter Hoeg 0afcb79f60 puddletag: init at 1.1.1 (#17443)
Thanks to @fridh for feedback.
2016-08-03 00:25:41 +02:00
Luca Bruno 2cce7a064e telepathy_salut: fix build, add myself as maintainer 2016-08-02 22:00:24 +02:00
Franz Pletz cb0ddbadd9 seabios: 1.9.2 -> 1.9.3 2016-08-02 21:21:02 +02:00
Tuomas Tynkkynen 21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Tuomas Tynkkynen 102ffa6be7 treewide: Wrap some really long package descriptions 2016-08-02 21:17:44 +03:00
Tuomas Tynkkynen 63de40099f treewide: Move some meta sections to end-of-file
That seems to be the overwhelming convention.
2016-08-02 21:17:44 +03:00
Tuomas Tynkkynen 2258b21e4b treewide: Add lots of platforms to packages with no meta
Build-tested on x86_64 Linux and on Darwin.
2016-08-02 21:17:44 +03:00
Tuomas Tynkkynen 59ce911810 treewide: Some EOF-whitespace fixes 2016-08-02 21:17:44 +03:00
Tuomas Tynkkynen 1bf5ded193 treewide: Lots of meta.hydraPlatforms -> meta.platforms
In all of these files, there is no meta.platforms but only
meta.hydraPlatforms, which doesn't seem to have any purpose except being
inconsistent.
2016-08-02 21:17:44 +03:00
Tuomas Tynkkynen b96fe03484 treewide: Fix meta.platforms related typos 2016-08-02 21:17:44 +03:00
taku0 47024938a2 firefox-bin: 47.0.1 -> 48.0 (#17452) 2016-08-02 16:55:55 +02:00
Frederik Rietdijk 450c866730 Merge pull request #17446 from despairblue/update/atom
atom: 1.8.0 -> 1.9.0
2016-08-02 13:52:42 +02:00
Benno Fünfstück 2c7b5ac8a9 notmuch-mutt: drop unused fetchurl parameter 2016-08-02 11:45:42 +02:00
Benno Fünfstück 58afc252e4 notmuch-mutt: remove unused parameter 2016-08-02 11:39:50 +02:00
Peter Hoeg 8c04c3c899 notmuch-mutt: init at 0.22 2016-08-02 11:39:50 +02:00
Danny Arnold 9d85a87e73 atom: 1.8.0 -> 1.9.0 2016-08-02 11:38:58 +02:00
Frederik Rietdijk f7a48fb80e Merge pull request #17435 from ttuegel/konsole-kpart
Add missing Konsole kpart to various KDE applications
2016-08-02 09:13:15 +02:00
Frederik Rietdijk 266fde80ca kde5.konversation: 1.6 -> 1.6.1 2016-08-02 09:00:03 +02:00
Frederik Rietdijk 65c109f887 kde5.konversation: use kdeWrapper 2016-08-02 08:49:12 +02:00
Frederik Rietdijk 2e538a0f55 kde5.yakuake: use kdeWrapper 2016-08-02 08:40:16 +02:00
Thomas Tuegel 39aff85b0e kde5.kile: add konsole kpart 2016-08-01 15:42:17 -05:00
Chris Martin ade00b3c42 truecrypt: change checksum from sha1 to sha256 2016-08-01 13:32:11 -07:00
Chris Martin 9c4b23ba11 truecrypt: update source url 2016-08-01 13:31:44 -07:00
Jean-Pierre PRUNARET 26a2392594 qgis: 2.10.0 -> 2.16.1
Upgrade qgis with latest version
2016-08-01 21:26:01 +02:00
Robin Gloster 5341b8b1f8 moonlight-embedded: init at 2.2.1 (#17414) 2016-08-01 18:46:13 +02:00
Bjørn Forsman 93bac07b38 mopidy: fix zeroconf support (by depending on dbus)
Closure size increases by 1 MiB, from 480 to 481.
2016-08-01 17:23:16 +02:00
obadz 8d84e6a20f libreoffice: add compile flag -fpermissive due to libcurl upgrade
curl upgrade to 7.50.0 (#17152) changes the libcurl headers slightly and
therefore requires the -fpermissive flag until this package gets updated
2016-08-01 13:23:30 +01:00
Robin Gloster 8c735c3aee Merge pull request #17388 from magnetophon/zam-plugins
zam-plugins: 3.6 -> 3.7
2016-07-31 23:50:54 +02:00
Josef Kemetmueller 3a910eed61 nedit: Add darwin support 2016-07-31 20:57:14 +02:00
Josef Kemetmueller 3d3d607408 catclock: Add darwin support 2016-07-31 20:57:06 +02:00
Robert Helgesson 8878e8ec05 leo2: remove use of builderDefsPackage (#17398) 2016-07-31 13:57:29 +02:00
Langston Barrett d3d0bab56e mopidy-musicbox-webclient: 2.2.0 -> 2.3.0 (#17391) 2016-07-31 13:51:27 +02:00
Gabriel Ebner b714fdb574 khard: 0.9.0 -> 0.11.1 2016-07-31 10:14:13 +02:00
Bart Brouns 86cf45338a zam-plugins: 3.6 -> 3.7 2016-07-30 22:27:08 +02:00
Joachim F 255227780e Merge pull request #17383 from jokogr/new/syncthing-inotify
syncthing-inotify: init at 0.8.3
2016-07-30 21:59:19 +02:00
Joachim F a5302f3c79 Merge pull request #17313 from vrthra/kakoune
kakoune: init at 2016-07-26
2016-07-30 19:31:11 +02:00
Ioannis Koutras 631edf7de8 syncthing-inotify: init at 0.8.3 2016-07-30 20:19:16 +03:00
Ram Kromberg 78d82f33ac alliance: 5.0 -> 5.1.1 (#17353) 2016-07-30 15:35:51 +01:00
Joachim F 29739ece1f Merge pull request #17376 from mimadrid/update/meld-3.16.2
meld: 3.16.1 -> 3.16.2
2016-07-30 14:00:29 +02:00
Joachim F 5915716f13 Merge pull request #17373 from peterhoeg/st_0143
syncthing: 0.14.2 -> 0.14.3
2016-07-30 12:26:30 +02:00
lucas8 849414f276
yadm: init at 1.04 2016-07-30 11:40:37 +02:00
Bart Brouns dc6ec6a4c8 faust: remove double quotes around NIX_CFLAGS_COMPILE and NIX_LDFLAGS
fixes https://travis-ci.org/NixOS/nixpkgs/jobs/147556297#L2705
2016-07-30 11:21:02 +02:00
mimadrid 83251cdd60
meld: 3.16.1 -> 3.16.2 2016-07-30 11:06:22 +02:00
Peter Hoeg 10deae8a57 syncthing: 0.14.2 -> 0.14.3 2016-07-30 11:32:43 +08:00
Dmitry Kalinkin 4449ecb617 root: 6.04.16 -> 6.04.18 (#17265)
root: compile against external gsl

Revert "Revert "root: enable parallel building""

This reverts commit ee1a10ee6b.

ROOT has no problems with parallel build. The problems that caused the
original commit were not related to parallel building.
2016-07-30 01:41:37 +01:00
Kranium Gikos Mendoza c9e5ddde0a monero: 0.8.8.4 -> 0.9.4 (#17371) 2016-07-30 01:37:49 +01:00
mimadrid 5fbe282abd
wireshark: 2.0.4 -> 2.0.5 2016-07-29 12:11:09 +02:00
mimadrid 59caf069a4
git: 2.9.1 -> 2.9.2 2016-07-29 11:28:31 +02:00
mimadrid ca780df195
nano: 2.6.1 -> 2.6.2 2016-07-28 16:46:25 +02:00
Robin Gloster 154af9e67d Merge pull request #9499 from khumba/scilab-bin-5
scilab-bin: init at 5.5.2
2016-07-28 16:43:08 +02:00
Robin Gloster bddec681fb Merge pull request #17334 from RamKromberg/init/catclock
catclock: init at 2015-10-04
2016-07-28 16:31:12 +02:00
Marco Maggesi c28eb6c2ba Update HOL Light to version 2016-07-23. 2016-07-28 15:56:20 +02:00
Frederik Rietdijk ace13888c7 Merge pull request #17282 from magnetophon/faust1git
faust1git: 2016-04-27 -> 2016-07-19
2016-07-28 15:11:07 +02:00
Frederik Rietdijk e40f5e6658 Merge pull request #17338 from matthiasbeyer/update-rtv
Update rtv
2016-07-28 15:01:31 +02:00
Matthias Beyer 39cd6895c1 rtv: 1.9.0 -> 1.10.0 2016-07-28 14:00:37 +02:00
Damien Cassou b9f7a65179 melpa-stable-packages: 2016-07-28 2016-07-28 13:44:44 +02:00
Ram Kromberg 4f94e026f4 catclock: init at 2015-10-04 2016-07-28 12:09:31 +03:00
Matthias Beyer af5e45cf2e timewarrior: 0.9.5.alpha -> 1.0.0.beta1 2016-07-28 10:57:19 +02:00
Pascal Wittmann cf114708fe Merge pull request #17153 from rasendubi/rhythmbox
rhythmbox: init at 3.2.1
2016-07-28 08:56:07 +02:00
Bryan Gardiner ed071594e5
scilab-bin: init at 5.5.2
A built-from-source Scilab 5 package looks to be a lot more work, and some
dependencies are missing from Nixpkgs, but the binary version with bundled
dependencies works.
2016-07-27 21:30:12 -07:00
Matthias Beyer c31cbe8f9c xterm: Make dec-locator support optional (#17238)
Enable it by default but allow disabling, which solves some issues one
might have with vim/nvim as reported and documented in

    #17158
    #17170
    #17234
    neovim/neovim#5015
2016-07-28 04:08:54 +02:00
Michele Guerini Rocco cf8c16e3aa mkvtoolnix: 9.2.0 -> 9.3.1 (#17321) 2016-07-28 04:00:04 +02:00
Franz Pletz 996c9837fa Merge pull request #17322 from RamKromberg/init/motif
motif: init at 2.3.6 & nedit: 5.6 -> 5.6a
2016-07-28 03:53:38 +02:00
Thomas Tuegel ea3e067106 Merge pull request #17324 from mdorman/emacs-updates
Emacs package updates
2016-07-27 20:53:08 -05:00
Michael Alan Dorman 475a8e0568 org-packages: 2016-07-27 2016-07-27 19:52:51 -04:00
Michael Alan Dorman d5dfd4b82e melpa-stable-packages: 2016-07-27 2016-07-27 19:52:48 -04:00
Michael Alan Dorman 9237931cf0 melpa-packages: 2016-07-27
Also, the last time the version numbers should change capriciously.
2016-07-27 19:52:42 -04:00
Michael Alan Dorman b391a3d47a elpa-packages: 2016-07-27 2016-07-27 19:52:37 -04:00
Ram Kromberg c764437946 nedit: 5.6 -> 5.6a 2016-07-28 01:33:52 +03:00
Rahul Gopinath 1db375ebd9 kakoune: init at 2016-07-26 2016-07-27 15:14:06 -07:00
mimadrid 2ea77889ad filezilla: 3.19.0 -> 3.20.0 2016-07-27 22:48:43 +02:00
Christian L f51169366b neomutt: 20160611 -> 20160723 (#17268)
For information about what has changes, please refer to
http://www.neomutt.org/2016/07/23/release.
2016-07-27 18:55:48 +02:00
Bart Brouns ef570f29b9 plugin-torture: 5 -> 2016-07-25 (#17272) 2016-07-27 18:50:36 +02:00
jokogr 54e870e3b1 syncthing: 0.14.0 -> 0.14.2 (#17274)
* Update syncthing from 0.14.0 to 0.14.2
* Use fetchFromGitHub instead of fetchgit
* Add joko to package maintainers
2016-07-27 18:49:43 +02:00
Miguel Madrid 94549d4fab qutebrowser: 0.8.0 -> 0.8.1 (#17302) 2016-07-27 15:50:29 +01:00
Robert Helgesson 893d0830ea
eclipse-plugin-jdt: 4.5.2 -> 4.6 2016-07-27 15:59:07 +02:00
Robert Helgesson b36802d24e
eclipse-plugin-checkstyle: 6.19.0 -> 6.19.1 2016-07-27 15:59:07 +02:00
Damien Cassou 8a887fa1ba Merge pull request #17297 from DamienCassou/emacs25.1-rc1
emacs25pre: 25.0.95 -> 25.1-rc1
2016-07-27 15:37:39 +02:00
Damien Cassou 6a41c312eb emacs25pre: 25.0.95 -> 25.1-rc1 2016-07-27 14:24:17 +02:00
Michael Alan Dorman 967bb7e195 spaceline: melpa-stable no longer requires melpa powerline 2016-07-27 06:54:16 -04:00
Michael Alan Dorman a6220b0757 crux: melpa-stable no longer broken 2016-07-27 06:54:16 -04:00
Robin Gloster 3882698004 Merge pull request #17294 from kamilchm/fix-mesos-fetcher-extract
mesos: FIX #16917 Failed to extract tgz
2016-07-27 12:23:07 +02:00
Gabriel Ebner f970bc67c7 lean: 20160117 -> 2016-07-05
Fixes #17260.
2016-07-27 11:01:45 +02:00
Kamil Chmielewski 81efd0c82d mesos: FIX #16917 Failed to extract tgz 2016-07-27 10:11:33 +02:00
Bart Brouns 037fc40b6a faust1git: 2016-04-27 -> 2016-07-19 2016-07-26 20:40:44 +02:00
Ram Kromberg 3df0422083 lenmus: 5.4.1 -> 5.4.2 2016-07-26 20:14:06 +03:00
Bjørn Forsman e7ef33c50a git: fix gitweb.cgi breakage due to missing CGI.pm
CGI.pm was removed from Perl core in v5.22, breaking the gitweb.cgi
script and thus NixOS' services.lighttpd.gitweb. Nixpkgs switched to
Perl 5.22 with a85ba820a4 ("perl: Make 5.22 the default").

Fix it by bringing in the Perl CGI module (and dependency HTMLParser).
The closure size of "nix-build -A git" increase by 1 MiB, to 201 MiB.
2016-07-26 15:20:24 +02:00
Gabriel Ebner 7fce7c5a07 qutebrowser: 0.7.0 -> 0.8.0 2016-07-26 14:53:59 +02:00
Kranium Gikos Mendoza b98e4b3aa4 qtbitcointrader: add {pre,post}Configure to fix build (#17269) 2016-07-26 12:15:47 +02:00
Graham Christensen 3badad811c Merge pull request #17262 from jerith666/crashplan-47-r2
crashplan: 4.7.0-r1 -> 4.7.0-r2
2016-07-26 02:05:55 +00:00
Matt McHenry 0a0172fffb crashplan: 4.7.0-r1 -> 4.7.0-r2
follow up to f1c1c1be: also increment the rev number
2016-07-25 19:48:25 -04:00
Ram Kromberg 5685968ca6 midori: 0.5.8 -> 0.5.11 (#17142) 2016-07-25 21:25:42 +01:00
Kranium Gikos Mendoza a5d1c8d471 bluejeans: 2.160.63.8 -> 2.160.66.8 (#17232) 2016-07-25 20:53:32 +01:00
Bart Brouns 5b48659519 CharacterCompressor 0.2 -> 0.3 (#17207) 2016-07-25 20:52:06 +01:00
Maximilian Güntner 1fa6fe72fd unison: 2.48.3 -> 2.48.4 (#17209)
Signed-off-by: Maximilian Güntner <code@maschinenpsychologe.de>
2016-07-25 20:50:09 +01:00
taku0 2ac2676a17 android-sdk: 24.4.1 -> 25.1.7 (#17193) 2016-07-25 20:47:39 +01:00
Florian Fackler f1c1c1be6c crashplan: Fixed the checksum 2016-07-25 15:20:34 +02:00
Rommel M. Martinez 48fdde173f emem: 0.2.22 -> 0.2.23 (#17245) 2016-07-25 06:13:49 +02:00
Bjørn Forsman 2451680603 pitivi: 0.95 -> 0.96 (fixes startup error) (#17228)
* pitivi: 0.95 -> 0.96 (fixes startup error)

The upgrade of gtk3 to v3.20 broke pitivi, causing it to segfault after
the user closes the Welcome dialog. This release fixes that.

New dependencies: gst-transcoder and dbus.
(pitivi imports dbus if it finds the GNOME_DESKTOP_SESSION_ID
environment variable. Without dbus there will be some ugly errors for
GNOME desktop users.)

* pitivi: use wrapGAppsHook instead of makeWrapper

Allows us to remove preFixup.

* pitivi: move meta section to the end

Like most Nix package files are written.
2016-07-25 06:05:55 +02:00
Rok Garbas b8ab178e4c
obs-studio: libX11.so was missing at runtime 2016-07-25 04:20:49 +02:00
Rommel M. Martinez 68ac9bda91 emem: 0.2.20 -> 0.2.22 2016-07-24 22:00:40 +08:00
Gabriel Ebner 9082476478 cvc4: 1.4 -> 1.5pre-smtcomp2016 2016-07-24 13:11:17 +02:00
Joachim F e064903a19 Merge pull request #17225 from ebzzry/emem-0.2.20
emem: 0.2.19 -> 0.2.20
2016-07-24 12:50:12 +02:00
Rommel M. Martinez 66d07f4dfe emem: 0.2.19 -> 0.2.20 2016-07-24 14:17:11 +08:00
Joachim F 06d1723c4e Merge pull request #17195 from womfoo/bump/pwsafe-0.99
pwsafe: fix build and 0.95 -> 0.99
2016-07-23 20:42:48 +02:00
Eric Sagnes b56a379fb6 ponymix: 4 -> 5 (#17204) 2016-07-23 15:19:26 +02:00
Nikolay Amiantov cce1e9f2f4 tdesktop: use parseDrvName to get Qt release version
Closes #16559
2016-07-23 09:41:25 +03:00
Kranium Gikos Mendoza cf08d94d18 pwsafe: 0.95 -> 0.99 2016-07-23 12:37:10 +08:00
Stefan Junker 04b30b2397 rkt: fix default stage1 location 2016-07-22 18:18:29 -07:00
Stefan Junker abc3faa294 rkt: 1.10.1 -> 1.11.0 2016-07-22 17:49:38 -07:00
Alexey Shmalko c9c3118620
rhythmbox: init at 3.2.1 2016-07-23 03:28:35 +03:00
Peter Hoeg 9d53dc00c3 dropbox: 4.4.29 -> 6.4.14 (#17165) 2016-07-23 00:51:55 +02:00
Miguel Madrid 8816df20f3 shotwell: 0.23.2 -> 0.23.4 (#17190) 2016-07-23 00:32:23 +02:00
Joachim F c4c378b613 Merge pull request #17156 from KoviRobi/wmii-hg-update
wmii-hg: refactor to fetchurl as fetchhg broke
2016-07-23 00:16:23 +02:00
Daiderd Jordan 3bacfede38 Merge pull request #17171 from RamKromberg/init/metamorphose2
metamorphose2: init at 0.9.0beta
2016-07-23 00:15:52 +02:00
Peter Simons 8593eb92e8 Merge pull request #17186 from rycee/fix-and-bump/stellarium
Fix and version bump Stellarium
2016-07-22 23:57:55 +02:00
Joachim F 46c924c4a2 Merge pull request #17178 from amiloradovsky/add-evilwm
evilwm: init at 1.1.1 (#17104)
2016-07-22 23:28:11 +02:00
Robert Helgesson 1012508356 stellarium: 0.14.2 -> 0.14.3 2016-07-22 23:13:35 +02:00
Robert Helgesson 1bedecb4f9 stellarium: wrap binary using wrapQtProgram
Fixes #13582 where Stellarium segfaults when starting.
2016-07-22 22:21:17 +02:00
Andrew Miloradovsky 17b127205d evilwm: init at 1.1.1 (#17104)
Minimalist window manager for the X Window System
2016-07-22 19:15:57 +00:00
Gabriel Ebner 575e0e27b1 jabref: 3.4 -> 3.5 2016-07-22 21:04:30 +02:00
Ram Kromberg 3e938ad7f1 metamorphose2: init at 0.9.0beta 2016-07-22 21:51:21 +03:00
Carl Sverre 51d9312e44 i3blocks-gaps: init at 1.4
Fork of i3blocks which supports adding borders to work with i3-gaps
2016-07-21 23:39:48 -07:00
Tuomas Tynkkynen e5d048ad9a Merge pull request #17151 from juliendehos/exrtools
exrtools: init at 0.4
2016-07-22 09:37:35 +03:00
zimbatm 95cfa1a668 Merge pull request #17150 from ebzzry/emem-0.2.19
emem: 0.2.18 -> 0.2.19
2016-07-21 20:18:25 +01:00
Kovacsics Robert (NixOS) a6df5b9f1d wmii-hg: refactor to fetchurl as fetchhg broke 2016-07-21 19:28:15 +01:00
Gabriel Ebner 82f087944b metis-prover: 2.3.20160102 -> 2.3.20160713 2016-07-21 18:41:26 +02:00
Michel Kuhlmann fb4a53b1c1 saga: 2.2.2 -> 2.3.1 2016-07-21 16:47:29 +01:00
Julien Dehos d6ff1ce2a0 exrtools: init at 0.4 2016-07-21 17:09:27 +02:00
Rommel M. Martinez a584ca5791 emem: 0.2.18 -> 0.2.19 2016-07-21 23:00:59 +08:00
Peter Simons 641fc0e683 haskell: remove all but the latest LTS package sets (version 6.7)
This is the first step towards dropping Stackage support. We keep LTS 6.x
around because I don't want to downgrade our default compiler to GHC 7.x,
but once LTS 7.x comes out we'll switch our main package set to that and
drop Nightly.

More details are at:

  http://permalink.gmane.org/gmane.linux.distributions.nixos/20505

Closes https://github.com/NixOS/nixpkgs/issues/14897.

Also relevant:

 - https://github.com/NixOS/nixpkgs/issues/16130
 - https://github.com/commercialhaskell/stack/issues/2259
2016-07-21 14:41:44 +02:00
Ram Kromberg 26008f28b8 lighthouse: 2016-01-26 -> 2016-07-20 (#17127) 2016-07-21 05:50:59 +02:00
Rok Garbas cd25b04dbb Merge pull request #16600 from artuuge/cpp_ethereum
cpp_ethereum: init at 1.2.9
2016-07-21 01:39:04 +02:00
Chris Martin 398d3ddc1b go-ethereum: init at 1.4.7 (#16353) 2016-07-21 01:33:39 +02:00
edanaher 5682279d14 pidgin-osd: init at 0.1.0 (#16792)
* pidgin-osd: init at 0.1.0

A straightforward pidgin plugin; kind of ancient, but still works fine.

* Use autoreconf, which minor hackery around ChangeLog.
2016-07-21 01:12:31 +02:00
Damien Cassou c54a9c73ac cask: 0.7.3 -> 0.7.4 (#17107) 2016-07-21 01:06:36 +02:00
Rok Garbas f5dca01b50 firefox-bin: 48.0b7 -> 48.0b9 2016-07-21 00:59:56 +02:00
Rok Garbas 0558ae3057 firefox-bin: libpulseaudio.dev is needed otherwise firefox doesn't start 2016-07-21 00:56:38 +02:00
Daiderd Jordan b6cbb5d03f Merge pull request #16915 from puffnfresh/package/marp
marp: init at 0.0.8
2016-07-20 23:06:14 +02:00
Graham Christensen 5bc522913b Merge pull request #17032 from Ralith/purple-hangouts
purple-hangouts-hg: init at 2016-07-17
2016-07-20 14:38:26 +00:00
Peter Hoeg c5222b9d55 syncthing: 0.13.10 -> 0.14.0 (#17110) 2016-07-20 12:46:22 +02:00
Benjamin Saunders 54b037720d purple-hangouts-hg: init at 2016-07-17 2016-07-19 21:45:48 -07:00
Graham Christensen 098aee0cd7 Merge pull request #17035 from phanimahesh/alpine
alpine:configure: allow using passfile
2016-07-20 02:27:23 +00:00
mimadrid 4ddaf12dc6
vifm: 0.8.1 -> 0.8.2 2016-07-19 23:15:08 +02:00
Graham Christensen 6e2d4c91ef Merge pull request #17098 from magnetophon/x42-plugins
x42-plugins: 2015-07-02 -> 20160619
2016-07-19 13:37:51 +00:00
Frederik Rietdijk bae6ad8efa uzbl: fix build
See also #16740.
2016-07-19 15:06:42 +02:00
Bart Brouns 5ba8341ddc sooperlooper: git version fixes build. (#17095)
see: https://github.com/essej/sooperlooper/pull/6
2016-07-19 13:52:46 +02:00
Franz Pletz ddf59093ee Merge pull request #16051 from hrdinka/add/osm-gps-map
darktable: readd map/geotagging feature
2016-07-19 13:03:16 +02:00
Bart Brouns 537404c3b2 x42-plugins: 2015-07-02 -> 20160619 2016-07-19 11:14:53 +02:00