summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
| | | | Goodbye, and thanks for all the Nix...
* Merge pull request #33911 from fgaz/mighttpd2Sarah Brofeldt2018-01-16
|\ | | | | nixos/mighttpd2: init
| * nixos/mighttpd2: initFrancesco Gazzetta2018-01-16
| |
* | Merge pull request #33942 from andsild/add_vim_pluginsDaiderd Jordan2018-01-16
|\ \ | | | | | | Add and update vim plugins
| * | vim-plugins/fugitive: 2017 -> 2018Anders Sildnes2018-01-16
| | |
| * | vim-plugins/vim-dashboard initAnders Sildnes2018-01-16
| | |
| * | vim-plugins/deoplete.nvim: 2017 -> 2018Anders Sildnes2018-01-16
| | |
| * | vim-plugins/fzf.vim: 2017 -> 2018Anders Sildnes2018-01-16
| | |
| * | vim-plugins/tabpagecd initAnders Sildnes2018-01-16
| | |
| * | vim-plugins/vim-ft-diff_fold initAnders Sildnes2018-01-16
| | |
| * | vim-plugins/vim-logreview initAnders Sildnes2018-01-16
| | |
| * | vim-plugins/vim-jsbeautify initAnders Sildnes2018-01-16
| | |
| * | vim-plugins/vim-javascript initAnders Sildnes2018-01-16
| | |
| * | vim-plugins/vim-cursorword initAnders Sildnes2018-01-16
| | |
| * | vim-plugins/sparkup initAnders Sildnes2018-01-16
| | |
| * | vim-plugins/table-mode: 2017 -> 2018Anders Sildnes2018-01-16
| | |
| * | vim-plugins/vim-ruby initAnders Sildnes2018-01-16
| | |
| * | vim-plugins/riv initAnders Sildnes2018-01-16
| | |
| * | vim-plugins/vim-scouter initAnders Sildnes2018-01-16
| | |
| * | vim-plugins/prettyprint initAnders Sildnes2018-01-16
| | |
| * | vim-plugins/neco-look initAnders Sildnes2018-01-16
| | |
| * | vim-plugins/zeavim initAnders Sildnes2018-01-16
| | |
| * | vim-plugins/xterm-color-table initAnders Sildnes2018-01-16
| | |
| * | vim-plugins/easygit initAnders Sildnes2018-01-16
| | |
| * | vim-plugins/csv initAnders Sildnes2018-01-16
| | |
| * | vim-plugins/caw initAnders Sildnes2018-01-16
| | |
| * | vim-plugins/SyntaxRange initAnders Sildnes2018-01-16
| | |
| * | vim-plugins/Syntastic: 2017 -> 2018Anders Sildnes2018-01-16
| | |
| * | vim-plugins/Cosco initAnders Sildnes2018-01-16
| | |
| * | vim-plugins/autopairs initAnders Sildnes2018-01-16
| | |
* | | werkzeug: disable one test on darwin.Rob Vermaas2018-01-16
| | |
* | | scitkitlearn: disable doctests on darwin as they are known to be broken ↵Rob Vermaas2018-01-16
| |/ |/| | | | | there for this version.
* | Merge pull request #33913 from ciderale/fix-darwin-build-of-kpcliDaiderd Jordan2018-01-16
|\ \ | | | | | | kpcli: Fix darwin build
| * | kpcli: Fix darwin buildAlain Lehmann2018-01-15
| | | | | | | | | | | | adding MacPasteboard to perl path to support using clipboard on darwin
| * | perlPackages.Clipboard: Fix darwin buildAlain Lehmann2018-01-15
| | | | | | | | | | | | | | | | | | | | | Darwin requires dependency on MacPasteboard The test runs successfully when executed interactively from a nix-shell. Disable doCheck as paste pasteboard is not accessible in (non-interactive) nix-build.
| * | perlPackages.MacPasteboard: init at 0.009Alain Lehmann2018-01-15
| | |
* | | Merge #33811: nixpkgs release-small: fix evaluationVladimír Čunát2018-01-16
|\ \ \
| * | | release-small: Don't attempt to access "dbus.libs", etc., don't existWill Dietz2018-01-12
| | | | | | | | | | | | | | | | | | | | | | | | dbus_libs and others do, but they're deprecated. Just build 'dbus', these are now its various outputs.
* | | | oh-my-zsh module: reword & fix manual buildRobin Gloster2018-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | docbook interpreted this as a tag and this sounded as if the option defaulted to putting the cached directory into the nix store. cc @Ma27 @fpletz
* | | | Merge pull request #33945 from eschnett/eschnett/julia-0.6.2Michael Raskin2018-01-16
|\ \ \ \ | | | | | | | | | | julia: 0.6.0 -> 0.6.2
| * | | | julia: 0.6.0 -> 0.6.2Michael Raskin2018-01-16
| | | | |
| * | | | julia: 0.6.0 -> 0.6.2Erik Schnetter2018-01-16
| | | | |
* | | | | bustle: add top-level aliasJan Tojnar2018-01-16
| | | | |
* | | | | uuagc: add static executable from haskellPackagesJan Tojnar2018-01-16
| | | | |
* | | | | Merge pull request #33749 from dezgeg/release-refactor-1John Ericson2018-01-16
|\ \ \ \ \ | | | | | | | | | | | | nixos/release.nix: Refactoring for better multi-system support
| * | | | | nixos/release.nix: Use forTheseSystems from release-libTuomas Tynkkynen2018-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, even if you pass `supportedSystems = [ "aarch64-linux" ]` you end up with e.g. `nixos.iso_graphical.x86_64-linux` job. Using forTheseSystems from release-lib avoids that. This shouldn't affect the usual x86 trunk-combined jobset.
| * | | | | nixos/release.nix: Move forAllSystems to release-libTuomas Tynkkynen2018-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's already a similar forTheseSystems in release-lib, so be more consistent.
| * | | | | release-lib: forAllSupportedSystems -> forTheseSystemsTuomas Tynkkynen2018-01-16
| |/ / / / | | | | | | | | | | | | | | | | | | | | I'm going to move forAllSystems from nixos/release.nix, and these functions sound too similar while doing different things.
* | | | | programs.zsh.ohMyZsh: add `cacheDir` option (#33150)Maximilian Bosch2018-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | The default cache directory set by oh-my-zsh is $ohMyZsh/cache which lives in the Nix store in our case. This causes issues with several completion plugins provided by oh-my-zsh.
* | | | | Merge pull request #33634 from Ma27/android-studio/support-virtual-devicesFranz Pletz2018-01-16
|\ \ \ \ \ | | | | | | | | | | | | android-studio: set `ANDROID_EMULATOR_USE_SYSTEM_LIBS`