openbox: add platforms, split version

This commit is contained in:
Nikolay Amiantov 2016-03-12 03:18:58 +03:00
parent 2f398c365f
commit db090ce659

View File

@ -3,7 +3,8 @@
, imlib2, pango, libstartup_notification, makeWrapper }:
stdenv.mkDerivation rec {
name = "openbox-3.6.1";
name = "openbox-${version}";
version = "3.6.1";
buildInputs = [
pkgconfig libxml2
@ -40,5 +41,6 @@ stdenv.mkDerivation rec {
description = "X window manager for non-desktop embedded systems";
homepage = http://openbox.org/;
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
};
}