about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* fix some hashesArseniy Seroka2014-11-30
|
* Merge pull request #5181 from grwlf/plowshareJaka Hudoklin2014-11-29
|\ | | | | plowshare: version bump
| * plowshare: version bumpSergey Mironov2014-11-29
| | | | | | | | fixes games/adom downloader
* | Merge pull request #5178 from tomfitzhenry/ino-uses-picocom-rather-than-minicomcillianderoiste2014-11-29
|\ \ | | | | | | ino: Use picocom rather than minicom
| * | ino: Use picocom rather than minicomTom Fitzhenry2014-11-29
| | |
* | | virtualbox: Enable hardening by default.aszlig2014-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VirtualBox with hardening support requires the main binaries to be setuid root. Using VBOX_WITH_RUNPATH, we ensure that the RPATHs are pointing to the libexec directory and we also need to unset VBOX_WITH_ORIGIN to make sure that the build system is actually setting those RPATHs. The hardened.patch implements two things: * Set the binary directory to the setuid-wrappers dir so that VboxSVC calls them instead of the binaries from the store path. The reason behind this is because nothing in the Nix store can have the setuid flag. * Excempt /nix/store from the group permission check, because while it is group-writeable indeed it also has the sticky bit set (and also the whole store is mounted read-only on most NixOS systems), so we're checking on that as well. Right now, the hardened.patch uses /nix/store and /var/setuid-wrappers directly, so someone would ever want to change those on a NixOS system, please provide a patch to set those paths on build time. However, for simplicity, it's best to do it when we _really_ need it. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | virtualbox: Disable depmod only where necessary.aszlig2014-11-29
|/ / | | | | | | | | | | | | Traversing the full source tree is unneccessary, because the calls are only done within make files. Hence we only substitute make files now. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | Merge pull request #5088 from offlinehacker/nixos/kubernetesJaka Hudoklin2014-11-29
|\ \ | | | | | | nixos: add kubernetes module
| * | etcd: update to 0.5.0-alpha.4Jaka Hudoklin2014-11-29
| | |
| * | kubernetes: update to 0.5.4Jaka Hudoklin2014-11-29
| | |
| * | nixos: add kubernetes moduleJaka Hudoklin2014-11-29
| | |
* | | llpp: update to latest revision, uses now the ninja build systemPascal Wittmann2014-11-29
| | |
* | | lablgl: place libs correctlyPascal Wittmann2014-11-29
| | |
* | | add mujs, a lightweight, embeddable Javascript interpreterPascal Wittmann2014-11-29
| | |
* | | Merge pull request #5168 from pmahoney/skarnet-refactorJaka Hudoklin2014-11-29
|\ \ \ | | | | | | | | Skarnet refactor
| * | | skarnet: Invoke compile as 'cc' for wider support.Patrick Mahoney2014-11-28
| | | | | | | | | | | | | | | | Darwin stdenv uses clang, which can be invoked as 'cc' but not 'gcc'.
| * | | Consolidate conf-compile steps for skarnet.org pkgs.Patrick Mahoney2014-11-28
| | | |
* | | | Update my maintainershipRicardo M. Correia2014-11-29
| | | |
* | | | rustcMaster: Update from 0.12.0-pre-1336-g394269d -> 0.12.0-pre-1635-g29e928fRicardo M. Correia2014-11-29
| | | |
* | | | Merge pull request #5171 from iu-parfunc/latticesPascal Wittmann2014-11-28
|\ \ \ \ | | | | | | | | | | haskell: add lattices package
| * | | | haskell: add lattices packageRyan Newton2014-11-28
| |/ / /
* / / / libsmf: fix buildCillian de Róiste2014-11-28
|/ / /
* / / libc++abi: Fix importing includes from libc++.Vladimir Still2014-11-28
|/ / | | | | | | And add myself to maintainers. Close #5167.
* | libsmf: fix the sha256 hashCillian de Róiste2014-11-28
| |
* | xrandr-invert-colors, a tool to invert the colors of your screenBart Brouns2014-11-28
| |
* | Merge pull request #5152 from manveru/neovimArseniy Seroka2014-11-28
|\ \ | | | | | | add neovim
| * | add neovimMichael Fellinger2014-11-27
| | |
* | | checkstyle: update from 6.1 to 6.1.1Pascal Wittmann2014-11-28
| | |
* | | nzbget: update from 14.0 to 14.1Pascal Wittmann2014-11-28
| | |
* | | groovy: update from 2.3.7 to 2.3.8Pascal Wittmann2014-11-28
| | |
* | | calibre: update from 2.11.0 to 2.12.0Pascal Wittmann2014-11-28
| | |
* | | Merge pull request #5137 from magnetophon/faustPlusCompilercillianderoiste2014-11-28
|\ \ \ | | | | | | | | Faust plus compiler
| * | | Fully functional faust, faust2alsa and faust2alsaconsoleBart Brouns2014-11-27
| | | |
* | | | Merge pull request #5157 from magnetophon/sselpcillianderoiste2014-11-28
|\ \ \ \ | | | | | | | | | | sselp prints X selection to standard out
| * | | | added platforms and maintainersBart Brouns2014-11-27
| | | | |
| * | | | sselp prints X selection to standard outBart Brouns2014-11-27
| | | | |
* | | | | youtube-dl: update to 2014.11.27Mateusz Kowalczyk2014-11-28
| | | | |
* | | | | Add drumgizmo, an LV2 sample based drum pluginCillian de Róiste2014-11-28
| | | | |
* | | | | ccl: 1.8 -> 1.10 (reapply after false revert)muflax2014-11-27
| | | | |
* | | | | Revert "ccl: 1.8 -> 1.10"Arseniy Seroka2014-11-28
| | | | |
* | | | | Merge pull request #5148 from muflax/clozureArseniy Seroka2014-11-28
|\ \ \ \ \ | | | | | | | | | | | | ccl: 1.8 -> 1.10
| * | | | | ccl: 1.8 -> 1.10muflax2014-11-27
| | |/ / / | |/| | |
* | | | | pidginotr: update from 4.0.0 to 4.0.1Cillian de Róiste2014-11-27
| | | | |
* | | | | Add qrcode minimalistic QR-code decode/encode tool (for pure codes only)Michael Raskin2014-11-28
| | | | |
* | | | | Adding quirc QR code decoderMichael Raskin2014-11-28
| | | | |
* | | | | racer: add maintainerArseniy Seroka2014-11-27
| | | | |
* | | | | Merge pull request #5154 from luke-clifton/lc-lzmaConduitArseniy Seroka2014-11-27
|\ \ \ \ \ | |_|/ / / |/| | | | Added lzma-conduit package
| * | | | Added lzma-conduit packageLuke Clifton2014-11-27
| | | | |
* | | | | nixos: Rename virtualbox to virtualboxGuest.aszlig2014-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Especially new users could be confused by this, so we're now marking services.virtualbox.enable as obsolete and defaulting to services.virtualboxGuest.enable instead. I believe this now makes it clear, that this option is for guest additions only. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | | | grsecurity: Update stable and test patchesRicardo M. Correia2014-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | stable: 3.0-3.14.25-201411231452 -> 3.0-3.14.25-201411260106 test: 3.0-3.17.4-201411231452 -> 3.0-3.17.4-201411260107