Charles Strahan
342780520f
termite: 11 -> 12
2016-10-03 02:21:55 -04:00
Joachim F
b10ed9772a
Merge pull request #19182 from ericsagnes/fix/networkd-submodule
...
networkd module: fix submodule options declaration
2016-10-03 06:49:42 +02:00
Eric Sagnes
24aacc3b43
networkd module: fix submodule options declaration
2016-10-03 13:02:42 +09:00
Benjamin Saunders
eaa11f3493
purple-hangouts-hg: 2016-08-31 -> 2016-10-01
2016-10-02 17:48:44 -07:00
Thomas Tuegel
05938ca80b
Revert "mesa_drivers: work around #16779 "
...
This reverts commit 7a003eb9d5
.
2016-10-02 16:50:59 -05:00
Thomas Tuegel
1b255790b4
kde5.kwin: build with xwayland
...
A patch was already included to find the path to Xwayland, but the build
was not actually using it because it wasn't a buildInput.
2016-10-02 16:49:49 -05:00
Thomas Tuegel
9f0506b030
kde5.plasma: 5.7.4 -> 5.7.5
2016-10-02 16:49:42 -05:00
Peter Simons
79f92f00f9
haskell-vector: jailbreak to fix test suite build
2016-10-02 23:44:00 +02:00
Peter Simons
e3cc3de334
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.2-10-g950a7f4 from Hackage revision
1aa9f5de46
.
2016-10-02 23:43:54 +02:00
Peter Simons
0dc9600107
configuration-hackage2nix.yaml: update to LTS 7.2
...
Also update list of broken builds.
2016-10-02 23:43:29 +02:00
Mica Semrick
0223ab8fa9
hugin: 2016.0.0 -> 2016.2.0
2016-10-02 23:36:06 +02:00
Frederik Rietdijk
284bd1c378
Merge pull request #19172 from bjornfor/update-openshot
...
openshot-qt: 2.0.7 -> 2.1.0
2016-10-02 23:22:45 +02:00
zimbatm
7fc6942e2b
Merge pull request #18792 from zimbatm/ruby-gem-home
...
Ruby gem home
2016-10-02 22:12:59 +01:00
zimbatm
b8bcbec5fd
ruby: fixes rubygems user installs
...
* Manage patches in git
* Fixes the hook invocation to be more safe. Thanks @Mic92
* Install gems as user by default
* Install gem binaries with the /usr/bin/env shebang
* Fixes a bug where the passthru.libPath and passthru.gemPath would
point to the wrong directory
* Overhaul ruby version heuristics
2016-10-02 22:07:22 +01:00
Benno Fünfstück
9d01cf66a4
Merge pull request #19051 from grwlf/sox-lame-config
...
sox: read enableLame from the config
2016-10-02 22:29:43 +02:00
Frederik Rietdijk
83055b86ce
Merge pull request #14534 from ryanartecona/darwin-fix-libsamplerate-libdvdcss
...
libsamplerate, libdvdcss: fix darwin build
2016-10-02 22:23:28 +02:00
Ryan Artecona
dad6db2461
libdvdcss: add darwin support
2016-10-02 15:21:43 -05:00
Bjørn Forsman
3e6ce75b8f
openshot-qt: 2.0.7 -> 2.1.0
...
Also update libopenshot (0.1.1 -> 0.1.2) and libopenshot-audio (0.1.1 ->
0.1.2). Both libraries seem to be somewhat version coupled with
openshot (all three projects had a release at the same time).
Openshot now depends on ZMQ.
Test notes: the application runs, but I managed to crash it after doing
this:
* Import pictures and video
* Add two pictures to the timeline (next to each other)
* Drag the 2nd picture partly over over the first
(creates an effect). App dies.
The last output from the app is:
timeline_webview:INFO addTransition...
Unhandled Python exception
Aborted
The same crash happens with v2.0.7 though.
2016-10-02 22:19:16 +02:00
Jörg Thalheim
1c11432884
add .editorconfig
...
Automaticially adjust editor to nixpkgs codingstyle (https://nixos.org/nixpkgs/manual/#chap-conventions )
2016-10-02 22:10:43 +02:00
zimbatm
400910c1f7
Merge pull request #19169 from nmattia/r10-add
...
r10k: init at 2.4.3
2016-10-02 20:50:05 +01:00
Benno Fünfstück
a090931cdb
Merge pull request #19155 from schneefux/nextcloud-newsupdater
...
nextcloud-news-updater: init at 9.0.2
2016-10-02 21:22:33 +02:00
Nicolas Mattia
e3f4ea02c9
r10k: init at 2.4.3
2016-10-02 21:10:56 +02:00
obadz
7a8d300823
remmina: 1.0.0 -> 1.2.0-rcgit.15
...
Fixes build post FreeRDP upgrade (5abb36b
)
2016-10-02 19:35:35 +01:00
Joachim Fasting
627ada684b
vtk: fix build due to doCheck = true on !darwin
...
Per https://hydra.nixos.org/build/41525447 the build now fails because
there's no "check" target.
Ref: 450dd55d95
2016-10-02 20:20:33 +02:00
Jon Banafato
ecd41c19b8
gnome-maps: add webkitgtk to buildInputs
...
Per #17143 on GitHub, `gnome-maps` currently fails due to missing
Webkit2. Adding `webkitgtk` to `buildInputs` fixes the issue.
2016-10-02 20:05:44 +02:00
Joachim Fasting
98e2b90cf3
grsecurity doc: note that module autoload hardening is disabled
2016-10-02 19:25:58 +02:00
Joachim Fasting
9a9237e0aa
grsecurity: revamp nixos kernel config
...
Cleanup:
- Restructure & add some commentary
- Remove redundant option specs given the auto config
constraints (some are left in for documentation purposes)
Changes:
- GRKERNSEC_CONFIG_VIRT_HOST -> GUEST
The former deselects paravirtualization and friends
- PAX_LATENT_ENTROPY n -> y (implied by auto)
- GRKERNSEC_ACL_HIDEKERN y -> n
Possibly useless with redistribution
2016-10-02 19:25:58 +02:00
Joachim Fasting
1bb7b44cd7
grsecurity: make GRKERNSEC y and PAX y implicit
...
These options should always be specified. Note, an implication of this
change is that not specifying any grsec/PaX options results in a build
failure.
2016-10-02 19:25:58 +02:00
Eelco Dolstra
a58f5ffbb9
movit: Use multiple outputs
2016-10-02 19:22:29 +02:00
Eelco Dolstra
55f489eb74
libXp: Use multiple outputs
2016-10-02 19:22:19 +02:00
Eelco Dolstra
5cf9d386e0
opencv: Use multiple outputs and prevent runtime dependency on GCC
2016-10-02 19:22:02 +02:00
Jörg Thalheim
3732d1d2c3
pass: add procps dep only on linux ( #19165 )
...
fixes #18929
2016-10-02 18:57:42 +02:00
David Guibert
ce8d2aad27
restore rclone
...
By getting rid of go-packages.nix (#16017 ), rclone has removed (introduced by #15852 ).
2016-10-02 17:47:27 +02:00
Matthias Beyer
081c5494ac
radare2: 0.9.7 -> 0.10.6
2016-10-02 17:19:19 +02:00
Benno Fünfstück
a47085d3df
python-ropper: add homepage and license
2016-10-02 16:51:13 +02:00
Jörg Thalheim
c2a2926146
Merge pull request #19083 from matthiasbeyer/add-bean-add
...
bean-add: init at 76945c320e6f028223e4420956c80c421c4fe74a
2016-10-02 16:45:13 +02:00
Benno Fünfstück
ef23c2e4c8
python-ropper: init at 1.10.10
2016-10-02 16:44:02 +02:00
Benno Fünfstück
f0fa27a1c2
python-capstone: init at 3.0.4
2016-10-02 16:42:59 +02:00
Jörg Thalheim
fd8e5bf117
Merge pull request #17843 from lucas8/imlibsetroot
...
imlibsetroot: init at 1.2
2016-10-02 16:39:27 +02:00
Joachim F
3d93d334f9
Merge pull request #19161 from rszibele/notepadqq-0.53.0
...
notepadqq: init at 0.53.0
2016-10-02 16:36:28 +02:00
Joachim F
0906a0f197
Merge pull request #18491 from groxxda/network-interfaces
...
Replace Network-interfaces.target
2016-10-02 16:34:37 +02:00
rszibele
bfe3f70fc8
notepadqq: init at 0.53.0
2016-10-02 15:59:01 +02:00
Joachim Fasting
fc0dc65f41
network-interfaces-scripted: DefaultDependencies is a unitConfig
...
Ref: 072c1dcc4a
2016-10-02 15:52:20 +02:00
Jörg Thalheim
c2ee2a723f
Merge pull request #19156 from apeyroux/init/c14
...
c14: init at 2016-09-09
2016-10-02 15:31:53 +02:00
Jörg Thalheim
cd673d3c26
Merge pull request #19138 from nhooyr/openssh
...
openssh: support prohibit-password for permitRootLogin
2016-10-02 15:26:21 +02:00
Vladimír Čunát
a745f87b7f
flashplayer: preferLocalBuild = true;
...
The builder does almost nothing, and I hate to have to copy hundreds of
megabytes to a builds slave because of that.
2016-10-02 14:52:02 +02:00
Michael Raskin
aad0b7108c
spark_parser: init at 1.4.0
2016-10-02 14:31:45 +02:00
Joachim F
c81c652940
Merge pull request #19116 from ericsagnes/pkg-update/ibus-table
...
ibus-table: 1.9.11 -> 1.9.14
2016-10-02 13:34:12 +02:00
Michael Raskin
102f3c5f47
Merge pull request #19158 from groxxda/pep8
...
pythonPackages.mccabe fixup, hypothesis: 3.1.0 -> 3.5.2, flake8: 2.5.4 -> 2.6.2
2016-10-02 11:29:02 +00:00
Joachim F
4822ac1a18
Merge pull request #19140 from Baughn/factorio
...
factorio: Don't set argv[0]
2016-10-02 13:23:25 +02:00