3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

24036 commits

Author SHA1 Message Date
Shea Levy 8f28dad52c Merge branch 'nix-tour' of git://github.com/qknight/nixpkgs 2016-06-21 19:45:27 -04:00
Robert Helgesson 33f831ea4c perlPackages: bump some packages
- CryptX: 0.036 -> 0.037
 - DBIxClass: 0.082821 -> 0.082840
 - MathBigInt: 1.999723 -> 1.999724
 - Moo: 2.001001 -> 2.002002
 - MooseXGetopt: 0.70 -> 0.71
2016-06-22 00:36:31 +02:00
Thomas Tuegel 6a61621cb4 Merge pull request #16396 from FRidh/trojita
trojita: init at 0.7
2016-06-21 10:53:41 -05:00
Frederik Rietdijk 9e2866d5de Merge pull request #16086 from layus/inginious
INGInious: provide a NixOS module
2016-06-21 16:37:29 +02:00
Bjørn Forsman 6536804848 autorevision: init at 1.14
A shell script for extracting revision information useful in
release/build scripting from repositories.
2016-06-21 15:23:34 +02:00
zimbatm afbba2bffa Merge pull request #16384 from Ericson2314/top-level-to-path
top-level: builtins.toPath no longer needed
2016-06-21 14:21:01 +01:00
Frederik Rietdijk 832ac8479b Merge pull request #16049 from teh/master
Update several python packages
2016-06-21 14:45:10 +02:00
Frederik Rietdijk 39043e4d6e Merge pull request #16239 from Ralith/matrix-synapse
matrix-synapse: 0.14 -> 0.16
2016-06-21 14:30:33 +02:00
Frederik Rietdijk 8ef747baed Merge pull request #16334 from artuuge/theano_cudnn
Theano-cuda: init at 0.8.2
2016-06-21 14:26:51 +02:00
Frederik Rietdijk bb8bd4b5cf trojita: init at 0.7 2016-06-21 14:24:45 +02:00
Gabriel Ebner 0a8e613cea aspino: init at 2016-01-31 2016-06-21 13:55:28 +02:00
Gabriel Ebner 8f84a5cb08 glucose, glucose-syrup: init at 4.0 2016-06-21 13:26:51 +02:00
Benjamin Saunders 8e47786c0e coturn: init at 4.5.0.3 (#16284) 2016-06-21 12:59:29 +02:00
John Ericson 98b9403a22 top-level: builtins.toPath no longer needed 2016-06-21 00:19:00 -07:00
Arseniy Seroka f529432ca5 Merge pull request #16349 from telotortium/ssh-ident
ssh-ident: init at 2016-04-21
2016-06-20 22:04:57 +03:00
Gabriel Ebner 05a89a6512 goldendict: 1.5.0.ec86515 -> 1.5.0.rc2 2016-06-20 17:59:37 +02:00
Tobias Geerinckx-Rice bcde5c3353
ganttproject-bin: init at 2.7.2-r1954 2016-06-20 16:04:36 +02:00
obadz d7960ef4a0 libreoffice: default to (and have hydra build) still rather than fresh
fresh users were experiencing lots of segfaults.

Closes #15825
2016-06-20 13:58:07 +01:00
Bjørn Forsman bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Rok Garbas 0880f1f335 pythonPackages.mycli, pythonPackages.pgcli: disable for py35 2016-06-20 13:41:05 +02:00
Ricardo Ardissone b81f3e4682 pythonPackages.prompt_toolkit: move pygments to propagatedBuildInputs 2016-06-20 13:41:05 +02:00
artuuge 465d6a2113 Theano-cuda: init at 0.8.2 2016-06-20 01:06:07 +02:00
zimbatm 6e0b40af60 Merge pull request #16345 from mayflower/pkg/bird
bird: 1.5.0 -> 1.6.0, add IPv6 build
2016-06-19 23:38:18 +01:00
zimbatm 31c158ad45 Merge pull request #16189 from zimbatm/usershell-config
User shell config
2016-06-19 23:36:45 +01:00
zimbatm 53f421c0c4 Merge pull request #16325 from taku0/android-studio-2.1.2.0
android-studio: 2.1.1.0 -> 2.1.2.0, fixed Gradle link error
2016-06-19 22:30:34 +01:00
Tobias Geerinckx-Rice 175484d9db
pythonPackages.prompt_toolkit: 1.0.1 -> 1.0.2
Fixes:
- Don't select the first completion when ‘complete_while_typing’
  is False. (Restore the old behaviour.)
2016-06-19 22:43:58 +02:00
Robert Irelan 222c435996 ssh-ident: init at 2016-04-21
Add ssh-ident package from its GitHub repo. Since there are no version
tags on GitHub, I'm using the date of its most recent commit.
2016-06-19 12:44:46 -07:00
Joachim Fasting 6fd8e5719b Merge pull request #16108 from pwetzel/squeezelite
Squeezelite package and service init
2016-06-19 20:53:15 +02:00
Franz Pletz 2f09407a91 bird6: bird build with IPv6 support 2016-06-19 20:45:55 +02:00
Gabriel Ebner 4ef536121f pythonPackages.click-threading: 0.1.2 -> 0.4.0 2016-06-19 16:49:01 +02:00
taku0 3cca6c6960 android-studio: 2.1.1.0 -> 2.1.2.0, fixed Gradle link error
- Set `LD_LIBRARY_PATH` because Gradle installs `libnative-platform.so` in `~/.gradle`, that requires `libstdc++.so.6`
- Uses Android SDK with support libraries since standard templates use them.
- Version bump
2016-06-19 12:07:50 +09:00
Aristid Breitkreuz 175e20ca5c Merge pull request #16254 from NeQuissimus/cassandra30
cassandra: Add 3.0
2016-06-18 20:31:59 +02:00
Aristid Breitkreuz 6163428316 Merge pull request #16271 from zimbatm/gx
Gx
2016-06-18 20:30:03 +02:00
Aristid Breitkreuz 6a3dcb70bc Merge pull request #16112 from abuibrahim/master
odp-dpdk: init at 1.8.0.0
2016-06-18 17:09:13 +02:00
Aristid Breitkreuz 8f48bcfe5c Merge pull request #16307 from SShrike/adapta-package
adapta-gtk-theme: Init at 3.21.2
2016-06-18 14:38:23 +02:00
Robert Helgesson bb084880ef perlPackages: bump some packages
- DistZillaPluginTestCPANChanges: 0.008 -> 0.012
 - DistZillaPluginTestCompile: 2.021 -> 2.054
 - FileWhich: 1.09 -> 1.21
 - ModulePath: 0.13 -> 0.19
 - SyntaxKeywordJunction: 0.003007 -> 0.003008
2016-06-18 13:55:53 +02:00
Severen Redwood 915edac0ce
adapta-gtk-theme: Init at 3.21.2 2016-06-18 23:33:29 +12:00
obadz 6b02ae3893 pptpd: init at 1.4.0 2016-06-18 02:08:07 +01:00
Joachim Fasting 8e3a674305 Merge pull request #16237 from jb55/terra-update-master
terra: 2016-01-06 -> 2016-06-09
2016-06-17 16:23:19 +02:00
Eelco Dolstra f81fc6b5ac Merge pull request #16289 from zimbatm/old-nix-cleanup
Remove unecessary branching on old nix versions
2016-06-17 14:38:42 +02:00
Joachim Schiele fe04ea79dd nix-tour: 0.0.1 initial release for offline use 2016-06-17 12:34:19 +02:00
zimbatm bec28d748c Remove unecessary branching on old nix versions
All these builtins are available since 1.10 or earlier (1.10 being the
lib/minver.nix)
2016-06-17 11:06:48 +01:00
Robert Helgesson 98096004ce perl-IO-Socket-SSL: fix default path to SSL certs 2016-06-17 10:41:17 +02:00
William Casarin a34ec65659 terra: 2016-01-06 -> 2016-06-09
* llvmPackages_35 -> llvmPackages_38
* static llvm no longer needed
* multiple outputs, this generates the following results:
    - out/lib/terra.so
    - bin/bin/terra
    - dev/include/terra/*.h
    - static/lib/libterra.a

Contributed with help from @joachifm
2016-06-16 20:02:49 -07:00
Joachim Fasting 552c2e5b08 Merge pull request #16205 from vrthra/green
SDL_sixel: Init at 1.2-nightly
2016-06-17 03:58:06 +02:00
Tim Steinbach f4ca43dc5f cassandra: Add 3.0 2016-06-16 21:12:26 +00:00
Robert Helgesson e612954896 perl-IO-Socket-SSL: 2.020 -> 2.027 2016-06-16 22:47:20 +02:00
Tobias Geerinckx-Rice 87b18083c0
pythonPackages.prompt_toolkit: 1.0.0 -> 1.0.1 Changes: https://raw.githubusercontent.com/jonathanslenders/python-prompt-toolkit/master/CHANGELOG 2016-06-16 21:38:50 +02:00
Arseniy Seroka 597cc3e68b Merge pull request #16253 from emosenkis/platformio-2.10.3
platformio: 2.8.6 -> 2.10.3
2016-06-16 22:19:15 +03:00
Louis Taylor 160aeab22d
openrw: init at 2016-06-29
Closes #15794
2016-06-16 15:54:22 +02:00