1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

9584 commits

Author SHA1 Message Date
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
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
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
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