treewide: add meta.mainProgram to graphics
This commit is contained in:
parent
8fa169707f
commit
0d6c907ba8
3 changed files with 3 additions and 0 deletions
|
@ -151,5 +151,6 @@ mkDerivation rec {
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
homepage = "https://www.digikam.org";
|
homepage = "https://www.digikam.org";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
mainProgram = "digikam";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -42,5 +42,6 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.mit-feh;
|
license = licenses.mit-feh;
|
||||||
maintainers = with maintainers; [ viric willibutz globin ma27 ];
|
maintainers = with maintainers; [ viric willibutz globin ma27 ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
mainProgram = "feh";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -159,6 +159,7 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = [ maintainers.jtojnar ];
|
maintainers = [ maintainers.jtojnar ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
mainProgram = "inkscape";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Inkscape is a feature-rich vector graphics editor that edits
|
Inkscape is a feature-rich vector graphics editor that edits
|
||||||
files in the W3C SVG (Scalable Vector Graphics) file format.
|
files in the W3C SVG (Scalable Vector Graphics) file format.
|
||||||
|
|
Loading…
Reference in a new issue