Unverified Commit 86c5b651 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

js8call: move icon to spec-compliant location (#486033)

parents 934791e2 cc2bcafc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
  prePatch = ''
    substituteInPlace CMakeLists.txt \
        --replace "/usr/share/applications" "$out/share/applications" \
        --replace "/usr/share/pixmaps" "$out/share/pixmaps" \
        --replace "/usr/share/pixmaps" "$out/share/icons/hicolor/128x128/apps" \
        --replace "/usr/bin/" "$out/bin"
  '';