Tobias Geerinckx-Rice
083ff50289
Revert "python-packages: click 3.3 -> 4.1"
...
I *think* this might be breaking nox-review on Travis (but not here...)
Reverting to get Travis working ASAP until I figure out if that is so.
This reverts commit ba9a6e2d09
.
2015-07-31 02:02:26 +02:00
Oliver Dunkl
8b71698c07
python-packages: pafy init version 0.3.74
2015-07-30 20:59:51 +02:00
Vladimír Čunát
4dc113ce29
neverball: update
...
Seems to work fine. /cc maintainer @viric.
2015-07-30 20:20:54 +02:00
Eric Seidel
cfa6dfb1de
emacs-packages: magit 1.4.0 -> 2.1.0
2015-07-30 10:54:01 -07:00
Eric Seidel
f21a749951
emacs-packages: dash 2.9.0 -> 2.11.0
2015-07-30 10:54:01 -07:00
Eric Seidel
b1f1753f25
emacs-packages: update flycheck to 0.23
...
also add let-alist-1.0.4 and flycheck-haskell-0.7.2
2015-07-30 10:34:09 -07:00
Vladimír Čunát
f4a68aaca7
liquidwar: use 1.6 branch of libpng
...
Seems to work fine. /cc maintainer @7c6f434c.
2015-07-30 19:29:40 +02:00
Vladimír Čunát
7c291e2e59
super-user-spark: init at 0.1.0.0 ( close #8894 )
...
Super-User-Spark is a program for managing dotfiles.
The author is Tom Sydney Kerckhove.
Details on usage can be found on his [blogpost] as well as the [reddit thread].
[blogpost]: http://cs-syd.eu/posts/2015-07-19-super-user-spark.html
[reddit thread]: http://www.reddit.com/r/haskell/comments/3dsdi5/more_than_just_another_symlink_manager_written_in/
2015-07-30 19:14:38 +02:00
Eelco Dolstra
ed7865ee00
DBIx-Class-Schema-Loader: Update to 0.07043
2015-07-30 16:43:47 +02:00
Vladimír Čunát
e942b5892d
libpng15: remove unused version
2015-07-30 13:48:58 +02:00
Luca Bruno
863d426a3b
supercollider: build with gcc48 (ZHF)
2015-07-30 13:09:58 +02:00
Vladimír Čunát
e4d21e59de
gcj: switch to 4.9, /cc #8735
...
Builds fine, including the only reference pdftk.
/cc its maintainers: @viric, @7c6f434c.
2015-07-30 12:15:39 +02:00
Luca Bruno
59c9f23969
libosinfo: fix build by using libsoup with GNOME support
2015-07-30 12:10:34 +02:00
Eelco Dolstra
8a5000cc78
nixUnstable: Update to 1.10pre4200_76cc8e9
...
Also unify the nixStable and nixUnstable expressions.
2015-07-30 12:08:20 +02:00
Vladimír Čunát
5e01537a9b
gccgo: use 4.9 by default, /cc #8735
...
It seems fine on Hydra.
2015-07-30 11:28:07 +02:00
Franz Pletz
3a96d1ebb4
luasec: 0.5 -> 0.6pre-2015-04-17 ( close #8958 )
2015-07-30 11:23:22 +02:00
William A. Kennington III
af6d8b5182
etcdctl: Use goPackages version of etcd
...
cc @cstrahan
2015-07-29 18:32:09 -07:00
William A. Kennington III
58e3c658ce
etcd: Use goPackages version
2015-07-29 18:28:28 -07:00
William A. Kennington III
6ffe4beca4
etcd: Init at 2.1.1
2015-07-29 18:28:25 -07:00
Tobias Geerinckx-Rice
ba9a6e2d09
python-packages: click 3.3 -> 4.1
2015-07-29 22:53:00 +02:00
Arseniy Seroka
82c53444e4
Merge pull request #9040 from lancelotsix/motuclient_change_homepage
...
motuclient: Change homepage
2015-07-29 22:00:01 +03:00
Bjørn Forsman
f64a24da5c
docbook_xml_dtd: add version 4.4
...
We already have 4.3 and 4.5, but for the latest "moreutils" package
update we need version 4.4.
2015-07-29 15:44:36 +02:00
Luca Bruno
2e92e7c06a
Merge branch 'gwrap'
2015-07-29 11:32:01 +00:00
Luca Bruno
763fda70f0
wrapGAppsHook: build hook for wrapping GTK/GNOME apps
2015-07-29 11:14:56 +00:00
lethalman
5b3c3adce1
Merge pull request #9033 from kamilchm/qtile-pkg
...
qtile: init at 0.10.1
2015-07-29 12:04:48 +02:00
Lancelot SIX
f936b3f6d9
motuclient: Change homepage
2015-07-29 09:52:05 +00:00
lethalman
5b10e4f3d6
Merge pull request #9030 from NarrativeScience/bump/pandas-16-2
...
pandas: 0.16.1 -> 0.16.2
2015-07-29 11:25:17 +02:00
Rob Vermaas
9430294114
Update awscli to 1.7.41
2015-07-29 09:08:51 +00:00
Dan Peebles
5523ab8807
go-packages: further simplification
...
This change is the result of replacing:
buildGoPackage rec \{\s+rev\s+=\s+"(.*)";\s+name\s+=\s+"(.*)-\$\{stdenv.lib.strings.substring 0 7 rev\}";\s+goPackagePath\s+=\s+"github.com/(.*)/\2";\s+src\s+=\s+fetchFromGitHub\s+\{\s+inherit rev;\s+owner\s+=\s+"\3";\s+repo\s+=\s+"\2";\s+sha256\s+=\s"(.*)";\s+\};\s+\};
with:
buildFromGitHub {\n rev = "$1";\n owner = "$3";\n repo = "$2";\n sha256 = "$4";\n };
in pkgs/top-level/go-packages.nix.
I also inherited `rev` in `buildFromGitHub` to prevent a mass rebuild of Go packages, even though it's unused.
2015-07-29 05:14:13 +00:00
Dan Peebles
ac7a6e04c2
go-packages: start factoring out repetitive patterns
2015-07-29 04:55:57 +00:00
Eric Seidel
eca6aa0e8d
Merge pull request #8935 from acowley/smlnj-darwin
...
smlnj: build on darwin
2015-07-28 17:39:44 -07:00
Arseniy Seroka
0117488423
Merge pull request #8987 from Profpatsch/texmacs-update
...
texmacs: update to 1.99.2
2015-07-29 00:27:12 +03:00
Kamil Chmielewski
e610f27c43
qtile: init at 0.10.1
2015-07-28 22:55:32 +02:00
Bjørn Forsman
67757f52b1
asciidoc-full-with-plugins: new top-level attribute
...
Previously you had to write the override yourself, now it is
conveniently available in all-packages.nix for use in "nix-env" etc.
The list of plugins are currently hardcoded:
ditaa, mscgen, qrcode, matplotlib, aafigure, deckjs, odf
2015-07-28 22:00:56 +02:00
Eelco Dolstra
0770a49d8c
Unify the PostgreSQL expressions again
2015-07-28 21:42:25 +02:00
Eelco Dolstra
b89b6b2a7b
Add function callPackagesWith
...
This is like callPackageWith, except that it expects the supplied
function to return a *set* of packages. It will then make the
individual packages overridable.
2015-07-28 21:42:25 +02:00
Bjørn Forsman
a20470ee33
hamster-time-tracker: init at 1.04
...
https://projecthamster.wordpress.com/
Note that because it is invoked via dbus, you have to properly install
it and logout/login for the thing to work (you cannot run it directly
from the nix store).
2015-07-28 21:22:21 +02:00
Allen Nelson
24868463ba
pandas: 0.16.1 -> 0.16.2
2015-07-28 12:46:20 -05:00
lethalman
37e554828d
Merge pull request #8878 from 2chilled/master
...
synapse: init at 0.2.99.1
2015-07-28 18:44:20 +02:00
Matthias Herrmann
679a941f26
synapse: init at 0.2.99.1
2015-07-28 17:25:28 +02:00
Profpatsch
f3c1ad6baf
texmacs: 1.0.7.11 -> 1.99.2
2015-07-28 16:06:29 +02:00
Kranium Gikos Mendoza
78309d9825
facter: init at 3.0.2
2015-07-28 19:53:32 +08:00
Arseniy Seroka
b5ca5cc0ce
Merge pull request #8914 from desiderius/falcon-0.3.0
...
python-packages: falcon 0.2.0 -> 0.3.0
2015-07-28 14:05:58 +03:00
Arseniy Seroka
3c5ac057e9
Merge pull request #9017 from ericsagnes/ponymix
...
Add ponymix
2015-07-28 14:01:17 +03:00
Nikolay Amiantov
3a2275dd84
imgurbash: add package
2015-07-28 12:33:29 +03:00
Nikolay Amiantov
97a289b111
unnethack: add new package
2015-07-28 12:33:29 +03:00
Nikolay Amiantov
6e049800ed
nethack: update, adopt
2015-07-28 12:33:29 +03:00
Eric Sagnes
242c0d3e18
ponymix: init at 4
2015-07-28 08:52:41 +09:00
Moritz Ulrich
0411a4c376
direwolf: New package.
2015-07-28 00:05:55 +02:00
Moritz Ulrich
51c82551ee
multimon-ng: New package.
...
A digital baseband audio protocol decoder.
2015-07-28 00:05:55 +02:00