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
99ed5853eb
qt56.qtserialport: use QLatin1String instead of QStringLiteral
2017-06-18 08:44:47 -05:00
Thomas Tuegel
8cc09c9e3e
qt56.qtwebkit: use QLatin1String instead of QStringLiteral
2017-06-18 08:44:47 -05:00
Thomas Tuegel
c546c26e3a
qt58.qtwebkit: use QLatin1String instead of QStringLiteral
2017-06-18 08:44:46 -05:00
Thomas Tuegel
b1dcd271d1
qt58.qtserialport: use QLatin1String instead of QStringLiteral
2017-06-18 08:44:46 -05:00
Thomas Tuegel
f392614251
qt58.qtbase: use QLatin1String instead of QStringLiteral
2017-06-18 08:44:46 -05:00
Thomas Tuegel
b7f895d972
kwindowsystem: use QLatin1String instead of QStringLiteral
2017-06-18 08:44:46 -05:00
Thomas Tuegel
d9094c087e
libkscreen: use QLatin1String instead of QStringLiteral
...
QStringLiteral stores strings in UTF-16 format, preventing Nix from detecting
dependencies.
2017-06-18 08:44:46 -05:00
Thomas Tuegel
acc45767c5
kservice: propagate shared_mime_info to environment
2017-06-18 08:44:46 -05:00
Thomas Tuegel
8538d75734
plasma5: fixup inputs and outputs
2017-06-18 08:44:45 -05:00
Thomas Tuegel
7f95d4834f
kwin: pass path to Xwayland through preprocessor macro
2017-06-18 08:44:45 -05:00
Thomas Tuegel
a4be1a68f8
plasma-desktop: pass path to hwclock through preprocessor macro
2017-06-18 08:44:45 -05:00
Thomas Tuegel
86dac81a70
kcmutils: fix kcm plugin path
2017-06-18 08:44:45 -05:00
Thomas Tuegel
7af16e5bd7
kcmutils: print plugin name when loading fails
2017-06-18 08:44:45 -05:00
Thomas Tuegel
fc72335570
kio: print plugin name when loading fails
2017-06-18 08:44:45 -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
087f20e8c6
kdeFrameworks: sort according to tier
2017-06-18 08:44:44 -05:00
Thomas Tuegel
9149faf6a9
prison: init at 5.33.0
2017-06-18 08:44:44 -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
f5c00c43bb
qgpgme: init at 1.9.0
2017-06-18 08:44:44 -05:00
Jos van den Oever
05ef92e53a
gpgme: enable Qt 5 bindings
2017-06-18 08:44:44 -05:00
Thomas Tuegel
30ff56a20f
breeze-gtk: patch builder to find GTK2 pixmap engine
...
This does not seem to be strictly necessary, but it also cannot hurt.
2017-06-18 08:44:43 -05:00
Thomas Tuegel
da942ea23f
breeze-gtk: bump GTK3 version
2017-06-18 08:44:43 -05:00
Thomas Tuegel
7dc961b310
qttools: move runtime tools in postFixup
2017-06-18 08:44:43 -05:00
Thomas Tuegel
078c88a7a7
startkde: use absolute paths to required programs
...
The dependency on socat is removed because kwallet setup is deferred to kwallet-pam.
2017-06-18 08:44:43 -05:00
Thomas Tuegel
b9ae0c7185
kwallet-pam: set path to socat
2017-06-18 08:44:43 -05:00
Thomas Tuegel
dea7372ebf
qtbase: fix plugin path in CMake modules
2017-06-18 08:44:43 -05:00
Thomas Tuegel
d9f29afa64
qt5: use one output by default
2017-06-18 08:44:43 -05:00
Thomas Tuegel
6fa41788be
qt5: separate plugins from libraries
2017-06-18 08:44:42 -05:00
Thomas Tuegel
5a8295e596
qtbase: setup required environment in GTK3 platform theme plugin
2017-06-18 08:44:42 -05:00
Thomas Tuegel
c816bbc8a8
qt5: remove makeQtWrapper
2017-06-18 08:44:42 -05:00
Thomas Tuegel
1607f51613
qmake: unify Darwin and Linux setup hooks
2017-06-18 08:43:39 -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
945758f960
kdeFrameworks: rename kdeFramework to mkDerivation
2017-06-18 08:42:20 -05:00
Thomas Tuegel
eaa644a5af
plasma5: rename plasmaPackage to mkDerivation
2017-06-18 08:42:20 -05: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
08d25152b8
gdbGuile: mark as broken
...
does not compile anymore since gdb 8.0
2017-06-18 13:26:11 +01:00
Jörg Thalheim
8b8a9b695a
cli53: add missing deps.nix
2017-06-18 13:23:30 +01:00
Jörg Thalheim
a9aefdeac9
pythonPackages.rebulk: 0.8.2 -> 0.9.0
2017-06-18 13:18:40 +01:00
Jörg Thalheim
8581998d7f
vulnix: use zope-testrunner from pythonPackages
2017-06-18 13:14:26 +01:00
Jörg Thalheim
2c5de11979
cli53: fix meta
2017-06-18 13:14:10 +01:00
Jörg Thalheim
3477f56027
vimPlugins.command-t: fix ruby build
2017-06-18 12:56:45 +01:00
Vladimír Čunát
66fdb94f50
gawkInteractive: fix build after 04d4d14d6d
...
(Without causing a mass rebuild for now.)
2017-06-18 13:53:09 +02:00
Jörg Thalheim
abc374f127
ply: add kernel version constraint
2017-06-18 12:52:02 +01:00
Eric Sagnes
b9eecf80e7
tmuxinator: 0.8.1 -> 0.9.0
2017-06-18 20:45:51 +09:00
Jörg Thalheim
130082d012
communi: fix forbidden build references
2017-06-18 12:40:58 +01:00
Jörg Thalheim
513204073a
Merge pull request #26692 from dywedir/rustfmt
...
rustfmt: 0.8.3 -> 0.9.0
2017-06-18 12:36:45 +01:00
Vladimír Čunát
8702fd35e2
Merge branch 'master' into staging
...
... to get in more fixes of setuid/setgid.
2017-06-18 13:22:23 +02:00
Jörg Thalheim
91e08fe55b
vulnix: fix deps
2017-06-18 12:16:54 +01:00
Jörg Thalheim
ecc34cbdb3
glusterfs: do not set setuid in install
...
related to #26600
2017-06-18 11:57:23 +01:00
Peter Hoeg
4eeefadf4f
krename: 20161228 -> 20170610
2017-06-18 18:40:30 +08:00
Jörg Thalheim
8a4a4efbe6
clooj: fix download src
2017-06-18 11:39:55 +01:00
Pascal Wittmann
4e89e18852
shotwell: 0.26.1 -> 0.26.2
2017-06-18 12:33:57 +02:00
Jörg Thalheim
c25b145815
cli53: 0.4.4 -> 0.8.8
2017-06-18 11:25:41 +01:00
Pascal Wittmann
770845d372
zim: 0.65 -> 0.67-rc2
2017-06-18 12:19:50 +02:00
dywedir
72f8ba269c
rustfmt: 0.8.3 -> 0.9.0
2017-06-18 13:06:31 +03:00
Jörg Thalheim
76ea4df5f9
pythonPackages.keystoneauth1: fix missing argparse dep
2017-06-18 11:03:13 +01:00
Jörg Thalheim
f79d21da65
oslo-config: fix argparse dependencies
2017-06-18 11:03:09 +01:00
Pascal Wittmann
2fd359c978
rrdtool: 1.6.0 -> 1.7.0
2017-06-18 11:53:17 +02:00
Pascal Wittmann
b49689e6f7
parallel: 20170422 -> 20170522
2017-06-18 11:48:33 +02:00
Pascal Wittmann
123c05c8b5
accountsservice: 0.6.43 -> 0.6.43
2017-06-18 11:46:35 +02:00
armijnhemel
73744e700c
atril: init at 1.19.0 ( #25765 )
2017-06-18 11:39:59 +02:00
José Romildo Malaquias
78b34f913b
qtcreator: 4.2.1 -> 4.3.0 ( #26627 )
...
* qtcreator: 4.2.1 -> 4.3.0
Update qtcreator to version 4.3.0.
Remove explicit creation and installation of a desktop file, since one
is already provided in the distribution package.
* qtcreator: use full executable path in the desktop file
2017-06-18 10:36:41 +01:00
Jörg Thalheim
3a15cdea6f
amazon-glacier-cmd-interface: fix missing argparse dep
2017-06-18 10:27:13 +01: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
Jörg Thalheim
7054d975ea
Merge pull request #26667 from romildo/upd.catch
...
catch: 1.7.0 -> 1.9.5
2017-06-18 08:45:47 +01:00
Jörg Thalheim
502ca4a906
Merge pull request #26672 from dywedir/javascript-typescript-langserver
...
nodePackages.javascript-typescript-langserver: init at 2.0.0
2017-06-18 08:15:44 +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
Eric Bailey
478e88d13e
polyml: 5.6 -> 5.7
...
- fetchurl -> fetchFromGitHub
- use `with stdenv.lib` in meta
- add darwin to platforms
- add yurrriq to maintainers
2017-06-17 19:31:25 -05:00
Michiel Leenaars
b4b698248f
qstopmotion: init -> 2.3.2
2017-06-18 00:47:01 +02:00
Rushmore Mushambi
e1ec8d9e9c
Merge pull request #26658 from rushmorem/cockroach
...
cockroachdb: beta-20160915 -> v1.0.2
2017-06-18 00:46:24 +02:00
rushmorem
ec65ef744b
cockroachdb: beta-20160915 -> v1.0.2
2017-06-17 22:52:25 +02:00
Vladimír Čunát
351b59be55
cairo: bugfix 1.14.8 -> 1.14.10
2017-06-17 22:11:34 +02:00
Peter Simons
10493d393a
Merge pull request #26676 from obsidiansystems/ghc-head-doc
...
ghcHEAD: Split docs into their own output
2017-06-17 22:08:52 +02:00
Tim Steinbach
a81e1fc6ac
Merge pull request #26641 from NeQuissimus/staging_curl_7_54_1
...
[staging] curl: 7.54.0 -> 7.54.1
2017-06-17 16:06:31 -04:00
Tim Steinbach
6b199db895
Merge pull request #26644 from NeQuissimus/gradle_4_0
...
gradle: 3.5 -> 4.0
2017-06-17 16:05:26 -04:00
John Ericson
dd99d1f8d0
ghcHEAD: Split docs into their own output
...
This ghc was forgetten from 2089dd4ab6
2017-06-17 15:13:43 -04:00
Matt McHenry
2cb4b8fc70
crashplan: move version and rev inside 'mkDerivation rec', simplify src
2017-06-17 14:19:27 -04:00
Bas van Dijk
2265f50a51
opencv-3.x: fix build on OS X
2017-06-17 19:57:39 +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
Franz Pletz
aa06a6e00b
atlassian-jira: 7.3.4 -> 7.3.7
2017-06-17 18:48:43 +02:00
Franz Pletz
c0a582f4bb
atlassian-crowd: 2.11.1 -> 2.12.0
2017-06-17 18:48:39 +02:00
Franz Pletz
d6e94684fb
atlassian-confluence: 6.1.1 -> 6.2.2
2017-06-17 18:48:35 +02:00
Franz Pletz
bbb9182cbc
linux: 4.9.32 -> 4.9.33
2017-06-17 18:45:29 +02:00
Franz Pletz
a470aa0924
linux: 4.4.72 -> 4.4.73
2017-06-17 18:45:29 +02:00
Franz Pletz
c973a4a887
linux: 4.11.5 -> 4.11.6
2017-06-17 18:45:29 +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