Commit graph

18830 commits

Author SHA1 Message Date
Gabriel Ebner 89e02c7516 lean: 3.1.0 -> 3.2.0 2017-06-18 20:04:30 +02:00
Jörg Thalheim 413d84f9f8 Merge pull request #26694 from romildo/upd.vivaldi
vivaldi: 1.9.818.44-1 -> 1.10.867.38-1
2017-06-18 16:33:50 +01:00
Thomas Tuegel dab7700f6c
qt58: determine plugin and import paths from PATH
Plugin and QML import paths were previously determined by NIX_PROFILES. Using
PATH instead allows Qt applications to work under nix-shell without further
modification.
2017-06-18 08:44:47 -05:00
Thomas Tuegel faf0d3e91d
kdeFrameworks: fixup inputs and outputs
- Reduce environment pollution with a separate $bin output containing programs,
  plugins, and shared data. Libraries remain in $out and are not installed into
  the environment.
- Only propagate build inputs as required.
2017-06-18 08:44:45 -05:00
Thomas Tuegel fceb3794a2
akonadi: do not store path to pg_ctl in configuration 2017-06-18 08:44:44 -05:00
Thomas Tuegel be9a4fe6ca
akonadi: do not store path to mysqld in configuration 2017-06-18 08:44:44 -05:00
Thomas Tuegel 3acfd31050
akonadi: fix runtime paths 2017-06-18 08:44:44 -05:00
Thomas Tuegel d9f29afa64
qt5: use one output by default 2017-06-18 08:44:43 -05:00
Thomas Tuegel c816bbc8a8
qt5: remove makeQtWrapper 2017-06-18 08:44:42 -05:00
Thomas Tuegel 870c07cc2b
sddm: take themes from system environment 2017-06-18 08:43:39 -05:00
Thomas Tuegel be7b7d908f
Remove kdeWrapper 2017-06-18 08:43:39 -05:00
romildo f6763c80e1 vivaldi: 1.9.818.44-1 -> 1.10.867.38-1
- Update to version 1.10.867.38-1
- Drop i386 arch. Vivaldi has suspended support for Linux 32-bit for
  Vivaldi 1.10. Unfortunately, this is due to Chromium suspending support
  for it and maintaining it themselves would take too much resources.
  See https://forum.vivaldi.net/post/142489.
- Update dependency on gtk2 to gtk3.
- Move dependency patchelf from buildInputs to nativeBuildInputs.
2017-06-18 10:43:01 -03:00
Thomas Tuegel 6beea32ab1
kdeApplications: rename kdeApp to mkDerivation 2017-06-18 08:42:20 -05:00
Thomas Tuegel 7b6f8dc77f
qt5: move kdeDerivation to qt5.mkDerivation 2017-06-18 08:42:19 -05:00
Thomas Tuegel 210f688802
qt5: rename qmakeHook to qmake 2017-06-18 08:41:57 -05:00
Thomas Tuegel 3f3d33a078
qt5: use distinct lib/qt-5.x prefix for each minor version
Using a distinct prefix for plugins and QML libraries allows multiple Qt 5 minor
versions to coexist in the same environment.
2017-06-18 08:41:57 -05:00
Jörg Thalheim 130082d012
communi: fix forbidden build references 2017-06-18 12:40:58 +01:00
Peter Hoeg 4eeefadf4f krename: 20161228 -> 20170610 2017-06-18 18:40:30 +08:00
Pascal Wittmann 4e89e18852
shotwell: 0.26.1 -> 0.26.2 2017-06-18 12:33:57 +02:00
Pascal Wittmann 770845d372
zim: 0.65 -> 0.67-rc2 2017-06-18 12:19:50 +02:00
Jörg Thalheim 4c4b102339
primecoin: fix build by disabling upnp support 2017-06-18 10:12:11 +01:00
Jörg Thalheim 8a8cc0071e
memorycoin: fix build by disabling miniupnpc support 2017-06-18 10:11:39 +01:00
Jörg Thalheim f43da04924
freicoin: fix build by disabling miniupnpc support
development has stalled and miniupnpc library is incompatible with
freicoin.
2017-06-18 09:51:06 +01:00
Jörg Thalheim 5b96398b4d
bitcoin-classic: fix checksum 2017-06-18 09:31:03 +01:00
Jörg Thalheim 41de162f0d
eiskaltdcpp: fix miniupnpc build 2017-06-18 09:17:42 +01:00
aszlig 7e10ecb763
chromium: Allow to put extensions in system path
This should allow us to easily add system-wide Chromium extensions via a
NixOS configuration similar to this:

{ pkgs, ... }: {
  environment.pathsToLink = [ "/share/chromium/extensions" ];
  environment.systemPackages = [ pkgs.my-shiny-extension ];
}

For more details about what Chromium expects within that directory, see:

https://developer.chrome.com/extensions/external_extensions

I've introduced this because of a personal desire to gain more control
about which extensions are installed and what they are able to do. All
of the extensions I use are free software, but despite that it's useful
to either easily patch them and also prevent unwanted automatic updates.

Tested this using the NixOS "chromium.stable" test on x86_64-linux.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @offlinehacker because of #21050
2017-06-18 06:19:30 +02:00
Peter Hoeg 63b8d659f6 syncthing-inotify: 0.8.5 -> 0.8.6 2017-06-18 10:45:32 +08:00
Michiel Leenaars b4b698248f qstopmotion: init -> 2.3.2 2017-06-18 00:47:01 +02:00
Michael Raskin fd92d817a3 Merge pull request #26670 from lverns/libreoffice-fix-xdg
libreoffice: fix #25831
2017-06-17 19:13:27 +02:00
Franz Pletz 4e8d44c2cd
feh: build and install man pages 2017-06-17 19:06:20 +02:00
Laverne Schrock 16118fede5 libreoffice: fix #25831
Thanks to Linus Heckemann <git@sphalerite.org> for creating the patch.
2017-06-17 11:22:34 -05:00
Domen Kožar af4056f22b
chromium: apply patch to fix chromecast 2017-06-17 17:23:02 +02:00
Michael Weiss a071a06c61 quiterss: 0.18.4 -> 0.18.5 2017-06-17 16:09:19 +02:00
Franz Pletz 5f803db91f
imagemagick: 6.9.8-9 -> 6.9.8-10 2017-06-17 15:51:05 +02:00
Franz Pletz 9be1951a8a
imagemagick7: 7.0.5-7 -> 7.0.6-0 2017-06-17 15:50:44 +02:00
Vladimír Čunát d88c0cf867
Merge #26628: treewide: setuid/setgid fallout 2017-06-17 13:23:39 +02:00
Jörg Thalheim 230c0d461a udevil: add remark to patch 2017-06-17 10:47:42 +01:00
Jörg Thalheim ada9e94355 Merge pull request #26646 from magnetophon/ardour
Ardour: 5.8 -> 5.10
2017-06-17 00:02:43 +01:00
Jörg Thalheim 5b0a370f3f Merge pull request #26636 from NeQuissimus/atom_1_18_0
atom: 1.17.2 -> 1.18.0
2017-06-16 23:50:17 +01:00
Charles Strahan dda6daa4ff flash: 26.0.0.126 -> 26.0.0.131
The previous releases were 404ing.
2017-06-16 14:42:45 -04:00
Charles Strahan 39fd944402 chrome: fix fallout from #26512
Fixes broken save dialogue (causes chrome to crash) and missing icons.
2017-06-16 14:40:28 -04:00
goibhniu d4460acf05 Merge pull request #26631 from magnetophon/faustCompressors
faustCompressors: 1.1.1 -> 1.2
2017-06-16 17:40:33 +02:00
goibhniu 4b7718a519 Merge pull request #26630 from magnetophon/x42-plugins
x42-plugins: 20161230 -> 20170428
2017-06-16 17:40:06 +02:00
goibhniu 7698d25ed8 Merge pull request #26637 from magnetophon/sorcer
sorcer: 1.1.1 -> 1.1.3
2017-06-16 17:39:22 +02:00
goibhniu 49556f0ed8 Merge pull request #26624 from magnetophon/eq10q
eq10q: 2.1 -> 2.2
2017-06-16 17:37:51 +02:00
goibhniu 4081bffc7b Merge pull request #26625 from magnetophon/artyFX
artyFX: 2015-05-07 -> 1.3
2017-06-16 17:37:23 +02:00
goibhniu 35256245e1 Merge pull request #26629 from magnetophon/zynaddsubfx
zynaddsubfx: 2.5.4 -> 3.0.1
2017-06-16 17:35:05 +02:00
Bart Brouns 6383a54440 Ardour: 5.8 -> 5.10 2017-06-16 14:56:00 +02:00
Frederik Rietdijk ee2dbd6a54 Merge pull request #26634 from magnetophon/jalv
jalv: 1.4.6 -> 1.6.0
2017-06-16 14:49:18 +02:00
Frederik Rietdijk 5b7ffb6207 Merge pull request #26635 from magnetophon/lv2bm
lv2bm: git-2015-04-10 -> git-2015-11-29
2017-06-16 14:47:50 +02:00