about summary refs log tree commit diff
path: root/nixpkgs
Commit message (Collapse)AuthorAge
* cairo: make freetype support optionalAlyssa Ross2019-04-23
|
* cairo: make fontconfig support optionalAlyssa Ross2019-04-23
|
* sway: only use Xwayland if supported by wlrootsAlyssa Ross2019-04-23
|
* sway: make gdk_pixbuf support optionalAlyssa Ross2019-04-23
|
* sway: remove unused dependenciesAlyssa Ross2019-04-23
| | | | See https://github.com/swaywm/sway/commit/842a555a2fe12249e7b3e07565d6f89fed8c61f8
* wlroots: make optional dependencies optionalAlyssa Ross2019-04-23
|
* wlroots: remove unused dependenciesAlyssa Ross2019-04-23
| | | | | | These dependencies aren't mentioned in the source code aside from in the examples, and despite being buildInputs, none of them appear in the closure for any output.
* mesa: style tweaksAlyssa Ross2019-04-23
|
* mesa: only include X libraries as requiredAlyssa Ross2019-04-23
|
* mesa: remove unnecessary libpthreadstubs dependencyAlyssa2019-04-23
|
* mesa: remove unused libXfixes dependencyAlyssa2019-04-23
|
* mesa: remove unnecessary libXt dependencyAlyssa2019-04-23
|
* mesa: remove unused openssl dependencyAlyssa2019-04-23
|
* mesa: remove unused libffi dependencyAlyssa2019-04-23
|
* mesa: make valgrind work without XAlyssa Ross2019-04-23
|
* mesa: make valgrind support optionalAlyssa2019-04-23
|
* mesa: mako is only needed for RadvAlyssa2019-04-23
|
* mesa: remove unused dependency on fileAlyssa2019-04-23
|
* mesa: remove unused intltool dependencyAlyssa2019-04-23
|
* mesa: make libglvnd support optionalAlyssa2019-04-23
|
* mesa: build compatible drivers when LLVM disabledAlyssa Ross2019-04-23
|
* mesa: make LLVM support optionalAlyssa2019-04-23
| | | | | zlib appears to be propagated by llvm, as mesa can't find it when not given LLVM.
* mesa: build compatible drivers when no libelfAlyssa Ross2019-04-23
|
* mesa: make libelf support optionalAlyssa2019-04-23
|
* mesa: make libdrm support optionalAlyssa2019-04-23
|
* mesa: make XvMC support optionalAlyssa Ross2019-04-23
|
* mesa: make libvdpau support optionalAlyssa Ross2019-04-23
|
* mesa: make va support optionalAlyssa2019-04-23
|
* mesa: fix build with no EGL platformsAlyssa2019-04-23
|
* mesa: make libomxil-bellagio optionalAlyssa2019-04-23
|
* mesa: only include libomxil-bellagio if requiredAlyssa2019-04-23
|
* mesa: fix Wayland-only buildAlyssa2019-04-23
|
* mesa: fix build without drmAlyssa2019-04-23
|
* mesa: make X11-only dependencies conditionalAlyssa2019-04-23
|
* mesa: fix build without x11Alyssa2019-04-23
|
* mesa: use --with-*-dir instead of moving manuallyAlyssa2019-04-23
|
* Merge commit 'd26027792812fbfad4d0f451b5f47fdabf7fdeb9'Alyssa Ross2019-04-22
|
* modules/dictd: make dict use local serverAlyssa Ross2019-04-14
| | | | | Seems silly to install this for use with the local server, but to not configure it to use the local server.
* dict: set sysconfdir to /etcAlyssa Ross2019-04-14
|
* Merge commit '0c0954781e257b8b0dc49341795a2fe7d96945a3'Alyssa Ross2019-04-14
|
* 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
|
* Revert "Merge pull request #54980 from danbst/etc-relative"Will Dietz2019-02-26
| | | | | | | This reverts commit 0b91fa43e40c121ff4682256aa46a425c984da6c, reversing changes made to 183919a0c072061b98ebe9fca2e899ade871ff1c. (cherry picked from commit c24725d003ee8f981cad07161d06e574adba008b)