forked from mirrors/nixpkgs
jwm: 1406 -> 1495 (#14629)
This commit is contained in:
parent
2af7b09e06
commit
9d0e57b84e
1 changed files with 9 additions and 7 deletions
|
@ -1,22 +1,24 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, automake, autoconf, libtool, which, xorg,
|
{ stdenv, fetchurl, pkgconfig, automake, autoconf, libtool, which, xorg,
|
||||||
libX11, libXext, libXinerama, libXpm, libXft, libXau, libXdmcp, libpng,
|
libX11, libXext, libXinerama, libXpm, libXft, libXau, libXdmcp, libXmu,
|
||||||
libjpeg, expat, xproto, xextproto, xineramaproto, librsvg, gettext,
|
libpng, libjpeg, expat, xproto, xextproto, xineramaproto, librsvg, gettext,
|
||||||
freetype, fontconfig }:
|
freetype, fontconfig }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "jwm-${version}";
|
name = "jwm-${version}";
|
||||||
version = "1406";
|
version = "1495";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/joewing/jwm/archive/s${version}.tar.gz";
|
url = "https://github.com/joewing/jwm/archive/s${version}.tar.gz";
|
||||||
sha256 = "0yk22b7cshhyfpcqnb4p59yxspx95xg9yp1kmkxi2fyw95cacab4";
|
sha256 = "0sn9la3k36k1d9qyxab1sbv2mqicq2w7q4wgy4bj8d48zc8xjy6v";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig automake autoconf libtool which ];
|
nativeBuildInputs = [ pkgconfig automake autoconf libtool which gettext ];
|
||||||
|
|
||||||
buildInputs = [ libX11 libXext libXinerama libXpm libXft xorg.libXrender
|
buildInputs = [ libX11 libXext libXinerama libXpm libXft xorg.libXrender
|
||||||
libXau libXdmcp libpng libjpeg expat xproto xextproto xineramaproto
|
libXau libXdmcp libXmu libpng libjpeg expat xproto xextproto xineramaproto
|
||||||
librsvg gettext freetype fontconfig ];
|
librsvg freetype fontconfig ];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
preConfigure = "./autogen.sh";
|
preConfigure = "./autogen.sh";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue