16 stdenv.mkDerivation rec {
19 src = fetchFromGitHub {
22 rev = "30da57cb59ccf77f766718f7d533ddbe533ba241";
23 hash = "sha256-YBUDbI1SHsBI/fA3f3W1sPu3wXSodMbTGvAMqOz7RCM=";
25 nativeBuildInputs = [ pkg-config ];
37 makeFlags = [ "PREFIX=$(out)" ];
39 sed -e "s@/etc/xdg@$out&@" -i Makefile
42 description = "Expose-style compositing-based standalone window switcher";
43 homepage = "https://github.com/felixfung/skippy-xd";
44 license = licenses.gpl2Plus;
45 maintainers = with maintainers; [ raskin ];
46 platforms = platforms.linux;