openbox: add platforms, split version

+3 -1
+3 -1
pkgs/applications/window-managers/openbox/default.nix
··· 3 , imlib2, pango, libstartup_notification, makeWrapper }: 4 5 stdenv.mkDerivation rec { 6 - name = "openbox-3.6.1"; 7 8 buildInputs = [ 9 pkgconfig libxml2 ··· 40 description = "X window manager for non-desktop embedded systems"; 41 homepage = http://openbox.org/; 42 license = stdenv.lib.licenses.gpl2Plus; 43 }; 44 }
··· 3 , imlib2, pango, libstartup_notification, makeWrapper }: 4 5 stdenv.mkDerivation rec { 6 + name = "openbox-${version}"; 7 + version = "3.6.1"; 8 9 buildInputs = [ 10 pkgconfig libxml2 ··· 41 description = "X window manager for non-desktop embedded systems"; 42 homepage = http://openbox.org/; 43 license = stdenv.lib.licenses.gpl2Plus; 44 + platforms = stdenv.lib.platforms.linux; 45 }; 46 }