franz: cleanup

This commit is contained in:
gnidorah 2017-07-05 04:42:08 +03:00
parent c22bf27fa0
commit a4c6e02b63

View File

@ -8,6 +8,17 @@ let
version = "4.0.4"; version = "4.0.4";
runtimeDeps = [
udev libnotify
];
deps = (with xorg; [
libXi libXcursor libXdamage libXrandr libXcomposite libXext libXfixes
libXrender libX11 libXtst libXScrnSaver
]) ++ [
gtk2 atk glib pango gdk_pixbuf cairo freetype fontconfig dbus
gnome2.GConf nss nspr alsaLib cups expat stdenv.cc.cc
] ++ runtimeDeps;
desktopItem = makeDesktopItem rec { desktopItem = makeDesktopItem rec {
name = "Franz"; name = "Franz";
exec = name; exec = name;
@ -28,17 +39,6 @@ in stdenv.mkDerivation rec {
# don't remove runtime deps # don't remove runtime deps
dontPatchELF = true; dontPatchELF = true;
deps = (with xorg; [
libXi libXcursor libXdamage libXrandr libXcomposite libXext libXfixes
libXrender libX11 libXtst libXScrnSaver
]) ++ [
gtk2 atk glib pango gdk_pixbuf cairo freetype fontconfig dbus
gnome2.GConf nss nspr alsaLib cups expat stdenv.cc.cc
# runtime deps
] ++ [
udev libnotify
];
unpackPhase = '' unpackPhase = ''
tar xzf $src tar xzf $src
''; '';
@ -65,7 +65,7 @@ in stdenv.mkDerivation rec {
description = "A free messaging app that combines chat & messaging services into one application"; description = "A free messaging app that combines chat & messaging services into one application";
homepage = http://meetfranz.com; homepage = http://meetfranz.com;
license = licenses.free; license = licenses.free;
maintainers = [ stdenv.lib.maintainers.gnidorah ]; maintainers = [ maintainers.gnidorah ];
platforms = ["i686-linux" "x86_64-linux"]; platforms = ["i686-linux" "x86_64-linux"];
hydraPlatforms = []; hydraPlatforms = [];
}; };