Jascha Geerds
8d51c46f30
gnome3: Add missing hicolor_icon_theme dependency to several packages
2015-07-29 13:33:25 +02:00
Luca Bruno
2e92e7c06a
Merge branch 'gwrap'
2015-07-29 11:32:01 +00:00
Luca Bruno
d74c414887
gnome-clocks: use wrapGAppsHook
2015-07-29 11:17:04 +00:00
Luca Bruno
95c2935061
gnome-documents: use wrapGAppsHook
2015-07-29 11:16:55 +00:00
Luca Bruno
7ef2102b67
gnome-music: use wrapGAppsHook
2015-07-29 11:16:45 +00:00
Luca Bruno
0db56d47cc
gnome-photos: use wrapGAppsHook
2015-07-29 11:16:33 +00:00
Luca Bruno
ed3c294e75
grilo: add setup hook for grilo plugins
2015-07-29 11:16:06 +00:00
Luca Bruno
763fda70f0
wrapGAppsHook: build hook for wrapping GTK/GNOME apps
2015-07-29 11:14:56 +00:00
Nikolay Amiantov
e3d359a507
haskellPackages.misfortune: remove redundant patch
2015-07-29 13:51:11 +03: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
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
John Wiegley
5c896e5511
emacs: Update Mac Port Emacs to 24.5-mac-5.9
2015-07-28 20:08:53 -07:00
Eric Seidel
eca6aa0e8d
Merge pull request #8935 from acowley/smlnj-darwin
...
smlnj: build on darwin
2015-07-28 17:39:44 -07:00
Tobias Geerinckx-Rice
936b8dc2c7
x2goclient: 4.0.4.0 -> 4.0.5.0
2015-07-29 00:19:31 +02:00
Arseniy Seroka
e4107bdec3
Merge pull request #9023 from benley/awscli-completion
...
awscli: Make bash and zsh completions work
2015-07-29 00:35:27 +03:00
Arseniy Seroka
81fd248056
Merge pull request #9026 from abbradar/adom
...
Minor fixes for ADOM
2015-07-29 00:35:11 +03:00
Arseniy Seroka
44b9366810
Merge pull request #9032 from devhell/canto
...
canto-{curses,daemon}: {0.9.4,0.9.3} -> {0.9.6,0.9.5}
2015-07-29 00:34:50 +03:00
Arseniy Seroka
d6397baeb5
Merge pull request #9035 from devhell/profile-cleaner
...
profile-cleaner: 2.34 -> 2.35
2015-07-29 00:31:18 +03: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
Tobias Geerinckx-Rice
c71d93c519
mcelog: 121 -> 122
...
Enable IMC status bank for Haswell-E, as described in Intel SDM Vol.3C
Table 35-27.
2015-07-28 23:19:35 +02:00
Tobias Geerinckx-Rice
64f3fb96d8
gnome3: file-roller: add openssl dependency
...
Build fails otherwise with `ld: cannot find -lcrypto`.
2015-07-28 23:19:26 +02:00
devhell
4838367a5e
profile-cleaner: 2.34 -> 2.35
...
Built and tested locally. Unfortunately there is no clear changelog
available.
2015-07-28 22:13:35 +01:00
Kamil Chmielewski
e610f27c43
qtile: init at 0.10.1
2015-07-28 22:55:32 +02:00
devhell
9dbde02381
canto-{curses,daemon}: {0.9.4,0.9.3} -> {0.9.6,0.9.5}
...
Built and tested locally. The changelog can be found here:
http://codezen.org/canto-ng/news/
2015-07-28 21:05:14 +01: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
Eelco Dolstra
2bc305c1c6
postgresql: Prevent runtime dependency on gcc-wrapper
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
Bjørn Forsman
3715c2e089
eclipses: add eclipse-cpp-4.5 (Mars release)
2015-07-28 21:18:54 +02:00
Allen Nelson
3c6c6c19f2
freetds: fix broken url ( close #9031 )
2015-07-28 20:37:41 +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
lethalman
5bae65da23
Merge pull request #9012 from womfoo/facter
...
Add facter
2015-07-28 18:36:34 +02:00
Luca Bruno
13a1d3bb22
postgresql91: create doc directory (ZHF)
2015-07-28 18:11:05 +02:00
Luca Bruno
6525b63870
postgresql90: create doc directory (ZHF)
2015-07-28 18:10:59 +02:00
Luca Bruno
5b9554a4e6
riak2: does not build on i686 (ZHF)
2015-07-28 17:59:56 +02:00
Luca Bruno
4f320818e2
dmtx-utils: depend on imagemagick (ZHF)
2015-07-28 17:57:11 +02:00
Matthias Herrmann
679a941f26
synapse: init at 0.2.99.1
2015-07-28 17:25:28 +02:00
Vladimír Čunát
7c36b4611d
gnome3.adwaita-icon-theme: remove empty dir tree
...
Also similar for old gnome2 icon theme.
/cc maintainer @lethalman.
2015-07-28 17:05:07 +02:00
Profpatsch
f3c1ad6baf
texmacs: 1.0.7.11 -> 1.99.2
2015-07-28 16:06:29 +02:00
Luca Bruno
9e0dcf3bd9
libarchive: fix .la file
2015-07-28 15:22:56 +02:00
Nikolay Amiantov
c60e4016e7
libtirpc: fix missing symbols
2015-07-28 15:23:38 +03:00
Kranium Gikos Mendoza
78309d9825
facter: init at 3.0.2
2015-07-28 19:53:32 +08:00
Tobias Geerinckx-Rice
0c3e31a662
vsftpd: 3.0.2 -> 3.0.3
...
Does not fix CVE-2015-1419; keep patch.
2015-07-28 13:20:48 +02:00
Eelco Dolstra
cca7cdb631
php: Update to 5.4.43, 5.5.27, 5.6.11
...
CVE-2015-3152
2015-07-28 13:10:53 +02: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