commit
de494f5842
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, luaPackages, cairo, cmake, imagemagick, pkgconfig, gdk_pixbuf
|
{ stdenv, fetchFromGitHub, luaPackages, cairo, cmake, imagemagick, pkgconfig, gdk_pixbuf
|
||||||
, xorg, libstartup_notification, libxdg_basedir, libpthreadstubs
|
, xorg, libstartup_notification, libxdg_basedir, libpthreadstubs
|
||||||
, xcb-util-cursor, makeWrapper, pango, gobjectIntrospection, unclutter
|
, xcb-util-cursor, makeWrapper, pango, gobjectIntrospection, unclutter
|
||||||
, compton, procps, iproute, coreutils, curl, alsaUtils, findutils, xterm
|
, compton, procps, iproute, coreutils, curl, alsaUtils, findutils, xterm
|
||||||
@ -9,10 +9,13 @@
|
|||||||
|
|
||||||
with luaPackages; stdenv.mkDerivation rec {
|
with luaPackages; stdenv.mkDerivation rec {
|
||||||
name = "awesome-${version}";
|
name = "awesome-${version}";
|
||||||
version = "4.0";
|
version = "4.1";
|
||||||
src = fetchurl {
|
|
||||||
url = "http://github.com/awesomeWM/awesome-releases/raw/master/${name}.tar.xz";
|
src = fetchFromGitHub {
|
||||||
sha256 = "0czkcz67sab63gf5m2p2pgg05yinjx60hfb9rfyzdkkg28q9f02w";
|
owner = "awesomewm";
|
||||||
|
repo = "awesome";
|
||||||
|
rev = "v${version}";
|
||||||
|
sha256 = "1qik8h5nwjq4535lpdpal85vas1k7am3s6l5r763kpdzxhfcyyaj";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -22,8 +25,10 @@ with luaPackages; stdenv.mkDerivation rec {
|
|||||||
imagemagick
|
imagemagick
|
||||||
makeWrapper
|
makeWrapper
|
||||||
pkgconfig
|
pkgconfig
|
||||||
xmlto docbook_xml_dtd_45 docbook_xsl findXMLCatalogs
|
xmlto docbook_xml_dtd_45
|
||||||
|
docbook_xsl findXMLCatalogs
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedUserEnvPkgs = [ hicolor_icon_theme ];
|
propagatedUserEnvPkgs = [ hicolor_icon_theme ];
|
||||||
buildInputs = [ cairo dbus gdk_pixbuf gobjectIntrospection
|
buildInputs = [ cairo dbus gdk_pixbuf gobjectIntrospection
|
||||||
git lgi libpthreadstubs libstartup_notification
|
git lgi libpthreadstubs libstartup_notification
|
||||||
|
Loading…
x
Reference in New Issue
Block a user