parent
213356c927
commit
e67416f7e2
@ -4,29 +4,17 @@
|
|||||||
, compton, procps, iproute, coreutils, curl, alsaUtils, findutils, xterm
|
, compton, procps, iproute, coreutils, curl, alsaUtils, findutils, xterm
|
||||||
, which, dbus, nettools, git, asciidoc, doxygen
|
, which, dbus, nettools, git, asciidoc, doxygen
|
||||||
, xmlto, docbook_xml_dtd_45, docbook_xsl, findXMLCatalogs
|
, xmlto, docbook_xml_dtd_45, docbook_xsl, findXMLCatalogs
|
||||||
, libxkbcommon, xcbutilxrm
|
, libxkbcommon, xcbutilxrm, hicolor_icon_theme
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
with luaPackages; stdenv.mkDerivation rec {
|
||||||
version = "4.0";
|
|
||||||
in with luaPackages;
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
name = "awesome-${version}";
|
name = "awesome-${version}";
|
||||||
|
version = "4.0";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://github.com/awesomeWM/awesome-releases/raw/master/${name}.tar.xz";
|
url = "http://github.com/awesomeWM/awesome-releases/raw/master/${name}.tar.xz";
|
||||||
sha256 = "0czkcz67sab63gf5m2p2pgg05yinjx60hfb9rfyzdkkg28q9f02w";
|
sha256 = "0czkcz67sab63gf5m2p2pgg05yinjx60hfb9rfyzdkkg28q9f02w";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
|
||||||
description = "Highly configurable, dynamic window manager for X";
|
|
||||||
homepage = https://awesomewm.org/;
|
|
||||||
license = licenses.gpl2Plus;
|
|
||||||
maintainers = with maintainers; [ lovek323 rasendubi ];
|
|
||||||
platforms = platforms.linux;
|
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
asciidoc
|
asciidoc
|
||||||
cmake
|
cmake
|
||||||
@ -36,33 +24,14 @@ stdenv.mkDerivation rec {
|
|||||||
pkgconfig
|
pkgconfig
|
||||||
xmlto docbook_xml_dtd_45 docbook_xsl findXMLCatalogs
|
xmlto docbook_xml_dtd_45 docbook_xsl findXMLCatalogs
|
||||||
];
|
];
|
||||||
|
propagatedUserEnvPkgs = [ hicolor_icon_theme ];
|
||||||
buildInputs = [
|
buildInputs = [ cairo dbus gdk_pixbuf gobjectIntrospection
|
||||||
cairo
|
git lgi libpthreadstubs libstartup_notification
|
||||||
dbus
|
libxdg_basedir lua nettools pango xcb-util-cursor
|
||||||
gdk_pixbuf
|
xorg.libXau xorg.libXdmcp xorg.libxcb xorg.libxshmfence
|
||||||
gobjectIntrospection
|
xorg.xcbutil xorg.xcbutilimage xorg.xcbutilkeysyms
|
||||||
git
|
xorg.xcbutilrenderutil xorg.xcbutilwm libxkbcommon
|
||||||
lgi
|
xcbutilxrm ];
|
||||||
libpthreadstubs
|
|
||||||
libstartup_notification
|
|
||||||
libxdg_basedir
|
|
||||||
lua
|
|
||||||
nettools
|
|
||||||
pango
|
|
||||||
xcb-util-cursor
|
|
||||||
xorg.libXau
|
|
||||||
xorg.libXdmcp
|
|
||||||
xorg.libxcb
|
|
||||||
xorg.libxshmfence
|
|
||||||
xorg.xcbutil
|
|
||||||
xorg.xcbutilimage
|
|
||||||
xorg.xcbutilkeysyms
|
|
||||||
xorg.xcbutilrenderutil
|
|
||||||
xorg.xcbutilwm
|
|
||||||
libxkbcommon
|
|
||||||
xcbutilxrm
|
|
||||||
];
|
|
||||||
|
|
||||||
#cmakeFlags = "-DGENERATE_MANPAGES=ON";
|
#cmakeFlags = "-DGENERATE_MANPAGES=ON";
|
||||||
|
|
||||||
@ -86,4 +55,12 @@ stdenv.mkDerivation rec {
|
|||||||
passthru = {
|
passthru = {
|
||||||
inherit lua;
|
inherit lua;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "Highly configurable, dynamic window manager for X";
|
||||||
|
homepage = https://awesomewm.org/;
|
||||||
|
license = licenses.gpl2Plus;
|
||||||
|
maintainers = with maintainers; [ lovek323 rasendubi ndowens ];
|
||||||
|
platforms = platforms.linux;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user