Commit Graph

57254 Commits

Author SHA1 Message Date
Eelco Dolstra
6a91bf20c8 groff: Move docs to separate output
This cuts the size of the package by ~10 MB.
2015-07-26 22:46:44 +02:00
Eelco Dolstra
d24a5a49ea kde-workspace: Disable gpsd dependency
This dependency causes substantial system bloat: gpsd depends on
pythonFull, which in turn depends on tcl/tk, etc.
2015-07-26 22:46:24 +02:00
Eelco Dolstra
f7e13ad70c postgresql: Move docs to separate output
This cuts almost 15 MB.
2015-07-26 22:46:24 +02:00
Eelco Dolstra
c4a399f106 mariadb: Don't install static libraries
Issue #8990.
2015-07-26 22:46:23 +02:00
Eelco Dolstra
8799287a84 Bump the default version of PostgreSQL to 9.4 2015-07-26 22:46:23 +02:00
Eelco Dolstra
b07de4bf8b libsoup: Don't install docs 2015-07-26 22:46:23 +02:00
Eelco Dolstra
48efe637ac xdg-utils: Don't depend on "which" 2015-07-26 22:46:23 +02:00
Eelco Dolstra
fc1077c9fb libsoup: Don't enable GNOME support by default
This bloats packages (like GStreamer) that depend on libsoup.
2015-07-26 22:46:23 +02:00
Eelco Dolstra
fc4c20aefe Remove unused gnutls variants 2015-07-26 22:46:23 +02:00
Eelco Dolstra
4f6b1565c7 gnutls: Fix double application of callPackage 2015-07-26 22:46:23 +02:00
Eelco Dolstra
689897088c cups: Don't depend on OpenSSL
Afaict, it doesn't use OpenSSL, just GNU/TLS.
2015-07-26 22:46:23 +02:00
Eelco Dolstra
ecae014ddb gnutls: Don't depend on trousers by default
Let's keep the base system free of "trusted" computing crap...
2015-07-26 22:46:23 +02:00
Eelco Dolstra
43f331a874 mpv: Don't enable JACK support by default
Packages should not depend on JACK by default to reduce dependency
bloat.

Issue #8990.
2015-07-26 22:45:39 +02:00
Eelco Dolstra
165406e1af nvidia-x11: Remove runtime dependency on linux.dev 2015-07-26 22:45:39 +02:00
Arseniy Seroka
1bb59f2c57 Merge pull request #8979 from rycee/package/theme-vertex
theme-vertex: init at 20150718
2015-07-26 23:33:11 +03:00
William A. Kennington III
6cb708c3b3 chromium: Bump 2015-07-26 12:38:34 -07:00
Robert Helgesson
e972f65f3c theme-vertex: init at 20150718 2015-07-26 20:46:46 +02:00
Arseniy Seroka
e9b5deb973 Merge pull request #8964 from vbgl/ecm
ecm: 6.2.3 -> 6.4.4
2015-07-26 20:09:10 +03:00
Arseniy Seroka
d3fa021448 Merge pull request #8977 from AndersonTorres/cherrytree
Cherrytree: 0.35.8 -> 0.35.9
2015-07-26 20:08:53 +03:00
Arseniy Seroka
99ac72994c Merge pull request #8984 from AndersonTorres/stella
Stella: 4.6 -> 4.6.1
2015-07-26 20:07:25 +03:00
Arseniy Seroka
a1fb9dfd00 Merge pull request #8992 from AndersonTorres/bochs
Bochs: 2.6.7 -> 2.6.8
2015-07-26 20:06:38 +03:00
Arseniy Seroka
87807373b5 Merge pull request #9001 from joachifm/electrum-2_4
electrum: 2.3.2 -> 2.4
2015-07-26 20:06:01 +03:00
Arseniy Seroka
adedca45d5 Merge pull request #8994 from AndersonTorres/icewm
IceWM: 1.3.8 -> 1.3.10
2015-07-26 20:04:54 +03:00
Arseniy Seroka
558dbbc7f3 Merge pull request #8947 from AndersonTorres/oroborus
Oroborus (2.0.20): New Package
2015-07-26 20:03:47 +03:00
Mateusz Kowalczyk
77857a8237 Merge pull request #7599 from jraygauthier/jrg/add_peru_pkg
Added peru package.
2015-07-26 17:27:02 +01:00
Vladimír Čunát
3322c96a36 dejavu-fonts: don't install the fonts twice :-S 2015-07-26 17:49:31 +02:00
Ricardo M. Correia
61f1594378 libraw: fix version number (0.16.1 -> 0.16.0)
The last commit that touched this library updated the version number but
not the hash. I opted into fixing the version number rather than the
hash because actually updating libraw into version 0.16.1 or later
causes a build failure in libkdcraw and therefore breaks gwenview (which
is one of the main KDE apps).
2015-07-26 16:11:08 +02:00
Raymond Gauthier
cdc58d410b peru: init at 0.2.3
A project dependencies version management system
built on top of multiple version management systems.
2015-07-26 09:57:51 -04:00
Joachim Fasting
2c1e52a960 electrum: 2.3.2 -> 2.4 2015-07-26 15:43:23 +02:00
Artjom Vejsel
5b527968bd pidgin-mra: init at 54b2992 (close #8996)
@vcunat made pkgconfig dependency explicit.
2015-07-26 13:45:27 +02:00
Artjom Vejsel
9ca034f277 purple-vk-plugin: init at 40ddb6d (close #8996)
@vcunat simplified preConfigure.
2015-07-26 12:08:07 +02:00
Eelco Dolstra
1a4bb0ef9b libbluray: Don't depend on the JDK by default
Depending on the JDK increases the closure size by a few hundred MB.

Issue #8990.
2015-07-26 12:00:54 +02:00
Eelco Dolstra
d7e97e07a3 librsvg: Disable GTK+ 3 dependency
GTK+ 2 is still our default, so packages should generally not depend
on GTK+ 3. For instance, this causes Emacs to depend on both GTK+ 2
and 3, which is obviously a bad thing.

Issue #8990.
2015-07-26 12:00:43 +02:00
Eelco Dolstra
761fc1a457 Remove tabs 2015-07-26 12:00:43 +02:00
vbgl
384d2febfe Merge pull request #8915 from vbgl/pg
ProofGeneral: 4.3pre131011 -> 4.3pre150313
2015-07-26 11:03:44 +02:00
Vladimír Čunát
4de0d7def5 libdmtx: remove imagemagick dependency, /cc #8990
I found no reason for the dependency at all, and it was even propagated.
Neither Debian nor Arch have any kind of it.
2015-07-26 09:36:13 +02:00
AndersonTorres
bdd20cedc1 IceWM: 1.3.8 -> 1.3.10
A complete rewrite in comparision to previous expression.
2015-07-26 01:08:05 -03:00
AndersonTorres
1edd09964c Bochs: 2.6.7 -> 2.6.8 2015-07-25 19:33:27 -03:00
Edward Tjörnhammar
80533a5043 iproute: 4.0.0 -> 4.1.1 2015-07-26 00:17:22 +02:00
Tobias Geerinckx-Rice
9bedb70520 man-pages: 4.00 -> 4.01 2015-07-25 21:54:18 +02:00
Peter Simons
54d86f86fd haskell-base: update override for new version 2015-07-25 20:54:42 +02:00
Peter Simons
867eda32ca haskell-Southpaw cannot be built on Unix. 2015-07-25 20:54:42 +02:00
Peter Simons
b49b2d9bba haskell-shelly: test suite has been fixed upstream 2015-07-25 20:54:42 +02:00
Peter Simons
4139c6c809 hackage-packages.nix: update to 0a07c4217d with hackage2nix revision e5e4464893b2b964424077e4fe7ef1a76e6d1173 2015-07-25 20:54:42 +02:00
Robert Scott
1dca2fba7f apache-httpd: update minor versions of both 2.2 and 2.4 for security-related fixes 2015-07-25 15:40:29 +01:00
AndersonTorres
6ccd69872a Stella: 4.6 -> 4.6.1 2015-07-25 10:49:53 -03:00
Vincent Laporte
9d5508d85c meld: 3.12.3 -> 3.14.0 (close #8982) 2015-07-25 13:10:24 +02:00
Domen Kožar
c8ee2af804 Merge pull request #8980 from nathanielbaxter/dev/v4l2loopback
v4l2loopback: update 0.8.0 -> 0.9.1
2015-07-25 09:42:35 +02:00
Vladimír Čunát
389c90aa86 llvmPackages*: refactor to use callPackage, etc.
Also use recurseIntoAttrs only on the default version (instead of only on 3.4).

The "self" variants (stil) don't build and they're inconsistent
versions. /cc @shlevy (fea2266290).
2015-07-25 09:13:52 +02:00
Vladimír Čunát
99457b40ac compiz: fix build by dontMoveLib64 = true; 2015-07-25 08:54:31 +02:00
Tobias Geerinckx-Rice
61b3816ff2 geolite-legacy: 2015-07-24 -> 2015-07-25 2015-07-25 05:21:21 +02:00
Tobias Geerinckx-Rice
078ee4ac55 copy-com: 1.47.0410 -> 3.2.01.0481 + several fixes
The graphical UI (the largest part of this package) never worked; fixed.

Added myself as a maintainer.
2015-07-25 04:39:02 +02:00
Nathaniel Baxter
6bff6eec67 v4l2loopback: update 0.8.0 -> 0.9.1 2015-07-25 11:59:09 +10:00
Tobias Geerinckx-Rice
161c0e7876 pecita: 1.1 -> 5.0
The upstream source file has no version component and is updated in
place.

cc maintainer @rycee.
2015-07-25 03:06:49 +02:00
Tobias Geerinckx-Rice
1edef466c0 python-packages: prompt_toolkit 0.42 -> 0.43
New features:
- Added eventloop and patch_stdout parameters to get_input.
- Inputhook support added.
- Added ShowLeadingWhiteSpaceProcessor and ShowTrailingWhiteSpaceProcessor
  processors.
- Accept Filter as multiline parameter in 'shortcuts'.
- MultiColumnCompletionsMenu + display_completions_in_columns parameter
  in shortcuts.

Backwards incompatible changes (not used in nixpkgs):
- Layout.width was renamed to preferred_width and now receives a
  max_available_width parameter.
2015-07-25 02:33:44 +02:00
Tobias Geerinckx-Rice
7a21c5c27e font-awesome-ttf: update sha256 hash changed upstream
cc maintainer @baldo.
2015-07-25 02:31:48 +02:00
Tobias Geerinckx-Rice
b8a5fab116 Merge pull request #8943 from lancelotsix/update_digikam
kde4.digikam: 4.10.0 -> 4.11.0
2015-07-25 01:37:52 +02:00
Tobias Geerinckx-Rice
df6381afec stress-ng: 0.04.11 -> 0.04.12
Fixes/features:
  * Fix segfault in metrics because MMAPFORK macro not defined correctly
  * Add --cpu-load-slice option for CPU stressor time slice tweaks
2015-07-24 22:03:32 +02:00
Tobias Geerinckx-Rice
6b0452768c geolite-legacy: 2015-07-08 -> 2015-07-24 2015-07-24 21:40:26 +02:00
Ricardo M. Correia
a0249ed425 buildRustPackage: Fix rust builds due to #7524
Fixes #8966
2015-07-24 20:47:58 +02:00
Peter Simons
3d6bd6a1fa gfortran: disable parallel building to avoid weird build failures
More details are at 784025c747 (commitcomment-12328357).
2015-07-24 16:56:46 +02:00
Vladimír Čunát
a2f16fdcff Merge branch 'staging' 2015-07-24 15:12:28 +02:00
AndersonTorres
a0ab047fdb Cherrytree: 0.35.8 -> 0.35.9
Also, adding myself to maintainers list.
2015-07-24 10:04:31 -03:00
Vladimír Čunát
e998ecd351 virtualbox: hack-fix the build, issue #8962
For now, until a better resolution is found.
2015-07-24 14:35:38 +02:00
Jascha Geerds
3d9a4d79cf gnome3: Include gnome-shell-extensions in session path 2015-07-24 12:41:20 +02:00
lethalman
63b1499996 Merge pull request #8903 from lancelotsix/add_pythonPacgages_netcdf4
pythonPackages.netcdf4: init at 1.1.8
2015-07-24 10:19:21 +02:00
lethalman
90b19534e5 Merge pull request #8972 from nathanielbaxter/dev/teamspeak_client
teamspeak_client: create .desktop file
2015-07-24 10:14:51 +02:00
lethalman
5d60c20fd8 Merge pull request #8731 from cheecheeo/fzf-master
fzf
2015-07-24 10:13:01 +02:00
lethalman
636f9ac0ed Merge pull request #8799 from ryantm/master
heyefi service: init
2015-07-24 10:11:26 +02:00
lethalman
b3d02712c4 Merge pull request #8907 from jfb/add-gxmessage
gxmessage: init at 3.4.3
2015-07-24 10:05:01 +02:00
lethalman
1a85b7c0c7 Merge pull request #8925 from bendlas/links2-update
links2: 2.8 -> 2.10
2015-07-24 10:02:48 +02:00
lethalman
abe5f2e634 Merge pull request #8971 from AndersonTorres/dillo
Dillo: 3.0.4.1 -> 3.0.5
2015-07-24 10:01:03 +02:00
Austin Seipp
61e0e56839 nixpkgs: perf-tools 20150704 -> 20150723
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-24 00:31:45 -05:00
Nathaniel Baxter
aae3bdab03 teamspeak_client: create .desktop file 2015-07-24 14:32:56 +10:00
AndersonTorres
c8629266ef Dillo: 3.0.4.1 -> 3.0.5 2015-07-23 23:05:19 -03:00
Carles Pagès
af71fbc6f1 minecraft: fix wrapper
Adding jre lib path seems no longer needed, and so does padsp.
2015-07-24 00:26:48 +02:00
William A. Kennington III
0e1d8f0d7d ceph-git: 2015-07-20 -> 2015-07-23 2015-07-23 15:15:02 -07:00
William A. Kennington III
6d30af58a0 ceph: Fix detection of git versioning 2015-07-23 15:14:50 -07:00
Domen Kožar
6492dc8900 Merge pull request #8928 from brodul/borg
Add borg backup software (fork of attic)
2015-07-23 23:31:36 +02:00
Vincent Laporte
8897299e8f mezzo: fix build with OCaml-4.02 2015-07-23 21:45:14 +02:00
Sergey Mironov
80d6b708ac openmodelica: Fix runtime PATHs using wrapProgram, fixes #8949 2015-07-23 20:42:42 +02:00
Sergey Mironov
9bb0fee487 openmodelica: add expression
openmodelica.nix: add git to the list of dependencies

openmodelica: generate library sourcelist with hashes

openmodelica: generate library sources (part 2)

openmodelica: fix fakegit

openmodelica: fix libraries issues

openmodelica: add GTK

openmodelica: successful build
2015-07-23 20:42:35 +02:00
Sergey Mironov
dcdd7a37f6 lp_solve: add the expression 2015-07-23 20:42:35 +02:00
Sergey Mironov
9944d92dff omniorb: add the expression 2015-07-23 20:42:35 +02:00
Peter Simons
74bc5a2240 haskell-shelly: disable test suite to fix the build 2015-07-23 19:50:56 +02:00
Peter Simons
44513ae025 haskell-inilist: test suite cannot be built because it depends on broken testpack 2015-07-23 19:50:56 +02:00
Peter Simons
b6f581a848 hackage-packages.nix: update to 2a867ffd9f with hackage2nix revision 3606ad40536a2dae452307184b9bd70a2eff8c89 2015-07-23 19:50:56 +02:00
Samuel Rivas
d1e6f055fe Fix haxe to compile with ocaml 4.02
camlp4 is now a separate package
2015-07-23 19:50:01 +02:00
Samuel Rivas
5342e2a598 Make ocaml's mysql propagate mysql.lib
There was a typo preventing other packages from properly building
2015-07-23 19:50:01 +02:00
Samuel Rivas
55ad2d2150 Fix wyrd to compile with ocaml 4.02
camlp4 is now a separate package instead of shipping within the ocaml package
2015-07-23 19:50:01 +02:00
Peter Simons
dc5084b4d1 nixops: fix Emacs syntax highlighting 2015-07-23 19:47:43 +02:00
Peter Simons
5fcdd7c0dc nixopsUnstable: disable broken documentation build 2015-07-23 19:47:16 +02:00
Arseniy Seroka
177582545d Merge pull request #8961 from Havvy/iojs
Update io.js (2.3.4 -> 2.4.0)
2015-07-23 20:40:03 +03:00
Vincent Laporte
a74f3a6270 ocaml-csv: 1.4 -> 1.4.1 2015-07-23 19:36:24 +02:00
Vincent Laporte
aa8bb63248 ocaml-fileutils: 0.4.5 -> 0.5.0 2015-07-23 19:32:21 +02:00
Vincent Laporte
ab42912498 ocaml-macaque: 0.7.1 -> 0.7.2 2015-07-23 19:30:39 +02:00
Ryan Scheel (Havvy)
89cda4c95a iojs (2.3.4 -> 2.4.0) 2015-07-23 19:24:05 +02:00
Vincent Laporte
08750f988a ecm: 6.2.3 -> 6.4.4 2015-07-23 19:22:03 +02:00
vbgl
5f6dd482ac Merge pull request #8837 from michelk/qgis/update
qgis: 2.8.2 -> 2.10.1
2015-07-23 19:19:54 +02:00
Arseniy Seroka
44fbb6856a Merge pull request #8955 from fpletz/package/mutt-kz
mutt-kz: 1.5.23.1-rc1 -> 1.5.23.1
2015-07-23 20:07:25 +03:00