mnemosyne: Install mnemosyne.desktop
This commit is contained in:
@@ -37,8 +37,9 @@ python.pkgs.buildPythonApplication rec {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $out/share
|
mkdir -p $out/share/applications
|
||||||
mv $out/${python.sitePackages}/$out/share/locale $out/share
|
mv $out/${python.sitePackages}/$out/share/locale $out/share
|
||||||
|
mv mnemosyne.desktop $out/share/applications
|
||||||
rm -r $out/${python.sitePackages}/nix
|
rm -r $out/${python.sitePackages}/nix
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user