openbox: add platforms, split version
This commit is contained in:
parent
2f398c365f
commit
db090ce659
@ -3,7 +3,8 @@
|
|||||||
, imlib2, pango, libstartup_notification, makeWrapper }:
|
, imlib2, pango, libstartup_notification, makeWrapper }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "openbox-3.6.1";
|
name = "openbox-${version}";
|
||||||
|
version = "3.6.1";
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig libxml2
|
pkgconfig libxml2
|
||||||
@ -40,5 +41,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "X window manager for non-desktop embedded systems";
|
description = "X window manager for non-desktop embedded systems";
|
||||||
homepage = http://openbox.org/;
|
homepage = http://openbox.org/;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user