9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
17 sha256 = "1jbk5hlxm48zmjzkaq5946s58rqwg1v1ds2sdyd2ba029hmvr722";
20 nativeBuildInputs = [ pkg-config ];
27 postPatch = lib.optionalString (!stdenv.cc.isGNU) ''
28 sed -i -e '/--no-as-needed/d' Makefile
31 makeFlags = [ "PREFIX=$(out)" ];
38 description = "Allows you to compose wallpapers ('root pixmaps') for X";
39 homepage = "https://github.com/himdel/hsetroot";
40 license = licenses.gpl2Plus;
41 maintainers = with maintainers; [ shamilton ];
42 platforms = platforms.unix;