Merge pull request #247129 from khaneliman/graphics-mainProgram

authored by

Artturi and committed by
GitHub
aba58df4 7d2b5b9e

+3
+1
pkgs/applications/graphics/digikam/default.nix
··· 151 151 license = licenses.gpl2; 152 152 homepage = "https://www.digikam.org"; 153 153 platforms = platforms.linux; 154 + mainProgram = "digikam"; 154 155 }; 155 156 }
+1
pkgs/applications/graphics/feh/default.nix
··· 42 42 license = licenses.mit-feh; 43 43 maintainers = with maintainers; [ viric willibutz globin ma27 ]; 44 44 platforms = platforms.unix; 45 + mainProgram = "feh"; 45 46 }; 46 47 }
+1
pkgs/applications/graphics/inkscape/default.nix
··· 159 159 license = licenses.gpl3Plus; 160 160 maintainers = [ maintainers.jtojnar ]; 161 161 platforms = platforms.all; 162 + mainProgram = "inkscape"; 162 163 longDescription = '' 163 164 Inkscape is a feature-rich vector graphics editor that edits 164 165 files in the W3C SVG (Scalable Vector Graphics) file format.