Loading pkgs/by-name/ni/niri/package.nix +25 −20 Original line number Diff line number Diff line { lib , rustPlatform , fetchFromGitHub , nix-update-script , pkg-config , libdisplay-info , libxkbcommon , pango , pipewire , seatd , stdenv , wayland , systemd , libinput , mesa , fontconfig , libglvnd , autoPatchelfHook , clang { lib, rustPlatform, fetchFromGitHub, nix-update-script, pkg-config, libdisplay-info, libxkbcommon, pango, pipewire, seatd, stdenv, wayland, systemd, libinput, mesa, fontconfig, libglvnd, autoPatchelfHook, clang, }: rustPlatform.buildRustPackage rec { Loading Loading @@ -86,7 +87,11 @@ rustPlatform.buildRustPackage rec { description = "Scrollable-tiling Wayland compositor"; homepage = "https://github.com/YaLTeR/niri"; license = licenses.gpl3Only; maintainers = with maintainers; [ iogamaster foo-dogsquared sodiboo ]; maintainers = with maintainers; [ iogamaster foo-dogsquared sodiboo ]; mainProgram = "niri"; platforms = platforms.linux; }; Loading Loading
pkgs/by-name/ni/niri/package.nix +25 −20 Original line number Diff line number Diff line { lib , rustPlatform , fetchFromGitHub , nix-update-script , pkg-config , libdisplay-info , libxkbcommon , pango , pipewire , seatd , stdenv , wayland , systemd , libinput , mesa , fontconfig , libglvnd , autoPatchelfHook , clang { lib, rustPlatform, fetchFromGitHub, nix-update-script, pkg-config, libdisplay-info, libxkbcommon, pango, pipewire, seatd, stdenv, wayland, systemd, libinput, mesa, fontconfig, libglvnd, autoPatchelfHook, clang, }: rustPlatform.buildRustPackage rec { Loading Loading @@ -86,7 +87,11 @@ rustPlatform.buildRustPackage rec { description = "Scrollable-tiling Wayland compositor"; homepage = "https://github.com/YaLTeR/niri"; license = licenses.gpl3Only; maintainers = with maintainers; [ iogamaster foo-dogsquared sodiboo ]; maintainers = with maintainers; [ iogamaster foo-dogsquared sodiboo ]; mainProgram = "niri"; platforms = platforms.linux; }; Loading