1
- { stdenv , fetchurl , luaPackages , cairo , cmake , imagemagick , pkgconfig , gdk_pixbuf
1
+ { stdenv , fetchurl , fetchFromGitHub , luaPackages , cairo , cmake , imagemagick , pkgconfig , gdk_pixbuf
2
2
, xorg , libstartup_notification , libxdg_basedir , libpthreadstubs
3
3
, xcb-util-cursor , makeWrapper , pango , gobjectIntrospection , unclutter
4
4
, compton , procps , iproute , coreutils , curl , alsaUtils , findutils , xterm
9
9
10
10
with luaPackages ; stdenv . mkDerivation rec {
11
11
name = "awesome-${ version } " ;
12
- version = "4.0" ;
13
- src = fetchurl {
14
- url = "http://github.com/awesomeWM/awesome-releases/raw/master/${ name } .tar.xz" ;
15
- sha256 = "0czkcz67sab63gf5m2p2pgg05yinjx60hfb9rfyzdkkg28q9f02w" ;
12
+ version = "4.1" ;
13
+
14
+ src = fetchFromGitHub {
15
+ owner = "awesomewm" ;
16
+ repo = "awesome" ;
17
+ rev = "v${ version } " ;
18
+ sha256 = "1qik8h5nwjq4535lpdpal85vas1k7am3s6l5r763kpdzxhfcyyaj" ;
16
19
} ;
17
20
18
21
nativeBuildInputs = [
@@ -22,8 +25,10 @@ with luaPackages; stdenv.mkDerivation rec {
22
25
imagemagick
23
26
makeWrapper
24
27
pkgconfig
25
- xmlto docbook_xml_dtd_45 docbook_xsl findXMLCatalogs
28
+ xmlto docbook_xml_dtd_45
29
+ docbook_xsl findXMLCatalogs
26
30
] ;
31
+
27
32
propagatedUserEnvPkgs = [ hicolor_icon_theme ] ;
28
33
buildInputs = [ cairo dbus gdk_pixbuf gobjectIntrospection
29
34
git lgi libpthreadstubs libstartup_notification
0 commit comments