Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a9b16ad4e749
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bf1b39d12770
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 21, 2019

  1. Verified

    This commit was signed with the committer’s verified signature.
    dywedir Vlad M.
    Copy the full SHA
    cf54940 View commit details
  2. Merge pull request #56129 from dywedir/alacritty

    alacritty: add wayland, libxkbcommon to rpath
    Mic92 authored Feb 21, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bf1b39d View commit details
Showing with 5 additions and 0 deletions.
  1. +5 −0 pkgs/applications/misc/alacritty/default.nix
5 changes: 5 additions & 0 deletions pkgs/applications/misc/alacritty/default.nix
Original file line number Diff line number Diff line change
@@ -17,6 +17,8 @@
libXrandr,
libGL,
xclip,
wayland,
libxkbcommon,
# Darwin Frameworks
cf-private,
AppKit,
@@ -40,6 +42,9 @@ let
libXrandr
libGL
libXi
] ++ lib.optionals stdenv.isLinux [
wayland
libxkbcommon
];
in buildRustPackage rec {
name = "alacritty-${version}";