forked from mirrors/nixpkgs
mnemosyne: Install mnemosyne.desktop
This commit is contained in:
parent
4ea30958a8
commit
f5814e2075
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue