Merge pull request #15302 from taku0/firefox-bin-icon
firefox-bin: fixed missing icon
This commit is contained in:
commit
9c47b07bc3
1 changed files with 3 additions and 0 deletions
|
@ -138,6 +138,9 @@ stdenv.mkDerivation {
|
|||
patchelf --set-rpath "$libPath" \
|
||||
"$out/usr/lib/firefox-bin-${version}/{}" \;
|
||||
|
||||
# wrapFirefox expects "$out/lib" instead of "$out/usr/lib"
|
||||
ln -s "$out/usr/lib" "$out/lib"
|
||||
|
||||
# Create a desktop item.
|
||||
mkdir -p $out/share/applications
|
||||
cat > $out/share/applications/firefox.desktop <<EOF
|
||||
|
|
Loading…
Reference in a new issue