Pascal Wittmann
c748c0fb41
global: 6.5 -> 6.5.1
2015-09-15 23:47:18 +02:00
Susan Potter
79c1bbf050
Add package option to elasticsearch NixOS module
2015-09-15 15:49:04 -05:00
Robert Helgesson
d243a5d0c9
eclipse-plugin-bytecode-outline: init at 2.4.3
2015-09-15 22:13:14 +02:00
Vladimír Čunát
83df5ae07b
ccl: fix fetchsvn hash ( fixes #9746 )
...
No idea what's changed.
2015-09-15 21:47:52 +02:00
Tobias Geerinckx-Rice
0f19e693aa
perlPackages.MathBigRat: 0.2606 -> 0.260801
2015-09-15 21:34:10 +02:00
Peter Simons
91b07846a6
haskell-bytestring-builder: trigger re-build to recover from broken package on Hydra
2015-09-15 21:31:49 +02:00
William A. Kennington III
773b4deb7c
Merge commit 'a6f6c0e' into master.upstream
...
This is a partial merge of staging where we have up to date binaries for
all packages.
2015-09-15 12:16:49 -07:00
William A. Kennington III
8dc7073546
Merge branch 'master.upstream' into staging.upstream
2015-09-15 12:04:41 -07:00
Frederik Rietdijk
316a09377d
numba: init at 0.21.0, fixes #9516
2015-09-15 20:25:16 +02:00
Frederik Rietdijk
1f58b332a0
llvmlite: init at 0.7.0
...
[ci skip]
2015-09-15 20:25:03 +02:00
Guillaume Maudoux
63b0a6c527
python-INGInious: 0.3.dev1 -> 0.3a2.dev0
...
Fixes hydra build failure(s).
Fixes #9873 .
2015-09-15 19:43:33 +02:00
Guillaume Maudoux
47cd462823
pythin-sphinx_rtd_update: 0.1.7 -> 0.1.8
2015-09-15 19:10:09 +02:00
Peter Simons
7802f5c793
haskell.lib: add doDistribute function as a dual to dontDistribute
2015-09-15 16:23:46 +02:00
Peter Simons
974f2122b1
jailbreak-cabal: clean up overrides
...
These changes ensure that jailbreak-cabal works correctly without further
configuration even with older compilers. The exception to that rule being,
naturally, versions of GHC that can't compile Cabal 1.20.x; these *do* need
another override.
2015-09-15 16:23:46 +02:00
Peter Simons
73d79ed945
ghc: re-add version 7.8.3, which is required for LTS support
2015-09-15 16:23:46 +02:00
Peter Simons
6a0e150aa9
configuration-ghc-7.10.x.nix: remove obsolete overrides
2015-09-15 16:23:46 +02:00
Domen Kožar
81b05b4a48
bump a bunch of python libs to fix py35 support
2015-09-15 16:16:11 +02:00
Peter Simons
8836c58dc0
Remove all references to haskell-ng and haskellngPackages from Nixpkgs.
2015-09-15 16:11:58 +02:00
Domen Kožar
21a3ebd013
Merge pull request #9873 from FRidh/multiprocessing
...
python-packages multiprocessing: remove package
2015-09-15 15:45:07 +02:00
Arseniy Seroka
32c4603a55
Merge pull request #9859 from ebzzry/rtorrent-0.9.6
...
rtorrent: 0.9.4 -> 0.9.6
2015-09-15 15:40:15 +03:00
Luca Bruno
dfeee51818
nixos tests: add gdm test
2015-09-15 14:25:36 +02:00
Rommel M. Martinez
5fc73c6de1
rtorrent: 0.9.4 -> 0.9.6
2015-09-15 20:03:03 +08:00
Frederik Rietdijk
3633a3b6f1
python-packages multiprocessing: remove package
...
multiprocessing is a backport for Python 2.4 and 2.5. Both versions are
not supported on Nix. This removes the multiprocessing package.
2015-09-15 13:26:05 +02:00
Frederik Rietdijk
ca769a679a
python-packages inginious: does not need multiprocessing package
...
Inginious does not actually need the multiprocessing.
2015-09-15 13:23:48 +02:00
Vladimír Čunát
eb09b1fd85
hackage-packages: revert the xlib renaming changes
...
The file is generated anyway.
@peti: is there an easy way to make the generator use different
attribute names? (But this case isn't important at all.)
2015-09-15 13:07:41 +02:00
Vladimír Čunát
88c9f8b574
xlibs: replace occurrences by xorg
...
This seems to have been confusing people, using both xlibs and xorg, etc.
- Avoided renaming local (and different) xlibs binding in gcc*.
- Fixed cases where both xorg and xlibs were used.
Hopefully everything still works as before.
2015-09-15 12:54:34 +02:00
Vladimír Čunát
21e3ff658a
x11: replace its usage by xlibsWrapper directly
...
Scilab note: the parameters already had pointed to nonexistent dirs
before this set of refactoring. But that config wasn't even used by
default.
2015-09-15 12:08:24 +02:00
Vladimír Čunát
47ad941fbf
x11,xlibs: deprecate these aliases
2015-09-15 12:03:30 +02:00
Vladimír Čunát
0c74f18e4c
xlibs.xlibs: remove
...
It was really ugly that `xlibs.xlibs` meant something else than `xlibs`,
especially when using `with xlibs`, such as in wine.
Also, now `xlibs` is the same as `xorg`.
2015-09-15 11:59:33 +02:00
Pascal Wittmann
1e24c18d18
mujs: 2015-01-22 -> 2015-09-15
2015-09-15 11:02:23 +02:00
Pascal Wittmann
db0819f955
Fix some meta.license attributes
2015-09-15 11:02:09 +02:00
Vladimír Čunát
6521957bf4
lesstif: correct the version
...
... to correspond to what is really downloaded and built.
Also, the 2006 comment was no longer correct, as the version is from 2009.
2015-09-15 10:03:23 +02:00
Vladimír Čunát
b5ee55f81f
makeInitrd, makeModulesClosure: reduce repetition
...
After #9869 .
2015-09-15 10:03:23 +02:00
Domen Kožar
46ae0a0c98
Merge pull request #9870 from FRidh/python35
...
python-packages: Python 3.5
2015-09-15 09:24:32 +02:00
Frederik Rietdijk
f97b4c4fb8
python-packages numpy: disabled for Py35
...
numpy 1.9.2 does not support python 3.5. The newer version, 1.9.3 or 1.10 for sure will.
http://numpy-discussion.10968.n7.nabble.com/OK-to-upload-patched-1-9-2-for-Python-3-5-td41032.html
2015-09-15 09:18:19 +02:00
Frederik Rietdijk
36bf2f60d1
python-packages: Python 3.5
2015-09-15 09:17:42 +02:00
vbgl
39af9df25b
Merge pull request #9866 from ericsagnes/byobu
...
byobu: fixup script paths (closes #9865 )
2015-09-15 08:58:59 +02:00
Tobias Geerinckx-Rice
193319ce03
"Parallel Tools" -> Parallels Tools
2015-09-15 08:51:02 +02:00
Tobias Geerinckx-Rice
4105fe0062
nixos: correct "Kubernets" -> "Kubernetes"
2015-09-15 08:51:01 +02:00
Tobias Geerinckx-Rice
7c8dd80c30
perlPackages.SysVirt: 1.2.9 -> 1.2.19
2015-09-15 08:51:01 +02:00
Domen Kožar
de8f176875
fix nixos eval
2015-09-15 08:45:19 +02:00
Eric Sagnes
ad3193e59a
byobu: fixup script paths
2015-09-15 15:42:20 +09:00
Domen Kožar
0f35fa16c8
python33Packages: too old to build them on hydra
2015-09-15 07:50:27 +02:00
Domen Kožar
cabb050528
add python35 and python35Packages
2015-09-15 07:46:46 +02:00
Domen Kožar
eb29d8e44b
Merge pull request #9869 from Mathnerd314/import-fix
...
all-packages: Use callPackage where possible
2015-09-15 06:53:50 +02:00
Mathnerd314
eb7404d97a
all-packages: Use callPackage where possible
2015-09-14 22:27:19 -06:00
Domen Kožar
f3519eb040
Merge pull request #9864 from ebzzry/unetbootin-613
...
unetbootin: 608 -> 613
2015-09-15 06:15:36 +02:00
Domen Kožar
b487fb65e3
Merge pull request #9860 from ktosiek/openafs-linux-4.2
...
openafs: patches for linux 4.2
2015-09-15 06:14:03 +02:00
Domen Kožar
60ad36ba67
libreoffice: 5.0.0.5 -> 5.0.1.2, refactor
...
I've extracted some of libraries and made expression simpler.
(cherry picked from commit 66e6f99d40350a4b2a235913a1fa77d88b1a44a6)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-09-15 05:41:37 +02:00
Domen Kožar
0b4ec468c5
disable chronos /cc @offlinehacker
...
(cherry picked from commit 83cc494542b9c53921616caa06984bd72f4e3dea)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-09-15 05:41:20 +02:00