Joachim Fasting
af9b7ba1e3
Merge pull request #16552 from Mayeu/elixir-1.3
...
elixir: 1.2.6 -> 1.3.0
2016-07-02 14:37:25 +02:00
Frederik Rietdijk
880475bbd5
python: fix modules in buildEnv, closes #16646
...
Python 2.7 on Nix is stripped of some modules, which can be added when
needed. This was broken with python.buildEnv.
2016-07-01 16:16:55 +02:00
Eelco Dolstra
de1b4e71c1
python-2.7: Don't use ldconfig and speed up uuid load
2016-07-01 14:57:40 +02:00
Vladimír Čunát
3afa246038
Merge branch 'staging'
...
This includes a security update of expat.
2016-06-29 07:47:04 +02:00
Cast
f055b46a4f
elixir: 1.2.6 -> 1.3.0
2016-06-27 18:09:32 +02:00
Vladimír Čunát
19e80fa19d
pypy: fix pyexpat tests with expat-2.2.0
...
/cc #16477 . /cc @domenKozar (don't know who better),
as I still experience test failures of different kind:
=================================== FAILURES ===================================
_______________________________________ _______________________________________
Traceback (most recent call last):
File "/tmp/nix-build-pypy-5.1.1.drv-0/pypy-pypy-b0a649e90b66/pypy/tool/pytest/run-script/regrverbose.py", line 14, in <module>
indirect_test()
File "/tmp/nix-build-pypy-5.1.1.drv-0/pypy-pypy-b0a649e90b66/lib-python/2.7/test/test_ctypes.py", line 10, in test_main
skipped, testcases = ctypes.test.get_tests(ctypes.test, "test_*.py", verbosity=0)
File "/tmp/nix-build-pypy-5.1.1.drv-0/pypy-pypy-b0a649e90b66/lib-python/2.7/ctypes/test/__init__.py", line 72, in get_tests
mod = __import__(modname, globals(), locals(), ['*'])
File "/tmp/nix-build-pypy-5.1.1.drv-0/pypy-pypy-b0a649e90b66/lib-python/2.7/ctypes/test/test_python_api.py", line 9, in <module>
from _ctypes import PyObj_FromPtr
ImportError: cannot import name 'PyObj_FromPtr'
=========================== short test summary info ============================
FAIL lib-python/2.7/test/test_ctypes.py::unmodified
9 tests deselected by '-knot ( test_ssl or test_urllib2net or test_urllibnet or test_urllib2_localnet or test_socket or test_shutil or test_zipfile64 or test_epoll )'
======= 1 failed, 341 passed, 51 skipped, 9 deselected in 550.97 seconds =======
2016-06-27 17:06:08 +02:00
Franz Pletz
5c59a30191
php: fix hashes for 5.5 and 5.6
2016-06-27 00:47:39 +02:00
Franz Pletz
56bbc4cc61
php56: 5.6.22 -> 5.6.23 (security)
...
See https://secure.php.net/ChangeLog-5.php#5.6.23 .
2016-06-27 00:14:00 +02:00
Franz Pletz
d6680b73c3
php55: 5.5.36 -> 5.5.37 (security)
...
See https://secure.php.net/ChangeLog-5.php#5.5.37 .
2016-06-27 00:13:40 +02:00
Franz Pletz
82d180145e
php70: 7.0.7 -> 7.0.8 (security)
...
See https://secure.php.net/ChangeLog-7.php#7.0.8 .
2016-06-27 00:12:00 +02:00
Rahul Gopinath
ffc05cf028
jimtcl: 0.75 -> 0.76
2016-06-22 20:05:17 -07:00
Eric Sagnes
1485b3a6c0
php: add meta.platforms
2016-06-22 17:45:52 +09: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
Aristid Breitkreuz
5d9bca7693
Merge pull request #16309 from NixOS/j-fix
...
J: fix build
2016-06-18 15:18:35 +02:00
Aristid Breitkreuz
92de74293c
J: add simple check phase, remove debug parts of build script
2016-06-18 15:18:06 +02:00
Aristid Breitkreuz
fd2d209fff
J: mark as Linux-only until it has been tested on non-Linux
2016-06-18 14:40:09 +02:00
Aristid Breitkreuz
333a5bf42b
J: fix build
2016-06-18 14:29:09 +02:00
Joachim Fasting
a689df205a
Merge pull request #16050 from vrthra/rakudo
...
rakudo: 2016.01 -> 2016.04
2016-06-15 21:07:36 +02:00
Joachim Fasting
cdcc1b1c53
Merge pull request #16102 from vrthra/rebol
...
rebol: init at 3-alpha
2016-06-15 20:29:53 +02:00
Joachim Fasting
df5a43929f
Merge pull request #16100 from vrthra/unicon
...
unicon: init at 11.7
2016-06-15 20:29:04 +02:00
Eric Merritt
b1cd08246f
beamPackages: turn on debug_info for beam packages
...
This allows you to turn on debug infor for all the beam packages in the
system with a single change at the top level. This is required for
debugging and dialyzer work. It also allows you to switch it on on a
package by package basis.
2016-06-15 07:20:01 -07:00
Marc Scholten
d1219ba68f
php: Fixed libiconv error
2016-06-13 18:25:58 +02:00
Joachim Fasting
41bd0dc373
Merge pull request #16078 from mpscholten/php7
...
php: Now builds on darwin
2016-06-13 16:45:28 +02:00
Rahul Gopinath
9b01ad3ce8
rebol: init at 3-alpha
...
Rebol is a cross-platform data exchange language and a multi-paradigm dynamic
programming language for network communications and distributed computing.
2016-06-12 16:32:10 -07:00
Nikolay Amiantov
b0ff10ada2
clojure: 1.7.0 -> 1.8.0
2016-06-12 15:57:29 +03:00
Rahul Gopinath
b89d4a3a61
unicon: init at 11.7
...
Unicon is a very high level goal-directed, object-oriented, general purpose
applications language
2016-06-09 13:32:44 -07:00
Marc Scholten
d4babc49dc
php: Now builds on darwin
2016-06-09 14:49:55 +02:00
Rahul Gopinath
c860de987d
io: 2013.12.04 -> 2015.11.11
...
Updating IO language to latest version
2016-06-09 04:15:26 -07:00
Rahul Gopinath
70b0f3128d
rakudo: 2016.01 -> 2016.04
...
Updating Rakudo (Perl 6 compiler) to 2016.04
2016-06-09 03:10:09 -07:00
Eelco Dolstra
109096247a
php56: update to 5.6.22
...
(cherry picked from commit 72b4009367257c2447aac89d5f34f2421bbc88dc)
2016-06-09 10:04:39 +00:00
Rahul Gopinath
367ddbdcd5
icon: Init at 9.5.1
...
Icon is a very high level general-purpose programming language with
extensive features for processing strings (text) and data structures.
Closes #16036 .
2016-06-07 19:09:54 +02:00
zimbatm
5811b47ba3
Merge pull request #16037 from couchemar/elixir-1.2.6
...
elixir: 1.2.5 -> 1.2.6
2016-06-07 16:30:30 +01:00
Joachim Fasting
c259ad9f49
Merge pull request #15947 from jdanekrh/dart
...
dart: 0.4 -> 1.16.1
2016-06-07 14:42:42 +02:00
Andrey Pavlov
c38a08f95a
elixir: 1.2.5 -> 1.2.6
2016-06-07 10:34:20 +03:00
Jiri Danek
3de59a83da
dart: 0.4 -> 1.16.1
2016-06-06 11:15:05 +02:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
Frederik Rietdijk
f44e70a68b
pypy.withPackages: fix path
2016-05-31 17:17:28 +02:00
Frederik Rietdijk
3502599730
pypy.withPackages
...
was forgotten in https://github.com/NixOS/nixpkgs/pull/15804
2016-05-31 16:01:07 +02:00
Frederik Rietdijk
fa4701e4e8
Merge pull request #15804 from NixOS/python-with-packages
...
python: add python.withPackages function
2016-05-30 11:39:14 +02:00
Benno Fünfstück
c3ed3914bb
python: add python.withPackages function
...
Fixes #15801
2016-05-29 15:12:23 +02:00
Frederik Rietdijk
ee547881d6
Merge pull request #15501 from FRidh/octave
...
octave: add libsndfile to buildInputs, fixes #15494
2016-05-28 15:07:13 +02:00
Frederik Rietdijk
fcbd211596
Merge pull request #15709 from vrthra/qnial
...
qnial: Init at 6.3
2016-05-28 15:02:51 +02:00
Vladimír Čunát
e4832c7541
Merge branch 'staging'
...
Includes a security update of libxml2.
2016-05-27 15:58:40 +02:00
Franz Pletz
93c010ddad
php: 5.5.35 -> 5.5.36, 7.0.6 -> 7.0.7 (security)
...
See:
* https://secure.php.net/ChangeLog-5.php#5.5.36
* https://secure.php.net/ChangeLog-7.php#7.0.7
2016-05-26 18:44:31 +02:00
Rahul Gopinath
9e8edc1389
qnial: Init at 6.3
...
Qnial is an implementation of the Nial (Nested Array) Language
2016-05-25 14:05:01 -07:00
Vladimír Čunát
0b192a0976
Merge branch 'master' into staging
...
That's to get mesa rebuild from master, as it's nontrivial.
2016-05-23 09:02:10 +02:00
Vladimír Čunát
c4661e9643
Merge: make dev output references explicit
...
This is a rebase of most commits from #14766 ,
resolving conflicts and a few other evaluation problems.
2016-05-22 12:09:23 +02:00
Vladimír Čunát
5dfe6fd034
perl: fix evaluation on cygwin
...
... and maybe on other platforms that have `stdenv.cc.cc == null`.
No hash changes where it did evaluate previously. Discussion:
https://github.com/NixOS/nixpkgs/commit/b291f1682f#commitcomment-17558440
2016-05-20 21:37:27 +02:00
Tuomas Tynkkynen
7fb29bfa73
treewide: Make explicit that 'dev' output of zlib is used
2016-05-19 10:04:38 +02:00
Tuomas Tynkkynen
e80e4ba2bb
treewide: Make explicit that 'dev' output of sqlite is used
2016-05-19 10:04:34 +02:00
Tuomas Tynkkynen
8d473f107c
treewide: Make explicit that 'dev' output of readline is used
2016-05-19 10:03:35 +02:00
Tuomas Tynkkynen
2a73de6e6c
treewide: Make explicit that 'dev' output of openssl is used
2016-05-19 10:02:23 +02:00
Tuomas Tynkkynen
3672f3edcb
treewide: Make explicit that 'dev' output of libxslt is used
2016-05-19 10:00:48 +02:00
Tuomas Tynkkynen
309b2644ac
treewide: Make explicit that 'dev' output of libpng is used
2016-05-19 10:00:44 +02:00
Tuomas Tynkkynen
be00816cab
treewide: Make explicit that 'dev' output of libjpeg is used
2016-05-19 10:00:42 +02:00
Tuomas Tynkkynen
5ecce6b94a
treewide: Make explicit that 'dev' output of libffi is used
2016-05-19 10:00:41 +02:00
Tuomas Tynkkynen
47c45e2041
treewide: Make explicit that 'dev' output of gmp is used
2016-05-19 10:00:36 +02:00
Tuomas Tynkkynen
288912c2c4
treewide: Make explicit that 'dev' output of freetype is used
2016-05-19 10:00:34 +02:00
Tuomas Tynkkynen
e28e010b36
treewide: Make explicit that 'dev' output of curl is used
2016-05-19 10:00:29 +02:00
Tuomas Tynkkynen
c22f86a853
treewide: Make explicit that 'dev' output of bzip2 is used
2016-05-19 10:00:28 +02:00
Alexander Ried
3e39cfe860
dust: add meta field
2016-05-18 17:31:12 +02:00
Alexander Ried
b5ae9ad3fb
dust: use fetchFromGitHub (sha was broken)
2016-05-18 17:31:07 +02:00
Domen Kožar
b49bf121b8
rename iElectric to domenkozar to match GitHub
2016-05-17 13:00:47 +01:00
Peter Simons
8e462995ba
Bring my stdenv.lib.maintainers user name in line with my github nick.
2016-05-16 22:49:55 +02:00
Frederik Rietdijk
022f5fdf83
Merge pull request #15477 from FRidh/pythonbuildinputs
...
Python: be explicit about buildInputs
2016-05-16 12:11:39 +02:00
Frederik Rietdijk
91834cfe3e
Python 3.5: be explicit about buildInputs
2016-05-16 12:10:33 +02:00
Frederik Rietdijk
56e96b8b10
Python 3.4: be explicit about buildInputs
2016-05-16 12:10:32 +02:00
Frederik Rietdijk
58ec2d47ea
Python 3.3: be explicit about buildInputs
2016-05-16 12:10:32 +02:00
Frederik Rietdijk
885a1318b0
octave: add libsndfile to buildInputs, fixes #15494
2016-05-16 12:09:48 +02:00
Vladimír Čunát
e5d40c6fa3
Merge branch 'staging'
...
Hydra is only half-finished, but we'd better get secure glibc fast.
2016-05-16 10:15:28 +02:00
Rok Garbas
913e869f8d
remove python32 due to pip 8.1.2 not supporting python 3.2 anymore
2016-05-15 15:09:23 +02:00
Frederik Rietdijk
6c51676476
Merge pull request #15366 from bendlas/update-pypy
...
pypy: 4.0.1 -> 5.1.1
2016-05-15 13:12:11 +02:00
Vladimír Čunát
b1ac3404e0
Merge branch 'master' into staging
2016-05-14 21:37:55 +02:00
Franz Pletz
4d750ae2c7
php: 7.0.5 -> 7.0.6
2016-05-13 17:27:59 +02:00
Franz Pletz
468d35fc8e
perl: 5.22.1 -> 5.22.2
2016-05-13 17:04:50 +02:00
Vladimír Čunát
3e387c3e00
Merge branch 'staging'
...
Darwin isn't in a perfect state, in particular its bootstrap tools won't
build which will block nixpkgs channel. But on the whole it seems
acceptable.
2016-05-13 10:14:53 +02:00
Pascal Wittmann
be482b2314
groovy: 2.4.5 -> 2.4.6
2016-05-12 20:57:46 +02:00
Vladimír Čunát
6c2fbfbd77
Merge branch 'master' into staging
2016-05-12 04:53:38 +02:00
Herwig Hochleitner
668f9159ab
pypy: deactivate test_zipfile64 again
2016-05-11 18:33:36 +02:00
Herwig Hochleitner
2a4af7ef72
pixie: 1333 -> 1352
2016-05-10 19:56:55 +02:00
Herwig Hochleitner
e87cbf9fa3
pypy: revise test expression
2016-05-10 19:51:06 +02:00
Herwig Hochleitner
14e73a6e6f
pypy: 4.0.1 -> 5.1.1
2016-05-10 19:49:53 +02:00
Eelco Dolstra
cb37ab146b
Add mirror://mozilla scheme
2016-05-09 19:37:22 +02:00
Vladimír Čunát
65a9fa8cdc
Merge branch 'master' into staging
2016-05-08 21:24:48 +02:00
Nikolay Amiantov
2d57767974
openspades-git: drop yet another hack, fix accidential python merge
2016-05-07 12:03:24 +03:00
Nikolay Amiantov
c7193c1506
openspades: less hacks
2016-05-07 11:59:53 +03:00
zimbatm
e8803166ef
elixir: 1.2.4 -> 1.2.5
2016-05-06 11:23:10 +02:00
Karn Kallio
deb1c67411
racket: 6.4 -> 6.5
2016-05-05 20:25:25 +02:00
Joachim Fasting
23fd70b719
Merge pull request #15018 from ericsagnes/pkg-fix/php
...
php: add default php.ini
2016-05-05 19:16:04 +02:00
Vladimír Čunát
1dc36904d8
Merge #14920 : windows improvements, mainly mingw
2016-05-05 08:30:19 +02:00
zimbatm
007ea84222
Merge pull request #15181 from bradediger/ruby-2.3.1
...
ruby: update 2.3 series to 2.3.1
2016-05-04 10:31:08 +01:00
Tuomas Tynkkynen
aadaa91379
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/applications/networking/browsers/vivaldi/default.nix
pkgs/misc/emulators/wine/base.nix
2016-05-03 23:12:48 +03:00
Franz Pletz
c0f4361902
php: Fix openssl module build
2016-05-03 16:04:40 +02:00
Brad Ediger
6e353bb17f
ruby: update 2.3 series to 2.3.1
2016-05-02 15:49:05 -05:00
Joachim Fasting
594bdfc74d
Merge pull request #15125 from Beauhurst/php_updates
...
PHP security updates
2016-05-01 19:02:19 +02:00
Nikolay Amiantov
37563c2d96
spidermonkey: add meta
2016-05-01 12:37:48 +03:00
Robert Scott
11a716491b
php: 5.5.34 -> 5.4.35
2016-04-30 22:32:34 +00:00
Robert Scott
e9c16b7902
php: 5.6.20 -> 5.6.21
2016-04-30 20:48:12 +00:00
Eric Sagnes
a8bc5b67f8
php: add default php.ini
2016-04-29 15:26:20 +09:00
Tuomas Tynkkynen
b465dc202f
boost: Kill unnecessary 'lib' output
...
This was split in somewhere pre-2014 without the current infra which
automates parts of this, in particular the output propagation.
2016-04-28 00:41:28 +03:00