about summary refs log tree commit diff
path: root/pkgs/tools/wayland/wlsunset
AgeCommit message (Collapse)AuthorFilesLines
2023-11-27treewide: add mainProgramh7x41-0/+1
2023-06-01wlsunset: 0.2.0 -> 0.3.0R. Ryantm1-2/+2
2023-03-05pkgs/tools/wayland: mark all linux onlyArtturin1-1/+1
on non-linux they all fail various variations of meson.build:26:0: ERROR: Dependency "wayland-client" not found, tried pkgconfig and framework fatal error: 'wayland-util.h' file not found
2022-05-11pkgs/tools/wayland: enable strictDepsArtturin1-0/+4
2021-07-03wayland-scanner: use for nativeBuildInputsMichael Weiss1-3/+4
This makes things more explicit (and less confusing) but only touches the packages that I maintain.
2021-04-26wlsunset: 0.1.0 -> 0.2.0Michael Weiss1-4/+4
2021-03-14aerc, asuka, scdoc, wev, wlsunset, wshowkeys: use fetchFromSourceHutLogan Glasson1-4/+6
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-11-24wlsunset: init at 0.1.0 (#103606)Michael Weiss1-0/+29