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
Michael Raskin
243217fe3f
Merge pull request #26677 from turion/master
...
Manual: Add paragraph on xserver keyboard layout
2017-06-17 21:52:52 +02:00
Manuel Bärenz
858c47c18e
Manual: Add paragraph on xserver keyboard layout
2017-06-17 21:37:25 +02: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