File tree 1 file changed +5
-5
lines changed
pkgs/applications/window-managers/awesome
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
with luaPackages ; stdenv . mkDerivation rec {
11
11
name = "awesome-${ version } " ;
12
12
version = "4.2" ;
13
-
13
+
14
14
src = fetchFromGitHub {
15
15
owner = "awesomewm" ;
16
16
repo = "awesome" ;
@@ -25,10 +25,10 @@ with luaPackages; stdenv.mkDerivation rec {
25
25
imagemagick
26
26
makeWrapper
27
27
pkgconfig
28
- xmlto docbook_xml_dtd_45
28
+ xmlto docbook_xml_dtd_45
29
29
docbook_xsl findXMLCatalogs
30
30
] ;
31
-
31
+
32
32
propagatedUserEnvPkgs = [ hicolor_icon_theme ] ;
33
33
buildInputs = [ cairo librsvg dbus gdk_pixbuf gobjectIntrospection
34
34
git lgi libpthreadstubs libstartup_notification
@@ -49,8 +49,8 @@ with luaPackages; stdenv.mkDerivation rec {
49
49
postInstall = ''
50
50
wrapProgram $out/bin/awesome \
51
51
--set GDK_PIXBUF_MODULE_FILE "$GDK_PIXBUF_MODULE_FILE" \
52
- --prefix LUA_CPATH ";" '" ${ lgi } /lib/lua/${ lua . luaversion } /?.so" ' \
53
- --prefix LUA_PATH ";" '" ${ lgi } /share/lua/${ lua . luaversion } /?.lua; ${ lgi } /share/lua/ ${ lua . luaversion } /lgi/?.lua" ' \
52
+ --prefix LUA_CPATH ";" '${ lgi } /lib/lua/${ lua . luaversion } /?.so' \
53
+ --prefix LUA_PATH ";" '${ lgi } /share/lua/${ lua . luaversion } /?.lua' \
54
54
--prefix GI_TYPELIB_PATH : "$GI_TYPELIB_PATH" \
55
55
--prefix LD_LIBRARY_PATH : "$LD_LIBRARY_PATH" \
56
56
--prefix PATH : "${ stdenv . lib . makeBinPath [ compton unclutter procps iproute coreutils curl alsaUtils findutils xterm ] } "
You can’t perform that action at this time.
0 commit comments