about summary refs log tree commit diff
path: root/nixpkgs/pkgs
Commit message (Collapse)AuthorAge
* Merge commit '373488e6f4c3dc3bb51cabcb959e4a70eb5d7b2c'Alyssa Ross2019-04-13
|
* lynx: enable default-colorsAlyssa Ross2019-03-17
| | | | | | | | | Building with this option allows Lynx to optionally use the default colors of the terminal, when compiled with ncurses or slang. It does not (as far as I know) change any default behavior. Since we build with ncurses, I don't think there's any reason not to have this.
* makeDBusConfig: don't allow substitutionsAlyssa Ross2019-03-17
| | | | | | | This is rebuilt virtually every time a NixOS module is enabled or disabled, so I don't think it makes sense to have it substituted. It gets in the way of trivial config changes when I would otherwise be able to rebuild my system entirely offline.
* Merge commit 'da1a2b1eeafa66b4419b4f275396d8a731eccb61'Alyssa Ross2019-03-16
|
* gitAndTools.git-remote-hg: 0.2-e716a9e1a9e460a45663694ba4e9e8894a8452b2 -> 1.0.0Alyssa Ross2019-03-15
| | | | | | | | | The current version no longer works with our packaged Mecurial.[1] The original repository appears to no longer be maintained, but there is a maintained fork, which is now used for the Debian package. [1]: https://github.com/felipec/git-remote-hg/issues/72
* linux_latest-libre: fix buildAlyssa Ross2019-03-11
| | | | Fixes https://github.com/NixOS/nixpkgs/issues/56890.
* python3Packages.priority: fix buildAlyssa Ross2019-03-11
|
* python36Packages.hpack: fix buildAlyssa Ross2019-03-11
|
* Merge commit '5d3fd3674a66c5b1ada63e2eace140519849c967'Alyssa Ross2019-03-11
|
* Merge commit '1233c8d9e9bc463899ed6a8cf0232e6bf36475ee'Alyssa Ross2019-02-26
|
* skawarePackages.execline: wrap execlineb with toolsProfpatsch2019-02-25
| | | | | | | | | | | The execlineb program is the launcher (and lexer) of execline scripts. So it makes a lot of sense to have all the small tools in scope by default. We append to the end of PATH so that they can be easily overwritten by the user. Co-authored-by: Alyssa Ross <hi@alyssa.is> (cherry picked from commit b64d25c44782027414509460c1900646dee57db1)
* Merge commit '969cff2691a02b3d7e5468beda26c482d8986644'Alyssa Ross2019-02-24
|
* iosevka: 1.14.3 -> 2.1.0Alyssa Ross2019-02-23
| | | | | | | | | | | 2.0.0 introduced a completely new build system, that uses a structured TOML configuration file rather than flat make variables. I've updated the package for this. In most cases, updating overrides should be as simple as wrapping custom config in buildPlan = { ... }. The package now uses a standard node2nix setup for dependencies, rather than something custom. The version can be bumped by updating node-packages.json and running the generate.sh script.
* Merge commit '36f316007494c388df1fec434c1e658542e3c3cc'Alyssa Ross2019-02-18
|
* evscript: init at 2019-02-11Alyssa Ross2019-02-18
|
* Merge commit '929cc78363e6878e044556bd291382eab37bcbed'Alyssa Ross2019-02-10
|
* orca-c-100r: init at 2019-02-09Alyssa Ross2019-02-10
| | | | | | | | | | There's no orca-c attribute, but there is an orca. The authors of this software also have an orca program, so if it was packaged for nixpkgs it would have to be namespaced. For consistency, I namespaced this one as well, because the alternative is a very confusing future. I put the namespace after the name of the software so things like autocompletion would still find it.
* carla: init at 2.0-RC3Alyssa Ross2019-02-10
|
* firefox-beta: 65.0b12 -> 66.0b5Alyssa Ross2019-02-07
|
* Merge commit '2d2f10475138b7206572dc3ec288184df2be022e'Alyssa Ross2019-02-07
|
* firefox-unwrapped: fix drmSupport optionAlyssa Ross2019-01-27
| | | | | | EME is enabled by default, so adding --enable-eme=widevine is a noop. This means that firefox was always being built with DRM support, even with drmSupport set to false.
* firefoxCommon: expose as attributeAlyssa Ross2019-01-27
| | | | This will make it easier to build custom versions of Firefox.
* firefox-esr-unwrapped: init at 60.4.0-esrAlyssa Ross2019-01-27
| | | | For consistency.
* firefox-beta: init at 65.0b12Alyssa Ross2019-01-27
| | | | | | | We have all the other (non-nightly) Firefox channels, so it makes sense to have beta as well. Additionally, it should allow us to better prepare for Firefox releases better, and have them available faster, if we keep the beta up to date.
* lambda-mod-zsh-theme: remove unnecessary buildInputAlyssa Ross2019-01-07
| | | | At no point during the install process is ZSH used.
* grml-zsh-config: remove unecessary dependenciesAlyssa Ross2019-01-07
| | | | | | | | | | | The buildInputs that used to be here appear to have been put here in the hope that they would be installed and made available automatically as a result of installing this package, but that isn't how buildInputs work. They could be provided by using substituteInPlace to point the package towards the Nix versions of these packages, but since this is a shell configuration, I think it makes more sense (and is easier) to use whatever versions of those commands are available at runtime.
* zsh-nix-shell: init at 2019-01-07Alyssa Ross2019-01-07
|
* zsh-syntax-highlighting: zsh is a nativeBuildInputAlyssa Ross2019-01-07
|
* zsh-autosuggestions: make zsh a nativeBuildInputAlyssa Ross2019-01-07
|
* nss: 3.40.1 -> 3.41Alyssa Ross2019-01-07
|
* boehmgc: remove deleted patchAlyssa Ross2019-01-07
|
* boehmgc_766: remove deleted patchAlyssa Ross2019-01-07
|
* python36Packages.hpack: fix buildAlyssa Ross2019-01-07
| | | | The python36Packages version is required for doh-proxy.
* Add 'nixpkgs/' from commit 'abf060725d7614bd3b9f96764262dfbc2f9c2199'Alyssa Ross2019-01-07
git-subtree-dir: nixpkgs git-subtree-mainline: 4e31070265257dc67d120c27e0f75c2344fdfa9a git-subtree-split: abf060725d7614bd3b9f96764262dfbc2f9c2199