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: 2dc0a992e344
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10ce0e31bc09
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 6, 2020

  1. Copy the full SHA
    a8b0403 View commit details
  2. Merge pull request #87132 from mjlbach/alacritty_icon_fix

    Alacritty: change icon to compat svg
    Mic92 authored May 6, 2020
    Copy the full SHA
    10ce0e3 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 pkgs/applications/misc/alacritty/default.nix
2 changes: 1 addition & 1 deletion pkgs/applications/misc/alacritty/default.nix
Original file line number Diff line number Diff line change
@@ -103,7 +103,7 @@ rustPlatform.buildRustPackage rec {
cp -r $releaseDir/osx/Alacritty.app $out/Applications/Alacritty.app
'' else ''
install -D extra/linux/Alacritty.desktop -t $out/share/applications/
install -D extra/logo/alacritty-term.svg $out/share/icons/hicolor/scalable/apps/Alacritty.svg
install -D extra/logo/compat/alacritty-term.svg $out/share/icons/hicolor/scalable/apps/Alacritty.svg
# patchelf generates an ELF that binutils' "strip" doesn't like:
# strip: not enough room for program headers, try linking with -N