yt-dlg: install desktop item

This commit is contained in:
h7x4 2024-06-12 23:22:04 +02:00
parent e9c34b282a
commit e51e07e4be
No known key found for this signature in database
GPG Key ID: 9F2F7D8250F35146

View File

@ -40,6 +40,11 @@ python3Packages.buildPythonApplication rec {
wxpython
];
postInstall = ''
install -Dm444 yt-dlg.desktop -t $out/share/applications
cp -r youtube_dl_gui/data/* $out/share
'';
meta = {
description = "Cross platform front-end GUI of the popular youtube-dl written in wxPython";
homepage = "https://oleksis.github.io/youtube-dl-gui";