From 5f8311775c8832b1c5a88576cf58be05fd5c9070 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Mon, 29 Feb 2016 20:42:58 +0100 Subject: chromium: add StartupWMClass to desktop file. Fixes #12433 --- pkgs/build-support/make-desktopitem/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/build-support/make-desktopitem') diff --git a/pkgs/build-support/make-desktopitem/default.nix b/pkgs/build-support/make-desktopitem/default.nix index 2f6c827d8758..f5b4e5af93a0 100644 --- a/pkgs/build-support/make-desktopitem/default.nix +++ b/pkgs/build-support/make-desktopitem/default.nix @@ -10,6 +10,7 @@ , mimeType ? "" , categories ? "Application;Other;" , startupNotify ? null +, extraEntries ? "" }: stdenv.mkDerivation { @@ -27,6 +28,7 @@ stdenv.mkDerivation { GenericName=${genericName} MimeType=${mimeType} Categories=${categories} + ${extraEntries} ${if startupNotify == null then ''EOF'' else '' StartupNotify=${startupNotify} EOF''} -- cgit 1.4.1