Commit cba67f65 authored by ben9986's avatar ben9986 Committed by Bjørn Forsman
Browse files

stm32cubemx: fix desktop file

parent 0bf8c0de
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -96,6 +96,10 @@ in
buildFHSEnv {
  inherit (package) pname version meta;
  runScript = "${package.outPath}/bin/stm32cubemx";
  extraInstallCommands = ''
    mkdir -p $out/share/applications
    ln -sf ${package.outPath}/share/applications/* $out/share/applications/
  '';
  targetPkgs =
    pkgs: with pkgs; [
      alsa-lib