Commit Graph

96884 Commits

Author SHA1 Message Date
Eric Sagnes
813e5284cf urlwatch: 2.2 -> 2.5 2016-12-02 13:14:22 +09:00
Joachim Fasting
4e2e2039c2
pythonPackages.acoustic: fix meta.license
There is no licenses.bsd; the upstream license looks like 3-clause BSD.
2016-12-02 03:26:52 +01:00
Joachim F
097b4be1d5 Merge pull request #20845 from kamilchm/ponyc
ponyc: 0.6.0 -> 0.9.0
2016-12-02 03:17:06 +01:00
Tim Steinbach
5afc6b506c
linux: 4.1.35 -> 4.1.36 2016-12-01 20:34:02 -05:00
Joachim F
85ecde87c8 Merge pull request #20804 from danbst/fix-shadow
shadow: fix collision with coreutils (man groups.1.gz)
2016-12-01 23:08:30 +01:00
Joachim F
2de33456f1 Merge pull request #20837 from goetzst/youtube-dl
youtube-dl: 2016.11.27 -> 2016.12.01
2016-12-01 22:57:45 +01:00
Joachim F
fd752e8b31 Merge pull request #20835 from romildo/upd.enlightenment
enlightenment: 0.21.3 -> 0.21.4
2016-12-01 22:52:01 +01:00
Kamil Chmielewski
d4858edf57 ponyc: 0.6.0 -> 0.9.0 2016-12-01 22:29:44 +01:00
taku0
36f980b7ff firefox-esr: security 45.5.0 -> 45.5.1 (#20841) 2016-12-01 21:50:50 +01:00
Frederik Rietdijk
d9ae633d98 Merge pull request #20838 from lsix/update_hdf5
hdf5: 1.8.16 -> 1.8.18
2016-12-01 21:23:29 +01:00
Vincent Laporte
9c87884fdf merlin: 2.5.2 -> 2.5.3 2016-12-01 20:14:26 +00:00
Frederik Rietdijk
7d2bc0c2d2 pythonPackages.numtraits: needs six 2016-12-01 21:07:33 +01:00
Frederik Rietdijk
2dba67fbb7 pythonPackages.webassets: disable tests
Test invocation was broken. Now that is fixed, but getting the tests to
pass requires more work.
2016-12-01 21:07:33 +01:00
Frederik Rietdijk
8b5544bea2 pythonPackages.pynzb: disable tests 2016-12-01 21:07:33 +01:00
Frederik Rietdijk
13017d8ba6 pythonPackages.rpkg: use local rpm and koji 2016-12-01 21:07:33 +01:00
Frederik Rietdijk
19ca20c91f pythonPackages.rpm: rpm for specific python version
rpm provides a Python module that is used by certain packages. We need
to override pkgs.rpm to get a correct version.
2016-12-01 21:07:33 +01:00
Frederik Rietdijk
74276caf19 koji -> pythonPackages.koji
koji is both a library and an application. It is used in Nixpkgs
primarily as a library and therefore I move it.
2016-12-01 21:07:33 +01:00
Frederik Rietdijk
be020a2582 pythonPackages: do not propagate pytest
pytest plugins should not propagate pytest. Instead, packages depending
on pytest and plugins, should explicitly depend on both the plugin(s)
and pytest. This change will more easily allow packages to depend on
another version of pytest when needed.
2016-12-01 21:07:33 +01:00
Frederik Rietdijk
a8379a1906 pythonPackages.pytestcache: disable tests 2016-12-01 21:07:33 +01:00
Frederik Rietdijk
d3f3ad3b26 pythonPackages.pyjwt: does not need pytest 2.7 2016-12-01 21:07:33 +01:00
Frederik Rietdijk
49a313c395 pythonpackages.lti: rename to PyLTI and remove overriding
- rename to PyLTI to follow upstream
- remove overriding because it is not necessary; newer mock can be used,
and modules python packages should be fixed to not propagate pytest (see
separate commit).

cc maintainer @layus
2016-12-01 21:07:33 +01:00
Jascha Geerds
d69a25dfde pythonPackages.docker: Add myself as a maintainer 2016-12-01 20:42:27 +01:00
Jascha Geerds
bfc2721ebf pythonPackages.docker: Fix build for python3 2016-12-01 20:41:14 +01:00
Peter Simons
297ea7550c haskellPackages.ghc-core: Revert "0.5.6 -> 2012-12-15"
This reverts commit c1b919ff5c. That kind of
change is a maintenance nightmare because it unconditionally overrides the
package's version specified in hackage-packages.nix with something else, i.e.
no future update will ever have an effect. This is not the proper way to do it.
The proper way is to add the relevant commit from Github as a patch.
2016-12-01 20:04:19 +01:00
Peter Simons
a571edecd0 haskell-jni: fix path to missing libjvm
libjvm.so is in a non-standard location and the build needs help finding it.
Closes https://github.com/NixOS/nixpkgs/issues/20669.
2016-12-01 19:58:28 +01:00
mingchuan
880ae3fd1e haskellPackages: fix brick and vty_5_13
brick 0.14 requires vty >= 5.12
2016-12-01 19:58:28 +01:00
Peter Simons
10b832e464 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.0.3-11-g4525071 from Hackage revision
7c09fb8e04.
2016-12-01 19:57:44 +01:00
Peter Simons
d80d92793e LTS Haskell 7.11 2016-12-01 19:57:43 +01:00
Frederik Rietdijk
9e4538112a pythonPackages.acoustics: init at 0.1.2 2016-12-01 17:51:39 +01:00
John Ericson
4751d9e5ad top-level: turn the screw
- Non-cross stdenvs are honest and assert that `crossSystem` is null

 - `crossSystem` is a mandatory argument to top-level/stage.nix, just like
   `system` and `platform`

 - Broken default arguments on stdenvs for testing are gone.

 - All stdenvs (but little-used stdenvNix) take the same arguments for easy
   testing.
2016-12-01 11:24:33 -05:00
John Ericson
a55d1ecc90 top-level: Document why nixpkgsFun doesn't close over inferred default arguments 2016-12-01 11:24:33 -05:00
John Ericson
05c12f147e top-level: Move default-choosing logic to top-level/platforms.nix
This mirrors stdenv/default.nix
2016-12-01 11:24:32 -05:00
Lancelot SIX
16eb67ac9c
hdf5: 1.8.16 -> 1.8.18
For release announcement, see
https://support.hdfgroup.org/ftp/HDF5/current18/src/hdf5-1.8.18-RELEASE.txt
2016-12-01 17:23:15 +01:00
Stefan Götz
e72b7ebd98 youtube-dl: 2016.11.27 -> 2016.12.01 2016-12-01 15:40:37 +01:00
Nikolay Amiantov
58d2d460d0 pythonPackages.pyrsistent: propagate six 2016-12-01 17:31:04 +03:00
Joachim F
3457703834 Merge pull request #20825 from lbonn/wireguard-systemd-start
wireguard: remove dependency on ip-up.target
2016-12-01 15:15:56 +01:00
Eelco Dolstra
fdac7e5975 Merge pull request #20834 from mbrgm/rssh
rssh: Make rssh a valid shell
2016-12-01 15:07:19 +01:00
romildo
cef18b345d enlightenment: 0.21.3 -> 0.21.4 2016-12-01 11:57:32 -02:00
Marius Bergmann
d2523a4f3d rssh: Make rssh a valid shell
The rssh package did not have the 'shellPath' attribute, so it could not
be used as the default shell for a nixos user. I fixed this by adding
the attribute.
2016-12-01 14:48:47 +01:00
Pascal Wittmann
130bc32268 Merge pull request #20824 from offlinehacker/pkgs/convoy/init
convoy: init at 0.5.0
2016-12-01 14:35:22 +01:00
Cillian de Roiste
d42cfcec92 all-packages: move terminus-ttf beside terminus 2016-12-01 14:10:09 +01:00
goibhniu
304150f576 Merge pull request #20743 from Okasu/terminus-font-ttf
terminus-font-ttf: init at 4.40.1
2016-12-01 14:07:40 +01:00
Eelco Dolstra
f4aab5b211
thunderbird: 45.5.0 -> 45.5.1 2016-12-01 13:06:41 +01:00
Eelco Dolstra
b221fc137c
nss: 3.27.1 -> 3.27.2 2016-12-01 13:02:35 +01:00
Eelco Dolstra
1e17f21b3e
firefox: 50.0.1 -> 50.0.2 2016-12-01 12:55:24 +01:00
Frederik Rietdijk
d22432880b pythonPackages.oauthlib: 0.7.2 -> 2.0.0 2016-12-01 09:37:12 +01:00
Frederik Rietdijk
e39584c67d pythonPackages.pyjwt: 1.4.0 -> 1.4.2 2016-12-01 09:37:11 +01:00
Michael Raskin
0fe7d32038 Merge pull request #20831 from mbbx6spp/update-torbrowser-6.0.7
torbrowser: 6.0.6 -> 6.0.7
2016-12-01 08:15:45 +00:00
Susan Potter
75cdbf48ae
torbrowser: 6.0.6 -> 6.0.7 2016-12-01 00:13:58 -06:00
Graham Christensen
eeb15153b9 Merge pull request #20830 from grahamc/guile
guile: apply patch fixing 00-repl-server.test stability (WIP)
2016-11-30 22:45:33 -05:00