pysolfc: fix desktop entry (#368047)
This commit is contained in:
@@ -69,10 +69,6 @@ python311Packages.buildPythonApplication rec {
|
||||
patches = [ ./pysolfc-datadir.patch ];
|
||||
|
||||
nativeBuildInputs = [ desktop-file-utils ];
|
||||
postPatch = ''
|
||||
desktop-file-edit --set-key Icon --set-value ${placeholder "out"}/share/icons/pysol01.png data/pysol.desktop
|
||||
desktop-file-edit --set-key Comment --set-value "${meta.description}" data/pysol.desktop
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
mkdir $out/share/PySolFC/cardsets
|
||||
|
||||
Reference in New Issue
Block a user