forked from mirrors/nixpkgs
jwm: 1548 -> 1563
This commit is contained in:
parent
e66bd723ee
commit
167e4b351a
|
@ -1,15 +1,17 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, automake, autoconf, libtool, gettext, which,
|
{ stdenv, fetchFromGitHub, pkgconfig, automake, autoconf, libtool,
|
||||||
xorg, libX11, libXext, libXinerama, libXpm, libXft, libXau, libXdmcp,
|
gettext, which, xorg, libX11, libXext, libXinerama, libXpm, libXft,
|
||||||
libXmu, libpng, libjpeg, expat, xproto, xextproto, xineramaproto, librsvg,
|
libXau, libXdmcp, libXmu, libpng, libjpeg, expat, xproto, xextproto,
|
||||||
freetype, fontconfig }:
|
xineramaproto, librsvg, freetype, fontconfig }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "jwm-${version}";
|
name = "jwm-${version}";
|
||||||
version = "1548";
|
version = "1563";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchFromGitHub {
|
||||||
url = "https://github.com/joewing/jwm/archive/s${version}.tar.gz";
|
owner = "joewing";
|
||||||
sha256 = "1ih5y7567vwcbnkjwm3cc9iq4n9rzz818mkh6ryli9ld230hla5r";
|
repo = "jwm";
|
||||||
|
rev = "s${version}";
|
||||||
|
sha256 = "0xfrsk0cffc0fmlmq1340ylzdcmancn2bwgzv6why3gklxplsp9z";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig automake autoconf libtool gettext which ];
|
nativeBuildInputs = [ pkgconfig automake autoconf libtool gettext which ];
|
||||||
|
|
Loading…
Reference in a new issue