summary refs log tree commit diff
path: root/pkgs/build-support/make-desktopitem
Commit message (Collapse)AuthorAge
* makeDesktopItem: use runCommandLocalBjørn Forsman2019-12-08
| | | | | | | This derivation only creates a simple text file, so it makes sense to do it locally. On my setup this reduces build time from 2.2s to 1.2s.
* make-desktopitem: make genericName optionalLaverne Schrock2017-06-05
|
* chromium: add StartupWMClass to desktop file. Fixes #12433Luca Bruno2016-02-29
|
* makeDesktopItem: change `name` of the derivationsVladimír Čunát2016-01-15
| | | | | The name wasn't suggesting what kind of stuff is in there; now it's the same as the name of the file that gets generated.
* makeDesktopItem: add StartupNotify keyThomas Tuegel2015-12-12
|
* makeDesktopItem: don't generated a deprecated keyVladimír Čunát2015-06-18
| | | | | Fixes #4319. We even seem we never override it anywhere. http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html#deprecated-items
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Added desktop file generation function and desktop item for firefoxSander van der Burg2009-05-10
svn path=/nixpkgs/trunk/; revision=15529