Commit 14d9ecea authored by David Tchekachev's avatar David Tchekachev Committed by Peter Hoeg
Browse files

maestral_qt: install XDG desktop icon

parent b6705ec3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -52,6 +52,10 @@ python3.pkgs.buildPythonApplication rec {
    "--prefix PYTHONPATH : ${makePythonPath [ maestral ]}"
  ];

  postInstall = ''
    install -Dm444 -t $out/share/icons/hicolor/512x512/apps src/maestral_qt/resources/maestral.png
  '';

  # no tests
  doCheck = false;