about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development
Commit message (Collapse)AuthorAge
* Merge commit '8d1510abfb592339e13ce8f6db6f29c1f8b72924'Alyssa Ross2019-09-16
|
* 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
* 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.
* Merge commit '650a295621b27c4ebe0fa64a63fd25323e64deb3'Alyssa Ross2019-05-24
|
* Merge commit 'bc9df0f66110039e495b6debe3a6cda4a1bb0fed'Alyssa Ross2019-05-17
|
* Merge commit '2ec5e9595becf05b052ce4c61a05d87ce95d19af'Alyssa Ross2019-05-07
|
* Merge commit 'dfd8f84aef129f1978e446b5d45ef05cd4421821'Alyssa Ross2019-04-27
|
* cairo: clean upAlyssa Ross2019-04-23
|
* cairo: remove unused dependenciesAlyssa Ross2019-04-23
|
* cairo: make zlib support optionalAlyssa Ross2019-04-23
| | | | | The pdfSupport option didn't feel necessary any more, since it depends on zlib.
* cairo: make libpng support optionalAlyssa Ross2019-04-23
|
* cairo: make xlib support optionalAlyssa Ross2019-04-23
|
* cairo: make Xrender support optionalAlyssa Ross2019-04-23
|
* cairo: make freetype support optionalAlyssa Ross2019-04-23
|
* cairo: make fontconfig support optionalAlyssa Ross2019-04-23
|
* 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
|