openbox: add platforms, split version

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