Commit Graph

66429 Commits

Author SHA1 Message Date
Luca Bruno
d202f0c625 gnome-documents: add getting started pdf 2015-07-29 13:51:09 +00:00
Bjørn Forsman
72d7e4048c moreutils: 0.55 -> 0.57
(Implicitly fixes build, since 0.55 source has disappeared.)

Also add needed "docbook_xml_dtd_44" dependency for the new version.
2015-07-29 15:46:15 +02: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
11643f47c3 Revert "evolution: add missing openssl dependency"
This reverts commit 490979c7ce.

This is not the right fix. It's probably a broken .la file.
2015-07-29 13:36:23 +00:00
Luca Bruno
e897cd502d Revert "gnome3: file-roller: add openssl dependency"
This reverts commit 64f3fb96d8.

This is not the right fix. It's probably a broken .la file.
2015-07-29 13:35:57 +00:00
Bjørn Forsman
490979c7ce evolution: add missing openssl dependency
Fixes recently introduced "ld: cannot find -lcrypto" build error.
2015-07-29 15:08:23 +02:00
lethalman
b5bb6b4fac Merge pull request #9042 from Havvy/iojs
iojs: 2.4.0 -> 2.5.0
2015-07-29 15:03:18 +02:00
Ryan Scheel (Havvy)
6fd8428edf iojs: 2.4.0 -> 2.5.0 2015-07-29 14:36:21 +02:00
viric
982ce5ed58 Merge pull request #8978 from dezgeg/pr-arm-images
ARM SD card image expressions
2015-07-29 14:13:57 +02:00
Bjørn Forsman
f595450912 eclipse: switch to officially mirrored download URLs
That is, replace all mirror specific URLs with the generic form:

  http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/path/to/file

* r=1 auto-redirects to best mirror
* nf=1 returns HTTP 404 if there is no file, instead of HTML data

It's documented here:

  http://wiki.eclipse.org/IT_Infrastructure_Doc#Use_mirror_sites.2Fsee_which_mirrors_are_mirroring_my_files.3F

All URLs are tested (they work).
2015-07-29 13:41:35 +02:00
Jascha Geerds
1ce5c96836 gnome3: Add hicolor_icon_theme to core packages 2015-07-29 13:33:26 +02:00
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
Luca Bruno
203dad10fe Revert "Merge pull request #9034 from kamilchm/qtile-wm"
This reverts commit 27c73e252a, reversing
changes made to 9430294114.
2015-07-29 12:30:01 +02: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
lethalman
27c73e252a Merge pull request #9034 from kamilchm/qtile-wm
xserver: qtile as desktopManager
2015-07-29 11:11:40 +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
Kamil Chmielewski
68976a15e8 xserver: qtile as desktopManager 2015-07-28 23:39:57 +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
314e8e49ec Remove deepOverride
It's unused, and also a bad idea: because it recursively recomputes
every function argument and there is no sharing, you can get an
exponential (?) blowup in evaluation time. For example, evaluating
‘linuxPackages.kernel’ takes 0.09s and ~13 MiB, but evaluating
‘linuxPackages.kernel.deepOverride {}’ takes 3.6s and ~305 MiB.
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