about summary refs log tree commit diff
path: root/nixpkgs
Commit message (Collapse)AuthorAge
* Merge commit 'e19054ab3cd5b7cc9a01d0efc71c8fe310541065'Alyssa Ross2019-09-16
|
* nixos/mailman: types.string -> types.strAlyssa Ross2019-09-16
|
* nixos/mailman: properly wrap the mailman-web scriptPeter Simons2019-09-16
| | | | (cherry picked from commit d0dba96e1d9365ce3a161a7feda50266fe4bcce8)
* nixos/mailman: create "mailman" executable as a proper wrapper scriptPeter Simons2019-09-16
| | | | (cherry picked from commit a7941fe21044a2c7656270111a78d9c23746611e)
* nixos/mailman: clean up our variable namesPeter Simons2019-09-16
| | | | (cherry picked from commit 1cb5cff61138cafe3ce6a4651251c16d42fca93e)
* nixos/mailman: httpd.services requires mailman-web in the systemd sensePeter Simons2019-09-16
| | | | | | | | When mailman-web restarts, it removes the generated "static" directory. This breaks a currently running httpd process, which needs a re-start, too, to obtain a new handle for the newly generated path. (cherry picked from commit 0cc37b3cfa64ffca70347566f0823010d48bbd97)
* python-mailman-web: turn these Djando configuration files into a make-shift ↵Peter Simons2019-09-16
| | | | | | | | Python library Suggested in https://github.com/NixOS/nixpkgs/pull/67951#issuecomment-530309702. (cherry picked from commit 86f8895abbfdb3ce118e0ca971f56c7f72871e29)
* nixos/mailman: add support for the Mailman Web UI (Postorius & Hyperkitty)Peter Simons2019-09-16
| | | | (cherry picked from commit 72c7ba5aba1d8dde9da8f4e7b5805edb30cbad7b)
* Merge commit '4e60699fa727e4a0f9a3e78948012f86da32cfef'Alyssa Ross2019-09-16
|
* nixos/ssh: add authorizedKeysCommand{,User} optionsAlyssa Ross2019-09-16
|
* nixos/sshd: add strictModes optionAlyssa Ross2019-09-16
|
* Merge commit '8d1510abfb592339e13ce8f6db6f29c1f8b72924'Alyssa Ross2019-09-16
|
* unoconv: allow UNO_PATH to be overriddenAlyssa Ross2019-08-25
|
* Merge commit '61cc0b580ce601f98eef4c7bba36bbe1a9112236'Alyssa Ross2019-08-25
|
* Merge remote-tracking branch 'channels/nixos-unstable'Alyssa Ross2019-08-22
|
* Merge commit '8746c77a383f5c76153c7a181f3616d273acfa2a'Alyssa Ross2019-08-14
|
* Merge commit '1036dc664169b32613ec11b58cc1740c7511a340'Alyssa Ross2019-08-14
|
* wlroots: revert to upstreamAlyssa Ross2019-08-14
|
* mesa: revert to upstreamAlyssa Ross2019-08-14
|
* wlroots: remove obsolete patch fileAlyssa Ross2019-08-14
| | | | | This is no longer used in the expression, as it has been merged upstream.
* Merge commit 'beff2f8d75ef2c65017fb25e251337c6bb2e950d'Alyssa Ross2019-08-14
| | | | v# modified: nixpkgs/pkgs/tools/networking/dhcpcd/default.nix
* weechat: use Python 3 if available in environmentAlyssa Ross2019-07-30
| | | | | | Python 3 is not available in WeeChat's environment, so this change doesn't actually affect the package. But it does make it easier to override the package and build it with Python 3.
* noto-fonts-cjk: 1.004 -> 2.001Alyssa Ross2019-07-30
|
* noto-fonts-cjk: use fetchFromGitHubAlyssa Ross2019-07-30
|
* chromium: fix implicit return in patchAlyssa Ross2019-07-09
|
* mysql56: init at 5.6.44Alyssa Ross2019-07-09
|
* weechatScripts.zncplayback: init at 0.1.0Alyssa Ross2019-07-08
|
* weechatScripts.go: init at 2.5Alyssa Ross2019-07-08
|
* weechatScripts.colorize_nicks: init at 26Alyssa Ross2019-07-08
|
* firefox-devedition-bin: 68.0b11 -> 68.0b12Alyssa Ross2019-06-21
| | | | | | CVE-2019-11708 (cherry picked from commit f5cf5c93feb93f74c99f59dd9e8245bc821816b9)
* firefox-beta-bin: 68.0b11 -> 68.0b12Alyssa Ross2019-06-21
| | | | | | CVE-2019-11708 (cherry picked from commit 0364a890423e70bbc32b2013402ec95a78a78c83)
* firefox-bin: 67.0.3 -> 67.0.4Alyssa Ross2019-06-21
| | | | | | CVE-2019-11708 (cherry picked from commit 658d00efc91c0103e5c2c97f6c25bcbccd628ca6)
* firefox-esr: 60.7.1esr -> 60.7.2esrAlyssa Ross2019-06-21
| | | | | | CVE-2019-11708 (cherry picked from commit 2e8da9d6ec3b799aee168dad5669d21eb2bc1f19)
* bind: 9.14.2 -> 9.14.3Alyssa Ross2019-06-20
|
* Merge commit '83ba5afcc9682b52b39a9a958f730b966cc369c5'Alyssa Ross2019-06-19
|
* Merge commit 'a1dd419c1ffacea87eba066a2bb332e03cb68f66'Alyssa Ross2019-06-18
|
* Merge commit '98e3b90b6c8f400ae5438ef868eb992a64b75ce5'Alyssa Ross2019-06-18
|
* ruby: replace bundled RubyGems with our RubyGemsAlyssa Ross2019-06-18
| | | | | This should prevent problems caused by trying to install our own RubyGems over the top of the one that comes with Ruby.
* ruby: --disable-rubygems for baserubyAlyssa Ross2019-06-18
| | | | | | This works just fine, and means we don't run into an issue with RubyGems trying to install into a different Ruby's prefix when cross-compiling. See https://github.com/NixOS/nixpkgs/pull/51842#issuecomment-478392799.
* ruby: enable docSupport by defaultAlyssa Ross2019-06-18
| | | | | | Now that RI docs are installed to a seperate output, we don't need to worry about bloating the main output, so it's reasonable for this to be enabled by default.
* ruby: install ri docs to devdoc outputAlyssa Ross2019-06-18
| | | | | | | | | | | This allows getting access to Ruby documentation through ri by doing nix-shell -p ruby ruby.devdoc or by installing the ruby.devdoc package. A setup hook will add a shim to LOAD_PATH to point ri to the devdoc output instead of out.
* ruby: disable docSupport for baserubyAlyssa Ross2019-06-18
| | | | | Even if building a Ruby with documentation, there's no reason for its baseruby to waste time building its own documentation as well.
* teeworlds: fetchSubmodulesAlyssa Ross2019-06-02
| | | | | | The languages and maps directories are submodules, and are not included in tarballs downloaded from GitHub. This results in an English-only game that can't run a server.
* evscript: update cargoSha256Alyssa Ross2019-05-25
| | | | See https://github.com/NixOS/nixpkgs/issues/60668.
* Merge commit '650a295621b27c4ebe0fa64a63fd25323e64deb3'Alyssa Ross2019-05-24
|
* sway: fix xwaylandSupport optionAlyssa Ross2019-05-17
|
* modules/zsh: zsh-nix-shell -> any-nix-shellAlyssa Ross2019-05-17
| | | | | zsh-nix-shell package was never upstreamed, so delete. No point upstreaming now.
* Merge commit 'bc9df0f66110039e495b6debe3a6cda4a1bb0fed'Alyssa Ross2019-05-17
|
* microcodeIntel: 20190312 -> 20190514Alyssa Ross2019-05-16
| | | | (cherry picked from commit 84cdfb8f31725ae122721d4d0299ba15874b8b13)
* linux: 5.1.1 -> 5.1.2Tim Steinbach2019-05-15
| | | | (cherry picked from commit 3b3bfdb4c9c4dc92299dc218b7a0cb3616b178aa)