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

Commits on Nov 8, 2018

  1. far2l: fix bug on darwin (elfmz/far2l#416)

    volth authored Nov 8, 2018
    Copy the full SHA
    f06e6fb View commit details

Commits on Nov 14, 2018

  1. Merge pull request #49947 from volth/patch-284

    far2l: fix Darwin bug
    infinisil authored Nov 14, 2018
    Copy the full SHA
    688ed6b View commit details
Showing with 2 additions and 0 deletions.
  1. +2 −0 pkgs/applications/misc/far2l/default.nix
2 changes: 2 additions & 0 deletions pkgs/applications/misc/far2l/default.nix
Original file line number Diff line number Diff line change
@@ -67,6 +67,8 @@ stdenv.mkDerivation rec {
mkdir -p $out/share/icons/hicolor/$size/apps
convert -size $size ../far2l/DE/icons/hicolor/$size/apps/far2l.svg $out/share/icons/hicolor/$size/apps/far2l.png
done
'' + stdenv.lib.optionalString stdenv.isDarwin ''
wrapProgram $out/bin/far2l --argv0 $out/bin/far2l
'';

stripDebugList = "bin share";