summary refs log tree commit diff
path: root/pkgs/applications/accessibility
Commit message (Collapse)AuthorAge
* squeekboard: 1.13.0 -> 1.14.0Alyssa Ross2021-07-09
|
* squeekboard: unstable-2021-03-09 -> 1.13.0 (#121614)Zhaofeng Li2021-05-18
|
* dasher: enableParallelBuilding = trueVladimír Čunát2021-05-16
| | | | | I'm a bit impatient :-) and this seems to build without issues, even on an idle 32-threaded machine.
* dasher: 2018-04-03 -> unstable-2021-04-25fortuneteller2k2021-05-11
|
* gnome: rename from gnome3Jan Tojnar2021-05-08
| | | | Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
* svkbd: init at 0.3Robert Schütz2021-04-01
|
* Merge pull request #116253 from Artturin/add-squeekboardSandro2021-03-16
|\ | | | | squeekboard: init at unstable-2021-03-09
| * squeekboard: init at unstable-2021-03-09Artturin2021-03-14
| |
* | contrast: port away from buildRustPackageJan Tojnar2021-03-14
|/ | | | | | The new setup hooks compose better with Meson setup hooks. Needed to add libsass – not sure how sass-sys crate built without it before.
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* treewide: stdenv.lib -> libBen Siraphob2021-01-16
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* contrast: use libhandy_0Atemu2020-10-24
|
* contrast: 0.0.2 -> 0.0.3worldofpeace2020-04-19
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* contrast: Fix buildJan Tojnar2020-04-04
| | | | buildRustPackage enabled strictDeps, which broke the build due to glib not being available in the build environment any more.
* contrast: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-29
|
* treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
| | | | | | | | | | | Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
* dasher: init at 2018-04-03Profpatsch2020-01-23
|
* contrast: init at 0.0.2Jan Tojnar2019-10-31
|
* mousetweaks: init at 3.32.0Daniel Schaefer2019-04-28
Solves #39509