Pascal Wittmann
21e3948c8c
udunits: remove unused patch
2017-01-16 20:38:22 +01:00
Pascal Wittmann
dc0e5e13bb
udunits: 2.2.20 -> 2.2.21
2017-01-16 20:37:44 +01:00
Thomas Tuegel
7d01fff516
kde5.applications: 16.12.0 -> 16.12.1
2017-01-16 09:15:57 -06:00
Thomas Tuegel
69d6fc8e1b
kde5.kcoreaddons: 5.30.0 -> 5.30.1
2017-01-16 08:55:12 -06:00
Thomas Tuegel
52232a6158
startkde: run kbuildsycoca5
...
Fixes #20776 . At some point, the call to rebuild the sycoca database at startup
was removed, but it will not be rebuilt automatically because the timestamps in
the Nix store never change.
2017-01-16 08:52:42 -06:00
Dhananjay Balan
339313cf48
minio: 20160821 -> 20161213
...
Signed-off-by: Robin Gloster <mail@glob.in>
2017-01-16 13:29:35 +01:00
Tristan Helmich
ef0f4e7092
couchpotato: init at 3.0.1
2017-01-16 12:54:43 +01:00
Arseniy Seroka
fe5cbf221f
Merge pull request #21904 from instantepiphany/master
...
vimPlugins: add typescript-vim, tsuquyomi
2017-01-16 14:41:18 +03:00
Nikolay Amiantov
0abf35837e
Merge pull request #21918 from solson/kdewrapper-xdg-config-data-mixup
...
kdeWrapper: Fix XDG_DATA_DIRS/XDG_CONFIG_DIRS mixup.
2017-01-16 13:19:20 +03:00
Peter Simons
656707ef80
Merge pull request #21916 from Profpatsch/ghcWithPackages-docs
...
haskell: add doc outputs to with-packages-wrapper.nix
2017-01-16 10:58:06 +01:00
Peter Simons
ad412ba63a
Merge pull request #21900 from Profpatsch/servant-docs
...
haskell: add servant sphinx docs to build
2017-01-16 10:56:17 +01:00
Michael Raskin
94568ed762
Merge pull request #21917 from fstamour/stumpwmv100
...
stumpwm: 0.9.9 -> 1.0.0
2017-01-16 09:45:33 +00:00
Jörg Thalheim
489e6eaf4c
Merge pull request #21921 from jansuchomel/update-vscode
...
vscode: 1.8.0 -> 1.8.1
2017-01-16 10:44:53 +01:00
Michael Raskin
88f05e952d
Merge pull request #21908 from loskutov/datagrip
...
datagrip: 2016.3 -> 2016.3.2
2017-01-16 09:44:20 +00:00
Tuomas Tynkkynen
08ddb16865
linux_testing: 4.10-rc2 -> 4.10-rc4
2017-01-16 11:41:13 +02:00
Michael Raskin
cd07d21a44
Merge pull request #21868 from hsenag/htmlunit-driver
...
selenium-server-standalone: restore htmlunit-driver support
2017-01-16 09:37:29 +00:00
Jan Suchomel
a6e183b42e
vscode: fix .desktop file
2017-01-16 10:03:47 +01:00
Jan Suchomel
75175a04c3
vscode: 1.8.0 -> 1.8.1
2017-01-16 09:51:08 +01:00
Peter Hoeg
9646a52a24
syncthing: 0.14.19
2017-01-16 12:40:28 +08:00
Scott Olson
0c5966b13f
kdeWrapper: Fix XDG_{DATA,CONFIG}_DIRS mixup.
...
`.../share` directories go with `XDG_DATA_DIRS`, and `.../etc/xdg`
directories go with `XDG_CONFIG_DIRS`. These were accidentally reversed.
See https://userbase.kde.org/KDE_System_Administration/Environment_Variables#freedesktop.org_Compliance
2017-01-15 20:01:12 -08:00
Francis St-Amour
3f3f0d978b
stumpwm: 0.9.9 -> 1.0.0
2017-01-15 21:23:39 -05:00
Nicolas B. Pierron
da8cf2662a
Fix missing overlays argument in stdenv/linux/default.nix
2017-01-16 01:17:33 +01:00
Nicolas B. Pierron
f9da1fa957
Throw an error if NIXPKGS_OVERLAYS is invalid and improve documentation.
2017-01-16 01:17:33 +01:00
Nicolas B. Pierron
f5dfe78a1e
Add overlays mechanism to Nixpkgs.
...
This patch add a new argument to Nixpkgs default expression named "overlays".
By default, the value of the argument is either taken from the environment variable `NIXPKGS_OVERLAYS`,
or from the directory `~/.nixpkgs/overlays/`. If the environment variable does not name a valid directory
then this mechanism would fallback on the home directory. If the home directory does not exists it will
fallback on an empty list of overlays.
The overlays directory should contain the list of extra Nixpkgs stages which would be used to extend the
content of Nixpkgs, with additional set of packages. The overlays, i-e directory, files, symbolic links
are used in alphabetical order.
The simplest overlay which extends Nixpkgs with nothing looks like:
```nix
self: super: {
}
```
More refined overlays can use `super` as the basis for building new packages, and `self` as a way to query
the final result of the fix-point.
An example of overlay which extends Nixpkgs with a small set of packages can be found at:
https://github.com/nbp/nixpkgs-mozilla/blob/nixpkgs-overlay/moz-overlay.nix
To use this file, checkout the repository and add a symbolic link to
the `moz-overlay.nix` file in `~/.nixpkgs/overlays` directory.
2017-01-16 01:17:33 +01:00
Profpatsch
546d0c0460
haskell: add doc outputs to with-packages-wrapper.nix
...
We want to have all doc outputs as well (also e.g. ghc documentation).
Adds a bit of documentation to the postInstall script.
2017-01-16 00:13:13 +01:00
Thomas Tuegel
04d11637cb
linux_4_9: enable support for amdgpu on older chipsets
...
Linux 4.9 includes experimental amdgpu support for AMD Southern Islands
chipsets. (By default, only Sea Islands and newer chipsets are supported.)
Southern Islands chips will still use radeon by default, but daring users may
set `services.xserver.videoDrivers = [ "amdgpu" ];` to try the experimental
driver.
2017-01-15 16:29:50 -06:00
Profpatsch
0ef29213b5
haskell: add servant sphinx docs to build
2017-01-15 21:29:03 +01:00
Peter Simons
c85a8f0d2a
Merge pull request #21876 from shlevy/ghcWithPackages-cross
...
ghc with-packages-wrapper: Add support for cross-compiling
2017-01-15 21:07:35 +01:00
Peter Simons
5b05266180
Merge pull request #21878 from rvl/master
...
haskellPackages.lentil: override dep versions
2017-01-15 21:04:59 +01:00
Arseniy Seroka
83267c1cce
Merge pull request #21910 from mguentner/vim-speeddating
...
vim plugins: added vim-speeddating
2017-01-15 22:27:17 +03:00
John Ericson
cef5131ea7
Merge pull request #21911 from Ericson2314/release-cross
...
release-cross: Expose sub-jobs of linux cross stdenv
2017-01-15 14:21:04 -05:00
John Ericson
a62ee8d45c
release-cross: Expose sub-jobs of linux cross stdenv
2017-01-15 14:19:39 -05:00
zimbatm
f9a9ea920a
Revert "nodePackages.yarn: remove package"
...
This reverts commit 986dba716f
.
Fixes:
error: anonymous function at /home/travis/build/NixOS/nixpkgs/pkgs/development/node-packages/node-env.nix:3:1 called with unexpected argument ‘python’, at /home/travis/build/NixOS/nixpkgs/pkgs/development/node-packages/composition-v6.nix:8:13
This commit is doing a lot more than removing the yarn package, it also
upgrades a ton of other packages.
2017-01-15 18:34:00 +00:00
Maximilian Güntner
99ca11810a
vim plugins: added vim-speeddating
2017-01-15 18:57:52 +01:00
Tuomas Tynkkynen
9c45e20823
dtc: Fix build after flex upgrade
...
http://hydra.nixos.org/build/46059338
2017-01-15 19:34:16 +02:00
Franz Pletz
749fa3d775
atlassian-confluence: 6.0.1 -> 6.0.3
2017-01-15 18:24:42 +01:00
Franz Pletz
e14a04aa3b
atlassian-jira: 7.2.4 -> 7.3.0
2017-01-15 18:24:42 +01:00
Franz Pletz
8afb65ff66
libav_12: init at 12
2017-01-15 18:24:42 +01:00
Franz Pletz
a848207c16
libav_0_8: 0.8.17 -> 0.8.19
2017-01-15 18:24:42 +01:00
Ignat Loskutov
5d89ad0447
datagrip: 2016.3 -> 2016.3.2
2017-01-15 20:11:37 +03:00
Nikolay Amiantov
70a6628848
Merge pull request #21882 from abbradar/dhcp6
...
DHCPv6 improvements
2017-01-15 19:53:33 +03:00
Nikolay Amiantov
cb418318a0
radvd: 2.13 -> 2.15
2017-01-15 19:38:53 +03:00
Jörg Thalheim
12b2830446
wireguard: 0.0.20170105 -> 0.0.20170115
2017-01-15 17:33:54 +01:00
Jörg Thalheim
986dba716f
nodePackages.yarn: remove package
...
was replaced by a dedicated yarn package
2017-01-15 17:32:28 +01:00
Franz Pletz
6e079bdd60
gitlab: 8.13.5 -> 8.15.4
2017-01-15 17:27:28 +01:00
Peter Simons
5928e6d598
stack: update reference for http-client-tls to version 0.3.3.1
2017-01-15 17:03:32 +01:00
Michael Alan Dorman
4171ba5ecc
git-annex: Remove versioned yesod-persistent override
2017-01-15 17:03:32 +01:00
Peter Simons
bdad3a69fe
jailbreak-cabal: fix reference in ghc-HEAD overrides
2017-01-15 17:03:32 +01:00
Peter Simons
a37e0866f3
Hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.4-7-g48fad11 from Hackage revision
1b50a4ce72
.
2017-01-15 17:02:15 +01:00
Peter Simons
2608adeb17
LTS Haskell 7.15
2017-01-15 17:00:39 +01:00
Thomas Tuegel
fd3d2b1a8d
kde5.knewstuff: 5.30.0 -> 5.30.1
2017-01-15 07:50:24 -06:00
Jörg Thalheim
122da3dc79
Merge pull request #21903 from matthiasbeyer/add-git-crecord
...
git-crecord: init at 20161216.0
2017-01-15 14:38:15 +01:00
Matthias Beyer
7adf2ff42e
git-crecord: init at 20161216.0
2017-01-15 14:23:59 +01:00
Robin Gloster
30621e1052
go-dependency-manager: fix fetchFromGitHub call
2017-01-15 14:03:51 +01:00
Jörg Thalheim
803a56af26
Merge pull request #21902 from peterhoeg/f/tg
...
terragrunt: fix typo
2017-01-15 14:03:34 +01:00
Franz Pletz
5b5100c5ec
altcoins.stellar-core: fix evaluation
2017-01-15 14:02:38 +01:00
2chilled
936e2086e6
h2: init at 1.4.193 ( #21893 )
2017-01-15 14:01:07 +01:00
Jordan Cran
3ba22934e8
vimPlugins: add typescript-vim, tsuquyomi
2017-01-15 23:35:55 +11:00
Maarten Hoogendoorn
6345b76b91
kubernetes: build-tools was renamed to build
2017-01-15 13:27:45 +01:00
Maarten Hoogendoorn
e81f400ac4
kubernetes: Fix build
...
Disabled "mungedocs", which broke the build.
This appears to be a piece of development tooling to make sure that
the documentation is correct. We don't really care about that when we
a specific k8s version for NixOS.
2017-01-15 13:27:45 +01:00
Maarten Hoogendoorn
ce9b34d3d4
kubernetes: 1.4.6 -> 1.5.2
2017-01-15 13:27:45 +01:00
Peter Hoeg
388371152a
terragrunt: fix typo
...
In my earlier PR #21901 , I had pushed the wrong local branch without a '$'.
Apologies @Mic92 - please apply.
2017-01-15 19:11:56 +08:00
Daiderd Jordan
d6517b6e5e
Merge pull request #21898 from matthewbauer/darwintools
...
DarwinTools: init at 1
2017-01-15 10:11:39 +01:00
Jörg Thalheim
f8cf6ec6d0
Merge pull request #21901 from peterhoeg/u/tg
...
terragrunt: 0.8.0 -> 0.9.1
2017-01-15 09:13:09 +01:00
Jörg Thalheim
e4c88f5c80
Merge pull request #21899 from johbo/add-tryton-client
...
tryton: init 4.2.1
2017-01-15 08:50:34 +01:00
Peter Hoeg
d6ac334826
terragrunt: 0.8.0 -> 0.9.1
2017-01-15 11:42:40 +08:00
Johannes Bornhold
37788f13b7
tryton: init at 4.2.1
2017-01-15 01:40:01 +01:00
Thomas Tuegel
b0faf21bb4
kde5.frameworks: 5.29 -> 5.30
2017-01-14 18:00:02 -06:00
Sven Slootweg
eedd562f76
capstone: fix pkgconfig file generation ( #21897 )
2017-01-14 23:45:52 +00:00
Jörg Thalheim
2ab883c9da
sysdig: patch for linux >= 4.9.1
2017-01-15 00:08:12 +01:00
John Ericson
94ad99e759
Merge pull request #21896 from Ericson2314/gawk
...
Two changes in preperation of cross cleanup
2017-01-14 17:58:22 -05:00
Daiderd Jordan
c391904b85
Merge pull request #21894 from johbo/darwin-pangomm
...
pangomm: Add ApplicationServices on darwin
2017-01-14 23:56:25 +01:00
Jörg Thalheim
97a6566348
Merge pull request #21892 from offlinehacker/pkgs/yarn/add
...
yarn: init at 0.18.1
2017-01-14 23:54:56 +01:00
John Ericson
27b47ef736
gawk: xz.bin should be a native build input
2017-01-14 17:54:53 -05:00
Johannes Bornhold
8a7d373795
Darwin gtk quartz follow up ( #21883 )
...
* gtk2-x11: Add gtk2 configuration with X11 backend
After making quartz the default for darwin, some builds started to fail since
they only support gtk with the X11 backend.
* apvlv: Use gtk2-x11 on darwin
* gpicview: Use gtk2-x11 for darwin
* lxappearance: Use gtk2-x11 for darwin
* fontforge-gtk: Use gtk2-x11 for darwin
* gbdfed: Use gtk2-x11 for darwin
2017-01-14 22:53:56 +00:00
Jörg Thalheim
1fe51342a9
powerdns: 4.0.1 -> 4.0.2
2017-01-14 23:01:56 +01:00
Jörg Thalheim
235da0d77b
Merge pull request #21871 from Mic92/manul
...
manul: init at 2016-09-30
2017-01-14 22:57:30 +01:00
Jörg Thalheim
238a090b4f
gdm: init at 1.4
2017-01-14 22:56:12 +01:00
John Ericson
fa0a12e35d
release-cross: Use nativeDrv
rather than relying on default
...
The default will soon change
2017-01-14 16:39:43 -05:00
Jaka Hudoklin
bb0d0a366b
yarn: init at 0.18.1
2017-01-14 20:49:57 +01:00
Bas van Dijk
f0338024b9
strongswan: enable charon-systemd ( #21872 )
...
See: https://wiki.strongswan.org/projects/strongswan/wiki/Charon-systemd
2017-01-14 20:41:51 +01:00
Moritz Ulrich
666810cd25
elixir: 1.3.3 -> 1.4.0
2017-01-14 20:30:57 +01:00
John Ericson
b859ae25dd
Merge pull request #21891 from Ericson2314/release-cross
...
top-level: Add more options to release-cross.nix, normalize param com…
2017-01-14 14:28:31 -05:00
Johannes Bornhold
4b9349698a
pangomm: Add ApplicationServices on darwin
2017-01-14 20:27:54 +01:00
John Ericson
427dbcb1d7
top-level: Add more options to release-cross.nix, normalize param comments
2017-01-14 14:25:56 -05:00
Robin Gloster
3405f703f2
gxemul: fix disappeared download link
2017-01-14 20:02:12 +01:00
Jude Taylor
14da7be1b9
haskellPackages.GLUT: remove freeglut on darwin
2017-01-14 10:52:18 -08:00
Jörg Thalheim
ae8ec5a44b
Merge pull request #21884 from LnL7/rust-no-parallel
...
rustc: disable parallel building
2017-01-14 19:35:35 +01:00
Jörg Thalheim
790c7d7e49
Merge pull request #21886 from goetzst/youtube-dl
...
youtube-dl: 2017-01-10 -> 2017-01-14
2017-01-14 19:31:26 +01:00
John Ericson
b518598a40
gzip: xz.bin
should be native input---accidentally worked because bin
( #21887 )
...
Otherwise http://hydra.nixos.org/build/46501984/nixlog/2
2017-01-14 19:21:10 +01:00
Stefan Götz
b20e130a46
youtube-dl: 2017-01-10 -> 2017-01-14
2017-01-14 18:43:53 +01:00
Robin Gloster
34b6f1f18b
angband: pin to ncurses5 to fix build
2017-01-14 18:39:01 +01:00
Robin Gloster
10b0a6d411
altcoins.stellar-core: assertion fails on i686
2017-01-14 18:38:57 +01:00
Clemens Lutz
fe6e4e2464
makemkv: 1.9.10 -> 1.10.4
2017-01-14 18:33:35 +01:00
Daiderd Jordan
e1d0c9ae20
rustc: disable parallel building because of https://github.com/rust-lang/rust/issues/30181
...
https://github.com/NixOS/nixpkgs/pull/21742
2017-01-14 17:38:46 +01:00
Tim Steinbach
afb73be9f7
busybox: 1.26.1 -> 1.26.2
2017-01-14 17:19:43 +01:00
Vincent Laporte
139ed790da
qarte: 3.2.0+146 -> 3.2.0+158
2017-01-14 17:04:51 +01:00
Tim Steinbach
295337ead5
linux: 4.9.2 -> 4.9.3
2017-01-14 11:02:26 -05:00
Tim Steinbach
9158b89fd3
linux: 4.4.41 -> 4.4.42
2017-01-14 11:01:52 -05:00
Vincent Laporte
5fff41c948
getdata: 0.8.9 -> 0.9.4
2017-01-14 16:49:57 +01:00