1 { lib, stdenv, fetchFromGitHub, autoreconfHook, gtk2, gtk3, pkg-config
4 stdenv.mkDerivation rec {
8 src = fetchFromGitHub {
12 sha256 = "0jl2kxwpvf2n8974zzyp69mqhsbjnjcqm39y0jvijvjb1iy8iman";
15 nativeBuildInputs = [ autoreconfHook pkg-config wrapGAppsHook3 ];
17 buildInputs = [ gtk2 gtk3 ];
20 patchShebangs ./autogen.sh
25 description = "Widget Factory";
27 A widget factory is a theme preview application for gtk2 and
28 gtk3. It displays the various widget types provided by gtk2/gtk3
29 in a single window allowing to see the visual effect of the
32 homepage = "https://github.com/valr/awf";
33 license = licenses.gpl3;
34 platforms = platforms.all;
35 maintainers = with maintainers; [ michalrus ];