Commit cc2bcafc authored by pancaek's avatar pancaek
Browse files

js8call: move icon to spec-compliant location

parent 2e0b6e1a
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"
  '';