3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

24789 commits

Author SHA1 Message Date
Frederik Rietdijk e8f7c5490d Merge pull request #17807 from KibaFox/asciinema
pythonPackages.asciinema: init at 1.3.0
2016-08-18 17:31:30 +02:00
Joachim F 409b53cba8 Merge pull request #17799 from robbinch/pkg-kiwix
kiwix: Fix broken build
2016-08-18 17:13:21 +02:00
Nikolay Amiantov 622b5ab72b pythonPackages.psutil: 3.4.2 -> 4.3.0 2016-08-18 18:02:32 +03:00
Kiba Fox 834543ab6e pythonPackages.asciinema: init at 1.3.0 2016-08-18 10:33:30 -04:00
Thomas Tuegel da68127737 Merge pull request #17806 from matthewbauer/emacs-wrapper
emacs: add versatile "emacsWrapper"
2016-08-18 08:16:48 -05:00
Frederik Rietdijk 3c5594c505 pythonPackages.python-etcd: fix build 2016-08-18 12:36:42 +02:00
Frederik Rietdijk 7395c29616 pythonPackages.libtmux: fix build 2016-08-18 12:36:42 +02:00
Frederik Rietdijk 904ee1bebc Merge pull request #17814 from juliendehos/tntdb
tntdb: init at 1.3
2016-08-18 11:25:47 +02:00
Frederik Rietdijk a36fc3c845 pythonPackages.Werkzeug: fix build Python 3.x
that was broken by 7916a16c8e
2016-08-18 11:24:09 +02:00
Julien Dehos 5a2e256075 tntdb: init at 1.3 2016-08-18 11:11:43 +02:00
Frederik Rietdijk 3322f10a09 Merge pull request #17813 from juliendehos/tntnet
tntnet: init at 2.2.1
2016-08-18 10:59:57 +02:00
Lluís Batlle i Rossell b8e215fb50 Making shotcut use qt5 (5.6), not qt55. 2016-08-18 10:22:19 +02:00
Julien Dehos 50ca8eb30a tntnet: init at 2.2.1 2016-08-18 09:54:46 +02:00
Lluís Batlle i Rossell 762a11a276 Updating and fixing shotcut. 2016-08-18 09:41:29 +02:00
Frederik Rietdijk cff0389e41 Merge pull request #17773 from RamKromberg/fix/pillow
pillow: 3.2 -> 3.3
2016-08-18 08:57:51 +02:00
Robbin C 2a84cc856b kiwix: Fix broken build 2016-08-18 07:55:06 +08:00
Joachim F a4bbb2d9a3 Merge pull request #17688 from nexusdev/solc
Add Solidity (Ethereum compiler)
2016-08-17 23:45:34 +02:00
Joachim F c2bfce8de8 Merge pull request #16762 from matthewbauer/gnustep2
Add "gnustep" to nixpkgs
2016-08-17 23:38:56 +02:00
Frederik Rietdijk 379b2fab97 Merge pull request #17777 from juliendehos/cxxtools
cxxtools: init at 2.2.1
2016-08-17 22:37:37 +02:00
Frederik Rietdijk 80c98d76ca Merge pull request #17641 from matthewbauer/update-pyopenssl
pyopenssl: 0.15.1 -> 16.0.0
2016-08-17 22:23:14 +02:00
Matthew Bauer 6ceedaaee4 emacs: add versatile "emacsWrapper"
"emacsWrapper" replaces emacsWithPackages. In addition to "packagesFun",
emacsWrapper has an optional variable called "execStart". execStart can
be used to append elisp to the default site-start.el script. This is
useful for providing a way to load a user's .emacs.d/init.el
file. "emacsWithPackages" is implemented with emacsWrapper for
convenience and compatability.
2016-08-17 18:19:58 +00:00
Nikolay Amiantov 3e5bf44aab sip: 4.14.7 -> 4.18.1, drop unused old version 2016-08-17 20:30:51 +03:00
Nikolay Amiantov 727678936d qt5.qtwebkit-plugins: init at 2015-05-09 2016-08-17 20:20:35 +03:00
Nikolay Amiantov 33cabd882f pythonPackages.pyqt5: 5.5.1 -> 5.6 2016-08-17 20:20:35 +03:00
Lluís Batlle i Rossell 5b3c885b35 Shotcut builds, but wants jack1 libs on start. 2016-08-17 17:25:03 +02:00
Rommel M. Martinez 963d8cc3e0 translate-shell: init at 0.9.4 (#17780) 2016-08-17 16:20:55 +02:00
Tomas Hlavaty e444532046 mlt: 0.9.6 -> 6.2.0 (#17725)
The old version with qt4 is kept around for kdenlive dependency.
2016-08-17 16:09:58 +02:00
Christine Koppelt 75bffa11d6 influxdb: add 1.0.0-beta3 (#17733) 2016-08-17 13:40:05 +02:00
Michal Rus d965dfc00d bitwig-studio: init at 1.3.12 (#17756) 2016-08-17 13:23:48 +02:00
Langston Barrett 0cc89278a1 ympd: init at 1.3.0 2016-08-17 13:17:41 +02:00
Frederik Rietdijk 80b3a7b128 Revert "pythonPackages.psutil: 3.4.2 -> 4.3.0"
This reverts commit 86caec1be1.

In this commit tests were re-enabled, but without correctly testing whether it could.
When a package builds it doesn't mean the tests are actually run. This is often seen when it says that 0 tests were run.
Typically this is because the test runner was invoked incorrectly.

By re-enabling the tests, a false impression is generated that the package is tested while in fact it isn't. Furthermore, the Python 3.5
package broke because the tests are invoked incorrectly.

cc @abbradar
2016-08-17 10:52:22 +02:00
Franz Pletz 2104d28bcd linux: 4.1.27 -> 4.1.30
Fixes CVE-2016-5696.
2016-08-17 05:45:59 +02:00
Matthew Bauer 2e5edbfd99 gnustep: move to pkgs/desktops/gnustep 2016-08-16 21:53:45 +00:00
Matthew Bauer 4ebfc31388 gnustep: add alias for old gnustep-make 2016-08-16 21:11:05 +00:00
Matthew Bauer c3974455eb gnustep: rescope everything into one folder
This should make merge conflicts easier to
handle. "gnustep" prefix has been removed to
make thing simpler. So "gnustep_make" is now
"make" within the gnustep scope.
2016-08-16 21:10:54 +00:00
Artyom Shalkhakov d3d580ebbe gnustep: cleanup
Major clean-up. Everything builds fine.
2016-08-16 21:00:27 +00:00
Artyom Shalkhakov 15c5a533b5 gnustep: add gworkspace and systempreferences
Packaging some basic GNUstep apps: GWorkspace and SystemPreferences.

Unfortunately, GWorkspace doesn't work well, because gdomap, gdnc, gpbs
are not started. Also, there is some issue with fonts not being found.
2016-08-16 20:59:58 +00:00
Artyom Shalkhakov ea3dcb3264 gnustep: add setup hook for make
Adding a setup-hook for gnustep-make.
2016-08-16 20:59:50 +00:00
Artyom Shalkhakov d39e5372dc gnustep: cleanup
Cleaning up. Adding GNUstep package builder for abstracting out GNUstep
compilation specifics (with thanks to GitHub user lethalman).

The rules for using build_gnustep_package are as simple: any
GNUstep-based package that the package being compiled depends upon are
to be put in [deps] (this is used for setting up a buildEnv), while
other dependencies are put into [buildInputs] as usual.
2016-08-16 20:59:30 +00:00
Artyom Shalkhakov 5db3f3ee61 gnustep: remove gnustep-startup
Removing gnustep-startup (not needed anymore). Adding Gorm and
ProjectCenter applications (these mostly work, provided the environment
is set up manually).
2016-08-16 20:59:23 +00:00
Artyom Shalkhakov 52d17a5f41 gnustep: packageg libs separately
Packing gnustep libs separately, with no use of gnustep-startup. Also,
fixed a bug in WindowMaker package (some imaging dependencies were not supplied).
2016-08-16 20:59:08 +00:00
Artyom Shalkhakov a28c729766 gnustep: init
Adding new library: gnustep-startup, which packages the core
libraries necessary for GNUstep: gnustep-make, gnustep-base,
gnustep-gui, gnustep-backend.
2016-08-16 20:58:57 +00:00
Frederik Rietdijk 5a501bd828 Remove top-level dbus_python and pythonDBus.
See #11567.

Furthermore, it renames pythonPackages.dbus to pythonPackages.dbus-
python as that's the name upstream uses.

There is a small rebuild but I couldn't figure out the actual cause.
2016-08-16 22:52:37 +02:00
Frederik Rietdijk 6b23bd99a3 Remove top-level pyatspi
See #11567.
2016-08-16 22:52:37 +02:00
Matthew Bauer a2937ba293 searx: force to use new pyopenssl 2016-08-16 20:47:18 +00:00
Matthew Bauer 7d3bccdd7c service-identity: 14.0.0 -> 16.0.0
- adds attrs as input
2016-08-16 20:33:59 +00:00
Robert Helgesson f396a0b4d0
hd-idle: init at 1.05 2016-08-16 21:59:14 +02:00
Julien Dehos 703ca63b01 cxxtools: init at 2.2.1 2016-08-16 15:41:21 +02:00
Franz Pletz 35654b7fc1 Merge pull request #17743 from mayflower/service/mattermost 2016-08-16 14:54:25 +02:00
Ram Kromberg 6edb3851f9 pillow: 3.2 -> 3.3 2016-08-16 14:33:16 +03:00