3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

66481 commits

Author SHA1 Message Date
Domen Kožar c00fc87f96 Merge pull request #12905 from tg-x/pflask
pflask
2016-02-10 21:20:14 +00:00
Pascal Wittmann 2b8e9cb72e Merge pull request #12917 from dasuxullebt/fix/ssvnc-perl
Bugfix: ssvnc had a hard dependency on /usr/bin/perl which is now rep…
2016-02-10 20:42:10 +01:00
tg(x) 60969ab937 pflask: use waf package 2016-02-10 20:34:28 +01:00
tg(x) 310a20eda8 waf 2016-02-10 20:34:05 +01:00
JC Brand 007c558be8 prosody: 0.9.8 -> 0.9.10 2016-02-10 18:26:32 +00:00
Domen Kožar e47d323a10 Merge pull request #12904 from tg-x/wayland-wm
wayland window managers: orbment, sway, velox
2016-02-10 16:49:37 +00:00
Nikolay Amiantov 4ef8288dfc zathura: use mupdf by default 2016-02-10 19:42:57 +03:00
tg(x) 2f5ced3f1c wlc: remove linuxPackages_4_2 2016-02-10 17:03:21 +01:00
Eelco Dolstra ccd1029f58 Reduce the size of the Nixpkgs/NixOS jobsets
This cuts nixpkgs:trunk from 78K to 31K jobs by disabling builds of
{node,go,python,emacs,coq,r,ocaml,perl}Packages. Thus these are now
only built if they are dependencies of top-level packages (such as
end-user applications). I left haskellPackages because they take
typically longer to build than the others (which are mostly
interpreted languages), so disabling them would be more painful to
users.

This is a temporary measure until we have a binary cache based Hydra
running on faster hardware, necessitated by the fact that evaluations
now regularly time out after 6 hours.
2016-02-10 15:20:16 +01:00
Nikolay Amiantov 813d45663c dwarf-fortress-packages.cla-theme: fix comment 2016-02-10 17:02:46 +03:00
Eelco Dolstra aea262f654 Fix misspelled meta.maintainers attributes 2016-02-10 14:59:50 +01:00
Nikolay Amiantov 99f4f1d7ef dwarf-fortress-packages.cla-theme: init at 20160128 2016-02-10 16:56:41 +03:00
Nikolay Amiantov 6352bb51f9 dwarf-fortress-packages.phoebus-theme: 20160118 -> 20160128 2016-02-10 16:56:09 +03:00
Profpatsch 9fecc50603 alot: 0.3.6 -> 0.3.7, fixes #12914
Version bump.
The checks are back again, so far alot has no tests at all.
Add urwidtrees dependency.

The themes are copied to the derivation and set as default directory.
2016-02-10 14:19:10 +01:00
Arseniy Seroka 3b1d18ff48 Merge pull request #12919 from zimbatm/new-bundix2
bundix: 1.0.4 -> 2.0.4
2016-02-10 16:04:31 +03:00
Michael Fellinger 112476ec96 bundix: 1.0.4 -> 2.0.4 2016-02-10 12:02:10 +00:00
Your Name aeee493704 Bugfix: ssvnc had a hard dependency on /usr/bin/perl which is now replaced 2016-02-10 10:48:51 +01:00
Frederik Rietdijk 318a89f691 Merge pull request #12916 from NixOS/python-wip
pythonPackages: fixes
2016-02-10 09:28:55 +01:00
Frederik Rietdijk 46a76d1a7d pythonPackages.scikitlearn: fix tests 2016-02-10 09:18:56 +01:00
Frederik Rietdijk 00c6db841c pythonPackages.flask-cors: init at 2.1.2 2016-02-10 08:32:04 +01:00
Frederik Rietdijk 086cebe2bb pythonPackages.blaze: add missing dependency 2016-02-10 08:31:51 +01:00
Daniel Peebles 12fbbc20ec Merge pull request #12911 from tg-x/grsec-url
grsecurity: use source URL from a scraped repository
2016-02-09 23:45:08 -05:00
aszlig 0afbe4c4d4
Merge pull request #12899: beets: 1.3.16 -> 1.3.17
This contains the update from @Profpatsch and a small fix by me to
re-enable the test suite.

The upstream changelog can be found at:

http://beets.readthedocs.org/en/v1.3.17/changelog.html
2016-02-10 02:46:58 +01:00
aszlig b6595185f6
beets: Re-enable tests
The reason why the completion tests didn't pass was because we had it
already disabled in 2acc258dff.

Meanwhile, beetbox/beets@a07cb83 has moved the file from
test/test_completion.sh to test/rsrc/test_completion.sh.

So this has silently re-enabled the completion tests, which we need to
investigate on our side why they failed in the first place.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-02-10 02:41:15 +01:00
Matej Cotman 06ce6ba757 Merge pull request #12862 from ericsagnes/pkg/cmst
cmst: 2014.12.05 -> 2016.01.28
2016-02-10 01:17:05 +01:00
tg(x) 42deddb17a grsecurity: use source URL from a scraped repository as grsecurity.net only has the latest version 2016-02-10 00:46:11 +01:00
Tobias Geerinckx-Rice 4dacb1116a mcelog: 129 -> 130
Fixes https://github.com/andikleen/mcelog/issues/31.
2016-02-10 00:07:10 +01:00
tg(x) 877dc973ab wayland window managers: orbment, sway, velox -> latest git 2016-02-09 23:41:01 +01:00
tg(x) c7ef45e153 pflask: git-2015-10-06 -> git-2015-12-17 2016-02-09 22:54:03 +01:00
tg(x) 0ce6603bd8 pflask 2016-02-09 22:44:44 +01:00
tg(x) 521d74524d Merge branch 'master' of https://github.com/NixOS/nixpkgs into wayland-wm 2016-02-09 22:40:00 +01:00
Frederik Rietdijk 9535d51289 pythonPackages.pandas: fix tests 2016-02-09 22:37:21 +01:00
tg(x) e1bcc74135 wayland window managers: orbment, sway, velox 2016-02-09 22:35:16 +01:00
Pascal Wittmann ee90c703be progress: 0.12.1 -> 0.13 2016-02-09 21:51:41 +01:00
Profpatsch 22818c6ec4 beets: 1.3.16 -> 1.3.17
one test fails, see the source comment
2016-02-09 21:43:50 +01:00
Arseniy Seroka d679ccfda4 Merge pull request #12889 from zimbatm/atom-1.4.3
atom: 1.4.0 -> 1.4.3
2016-02-09 20:54:18 +03:00
Vladimír Čunát 177464ade9 wrapFirefox: add enableAdobeReader
So far we only have 32-bit package.
It will be silently missed on 64-bit ATM.
2016-02-09 18:21:40 +01:00
Robin Gloster 85bedcf7e9 Merge pull request #12876 from zimbatm/sublime-3102
sublime3: 3101 -> 3102
2016-02-09 17:26:35 +01:00
Rob Vermaas 5594bd8e2d Add etsy/hound
(cherry picked from commit ea43515da1)
2016-02-09 14:52:26 +00:00
zimbatm 8477e5788c atom: 1.4.0 -> 1.4.3 2016-02-09 14:26:11 +00:00
Nikolay Amiantov 6a2cbbb24a Merge pull request #12888 from vanzef/qtscrob
Qtscrob
2016-02-09 17:20:56 +03:00
Ivan Solyankin 3482020486 qtscrobbler: init at 0.11 2016-02-09 17:15:30 +03:00
Peter Simons 31f160e6dd Add LTS Haskell 5.2. 2016-02-09 12:00:15 +01:00
Peter Simons 23b747e38a hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-10-ga610b1b using the following inputs:

  - Nixpkgs: 45176e62ca
  - Hackage: 4eb7681703
  - LTS Haskell: e7c3629999
  - Stackage Nightly: a84b3a147a
2016-02-09 12:00:07 +01:00
zimbatm 93d5f26a0d sublime3: 3101 -> 3103 2016-02-09 10:14:44 +00:00
Frederik Rietdijk e2324a9598 Merge pull request #12881 from FRidh/python
pythonPackages: updates and fixes
2016-02-09 09:10:41 +01:00
Frederik Rietdijk f7622389e1 pythonPackages.et_xmlfile: fix tests 2016-02-09 07:34:34 +01:00
Frederik Rietdijk 2ebc0350aa pythonPackages.caldavclientlibrary-asynk: disable py3k 2016-02-09 07:34:34 +01:00
Frederik Rietdijk 2d2cda2874 pythonPackages.pyzmq: fix tests i686 2016-02-09 07:34:34 +01:00
Frederik Rietdijk 4c79c23a0d pythonPackages.odo: 0.4.0 -> 0.4.2 2016-02-09 07:34:34 +01:00