about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2017-01-16bitlbee: 3.4.2 -> 3.5Pascal Wittmann1-4/+5
2017-01-16udunits: remove unused patchPascal Wittmann1-12/+0
2017-01-16udunits: 2.2.20 -> 2.2.21Pascal Wittmann1-3/+4
2017-01-16ddclient: Don't include blank server= lines.Svein Ove Aas1-1/+2
2017-01-16minio: 20160821 -> 20161213Dhananjay Balan1-3/+3
Signed-off-by: Robin Gloster <mail@glob.in>
2017-01-16couchpotato module: initTristan Helmich3-0/+53
2017-01-16couchpotato: init at 3.0.1Tristan Helmich2-0/+45
2017-01-16Merge pull request #21864 from pjones/pjones/dovecotJörg Thalheim1-3/+6
dovecot: Fix sieve scripts
2017-01-16Merge pull request #21904 from instantepiphany/masterArseniy Seroka2-0/+24
vimPlugins: add typescript-vim, tsuquyomi
2017-01-16Merge pull request #21918 from solson/kdewrapper-xdg-config-data-mixupNikolay Amiantov1-2/+2
kdeWrapper: Fix XDG_DATA_DIRS/XDG_CONFIG_DIRS mixup.
2017-01-16Merge pull request #21916 from Profpatsch/ghcWithPackages-docsPeter Simons1-0/+4
haskell: add doc outputs to with-packages-wrapper.nix
2017-01-16Merge pull request #21900 from Profpatsch/servant-docsPeter Simons1-0/+25
haskell: add servant sphinx docs to build
2017-01-16Merge pull request #21917 from fstamour/stumpwmv100Michael Raskin1-2/+8
stumpwm: 0.9.9 -> 1.0.0
2017-01-16Merge pull request #21921 from jansuchomel/update-vscodeJörg Thalheim1-13/+11
vscode: 1.8.0 -> 1.8.1
2017-01-16Merge pull request #21908 from loskutov/datagripMichael Raskin1-2/+2
datagrip: 2016.3 -> 2016.3.2
2017-01-16linux_testing: 4.10-rc2 -> 4.10-rc4Tuomas Tynkkynen1-3/+3
2017-01-16Merge pull request #21868 from hsenag/htmlunit-driverMichael Raskin3-3/+31
selenium-server-standalone: restore htmlunit-driver support
2017-01-16vscode: fix .desktop fileJan Suchomel1-4/+1
2017-01-16Merge pull request #21919 from peterhoeg/u/stJoachim F1-2/+2
syncthing: 0.14.18 -> 0.14.19
2017-01-16vscode: 1.8.0 -> 1.8.1Jan Suchomel1-9/+10
2017-01-16syncthing: 0.14.19Peter Hoeg1-2/+2
2017-01-15kdeWrapper: Fix XDG_{DATA,CONFIG}_DIRS mixup.Scott Olson1-2/+2
`.../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-15stumpwm: 0.9.9 -> 1.0.0Francis St-Amour1-2/+8
2017-01-16Fix release-notes compilation.Nicolas B. Pierron1-2/+2
2017-01-16Fix nixpkgs manual generation, missing para closing tag.Nicolas B. Pierron1-2/+2
2017-01-16Fix typo, lib.listOf --> types.listOfNicolas B. Pierron1-1/+1
2017-01-16Fix extra nits from aneeshusaNicolas B. Pierron1-4/+4
2017-01-16Fix missing overlays argument in stdenv/linux/default.nixNicolas B. Pierron1-1/+1
2017-01-16Fix typo in nixpkgs.nix module.Nicolas B. Pierron1-1/+1
2017-01-16Update overlay documentation by following nits from aneeshusa.Nicolas B. Pierron3-42/+42
2017-01-16Improve the realse notes with the upcoming documentation links, and a better ↵Nicolas B. Pierron1-6/+26
example of how to convert overridePackages usage.
2017-01-16Replace 'phases' by 'layers' in overlays documentation.Nicolas B. Pierron1-1/+1
2017-01-16Throw an error if NIXPKGS_OVERLAYS is invalid and improve documentation.Nicolas B. Pierron2-3/+5
2017-01-16Add missing line break in the release notes.Nicolas B. Pierron1-1/+2
2017-01-16Add NixOS option 'nixpkgs.overlays' to set the argument of Nixpkgs.Nicolas B. Pierron1-13/+35
2017-01-16Add overlays mechanism to Nixpkgs.Nicolas B. Pierron15-104/+161
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-16haskell: add doc outputs to with-packages-wrapper.nixProfpatsch1-0/+4
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-15Merge pull request #21914 from ttuegel/amdgpu-verdeTim Steinbach1-0/+4
linux_4_9: enable support for amdgpu on older chipsets
2017-01-15linux_4_9: enable support for amdgpu on older chipsetsThomas Tuegel1-0/+4
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-15nixos/clamav: set "clamav" user's primary group to "clamav"Bjørn Forsman1-0/+1
So that the files created by the clamav service is owned by group "clamav" instead of "nogroup".
2017-01-15haskell: add servant sphinx docs to buildProfpatsch1-0/+25
2017-01-15Merge pull request #21876 from shlevy/ghcWithPackages-crossPeter Simons1-2/+4
ghc with-packages-wrapper: Add support for cross-compiling
2017-01-15Merge pull request #21878 from rvl/masterPeter Simons1-0/+7
haskellPackages.lentil: override dep versions
2017-01-15Merge pull request #21910 from mguentner/vim-speeddatingArseniy Seroka2-0/+12
vim plugins: added vim-speeddating
2017-01-15Merge pull request #21911 from Ericson2314/release-crossJohn Ericson1-4/+4
release-cross: Expose sub-jobs of linux cross stdenv
2017-01-15release-cross: Expose sub-jobs of linux cross stdenvJohn Ericson1-4/+4
2017-01-15Revert "nodePackages.yarn: remove package"zimbatm5-4534/+6612
This reverts commit 986dba716f8244304e5e9afb92924eb543fc5596. 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-15vim plugins: added vim-speeddatingMaximilian Güntner2-0/+12
2017-01-15dtc: Fix build after flex upgradeTuomas Tynkkynen1-1/+1
http://hydra.nixos.org/build/46059338
2017-01-15atlassian-confluence: 6.0.1 -> 6.0.3Franz Pletz1-2/+2