Skip to content

Commit

Permalink
mnemosyne: Install mnemosyne.desktop
Browse files Browse the repository at this point in the history
(cherry picked from commit f5814e2)
  • Loading branch information
unode authored and rnhmjoj committed Apr 13, 2020
1 parent 7a0cb9c commit 2fd2e03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/games/mnemosyne/default.nix
Expand Up @@ -37,8 +37,9 @@ python.pkgs.buildPythonApplication rec {
doCheck = false;

postInstall = ''
mkdir -p $out/share
mkdir -p $out/share/applications
mv $out/${python.sitePackages}/$out/share/locale $out/share
mv mnemosyne.desktop $out/share/applications
rm -r $out/${python.sitePackages}/nix
'';

Expand Down

0 comments on commit 2fd2e03

Please sign in to comment.