Tuomas Tynkkynen
60788745c9
channel.nix: Use filterSource to exclude unnecessary files from nixpkgs
...
Currently, if you try to build a NixOS config including channel.nix, e.g.:
nix-build -I nixpkgs=. -I nixos-config=nixos/modules/installer/cd-dvd/installation-cd-minimal.nix nixos -A config.system.build.isoImage
twice in a row, you end up with two different build results. This is
caused by the 'result' symlink of the first build affecting the channel
contents of the second build.
If we use filterSource with a predicate that ignores the 'result'
symlinks, the problem is gone. Do the same thing for VIM/Emacs
swap/backup files to avoid even more 'spurious' rebuilds.
Additionally, filter out the '.git' directory at the same time, as we
'rm -rf' it from the result anyway. This avoids a considerable amount of
unnecessary file I/O copying and deleting the .git directory.
2017-03-25 01:42:28 +02:00
Daiderd Jordan
00f472a563
fetchrepoproject: cleanup extra flags
2017-03-25 00:35:20 +01:00
Sophie Taylor
2078c34dad
fetchRepoProject: Fix buildCommand
2017-03-25 00:24:43 +01:00
Joachim F
872a15a0ba
Merge pull request #24301 from winniequinn/gitkraken-2.2.1
...
gitkraken: 2.2.0 -> 2.2.1
2017-03-25 00:14:08 +01:00
Joachim F
550459c11f
Merge pull request #24284 from Ma27/update-geogebra
...
geogebra: 5-0-338-0 -> 5-0-346-0
2017-03-24 23:51:12 +01:00
Michael Raskin
0aa11219b5
Merge pull request #24224 from ndowens/freicoin
...
freicoin: 0.8.3-1 -> 0.8.6-2; Moved to correct category
2017-03-24 23:42:52 +01:00
Peter Simons
24a69286e9
Merge pull request #23610 from ljli/hs-ghcjs-pkgs-inherit
...
haskellPackages: apply GHC specific overrides before GHCJS
2017-03-24 23:15:41 +01:00
Peter Simons
011466857b
Merge pull request #24279 from LumiGuide/ghcjsHEAD-upgrade-to-latest-LTS
...
ghcjsHEAD: upgrade ghcjs-boot packages
2017-03-24 23:13:55 +01:00
Leon Isenberg
acb3135613
emacsMacport: correct description
2017-03-24 22:58:32 +01:00
Aleksey Kladov
edac1d3e7a
docs: clarify UEFI bootloader setup
2017-03-25 00:48:27 +03:00
Michael Raskin
6bdf8cc015
Merge pull request #24300 from winniequinn/vscode-1.10.2
...
vscode: 1.10.0 -> 1.10.2
2017-03-24 22:42:35 +01:00
Michael Raskin
7a412ef61d
Merge pull request #24302 from ndowens/dar
...
dar: 2.5.3 -> 2.5.9
2017-03-24 22:40:06 +01:00
Winnie Quinn
8c2f986ed1
gitkraken: 2.2.0 -> 2.2.1
2017-03-24 17:31:41 -04:00
Maximilian Bosch
9787b2b808
geogebra: 5-0-338-0 -> 5-0-346-0
2017-03-24 22:16:57 +01:00
Maximilian Bosch
bde3acbd2a
idea.phpstorm: 2016.3.2 -> 2017.1
2017-03-24 22:16:40 +01:00
Maximilian Bosch
73edc1d5f8
phpPackages.composer: 1.3.2 -> 1.4.1
2017-03-24 22:16:10 +01:00
ndowens
1e6fd6f901
dar: 2.5.3 -> 2.5.9
2017-03-24 16:06:41 -05:00
Michael Raskin
82adcd6cfb
pythonPackages.BTrees: fix evaluation; builds fine
2017-03-24 22:01:55 +01:00
Winnie Quinn
1b4151b12f
vscode: 1.10.0 -> 1.10.2
...
In addition to the version bump, this also fixes a broken install phase
on macOS. The install now completes properly on macOS 10.12 and
"bin/code" is now correctly linked to the binary within the bundle.
2017-03-24 16:48:24 -04:00
Vladimír Čunát
455ce3528c
Merge branch 'staging'
2017-03-24 21:07:55 +01:00
Shea Levy
9a777013d1
Add setupSystemdUnits function.
...
Allows setting up and managing a set of systemd units on any systemd distribution.
2017-03-24 15:47:51 -04:00
Vincent Laporte
e3c1e37823
ocamlPackages.ppx_ast: init at 0.9.0
...
Ppx_ast selects a specific version of the OCaml Abstract Syntax
Tree from the migrate-parsetree project that is not necessarily
the same one as the one being used by the compiler.
Homepage: https://github.com/janestreet/ppx_ast
2017-03-24 19:09:43 +00:00
Tobias Geerinckx-Rice
ef69326e99
Merge pull request #23360 from ndowens/pcapc
...
pcapc: 2015-03.06 -> 1.0.0
2017-03-24 18:44:53 +00:00
Bjørn Forsman
6b6454f190
perlPackages.OpenGL: 0.6703 -> 0.70
...
Fixes https://github.com/NixOS/nixpkgs/issues/19271 ("slic3r gui
fails").
2017-03-24 19:15:20 +01:00
Robin Gloster
dd385d9468
qt57.makeQtWrapper: fix eval
2017-03-24 18:20:01 +01:00
Domen Kožar
c24e7f786a
Merge pull request #24258 from deepfire/travis-pr-repair
...
travis: sudo: true, to gain 4G of RAM, as per @domenkozar suggestion to fix #24200
2017-03-24 17:51:26 +01:00
ndowens
bc4dc9cb75
codeblocks: 13.12 -> 16.01
...
(@7c6f434c) move the buildInputs missed in the initial version to
nativeBuildInputs, too.
Pushed instead of #24074
2017-03-24 17:49:30 +01:00
Peter Hoeg
317734f99c
speedcrunch: stick to qt 5.7 as 5.8 is broken
2017-03-25 00:39:30 +08:00
Joachim F
5c045afddd
Merge pull request #24257 from pjones/pjones/geda-guile
...
geda: fix build by using guile_2_0 instead of latest ver
2017-03-24 17:39:15 +01:00
Kosyrev Serge
8d97ee2a97
Fix a missed sudo: true
line
2017-03-24 16:38:42 +00:00
ndowens
c86f005137
direwolf: 1.2 -> 1.3
...
alaLib as optional
Remove extra stdenv.lib
(@7c6f434c) fixed a typo - pushing instead of #24105
2017-03-24 17:27:59 +01:00
Michael Raskin
a7cb6997aa
bitcoin-classic: 1.2.1 -> 1.2.3
...
Update after #23577
2017-03-24 16:59:24 +01:00
ndowens
a23b18cfb8
bitcoin-classic: 0.11.2.cl1.b1 -> 1.2.1
2017-03-24 16:59:24 +01:00
Thomas Tuegel
39fdbbb71e
Merge branch 'master--plasma-5'
2017-03-24 10:39:30 -05:00
Thomas Tuegel
352e335f3d
nixos/sddm: test automatic and manual login
2017-03-24 10:39:13 -05:00
Thomas Tuegel
5dbbb60d4f
nixos/plasma5: re-enable test
...
Fixes #24240 .
I do not know the cause of the test failures, but the tests pass now.
2017-03-24 10:38:59 -05:00
Michael Raskin
26fe842ec5
Merge pull request #24221 from ndowens/gogs
...
gogs: 0.9.113 -> 0.10.18
2017-03-24 16:28:05 +01:00
Michael Raskin
201f3efccf
Merge pull request #24292 from elitak/pulse-sox
...
sox: added enableLibpulseaudio option
2017-03-24 15:57:41 +01:00
Eric Litak
92a8c86647
sox: added enableLibpulseaudio option
2017-03-24 07:55:04 -07:00
Thomas Tuegel
e44cd00c2a
sddm: fix wrapper
...
When I reduced the closure size, I broke the built-in theme. When I reverted
that fix, the built-in theme worked but the Plasma theme was broken. Now the
wrapper is fixed so that both themes work.
2017-03-24 09:46:05 -05:00
Thomas Tuegel
27ba56f1e0
nixos/plasma5: also test SDDM theme
2017-03-24 09:45:57 -05:00
Bas van Dijk
1c656d2f35
ghcjsHEAD: upgrade ghcjs-boot packages
...
Move them closer to the latest LTS Haskell.
2017-03-24 15:07:10 +01:00
Joachim Fasting
f815a7697e
dnscrypt-proxy service: systemd notification under apparmor
2017-03-24 14:37:44 +01:00
Kosyrev Serge
67c44decc8
travis: sudo: true, to gain 4G of RAM, as per @domenkozar suggestion to fix #24200
2017-03-24 16:24:31 +03:00
Nikolay Amiantov
8c98df0136
octoprint-plugins.m33-fio: fix incompatibility with new OctoPrint
2017-03-24 15:47:33 +03:00
Jiri Danek
da13619591
idea-community: 2016.3.5 -> 2017.1
2017-03-24 12:46:19 +01:00
Jörg Thalheim
64f96732bb
Merge pull request #24270 from zx2c4/patch-2
...
wireguard: 0.0.20170320.1 -> 0.0.20170324
2017-03-24 11:54:28 +01:00
Eelco Dolstra
83cd1b439a
Merge pull request #24266 from ndowens/915resolution
...
915resolution: 0.5.2 -> 0.5.3
2017-03-24 11:29:15 +01:00
Frederik Rietdijk
f4a1eab239
Merge pull request #23863 from plumps/add-vulnix
...
vulnix: init at 1.2.2
2017-03-24 11:12:50 +01:00
Peter Hoeg
f38c4ee775
duplicity: 0.7.07.1 -> 0.7.12
2017-03-24 18:08:05 +08:00