13 fork_awesome_release = fetchFromGitHub {
14 owner = "ForkAwesome";
15 repo = "Fork-Awesome";
17 sha256 = "sha256-zG6/0dWjU7/y/oDZuSEv+54Mchng64LVyV8bluskYzc=";
19 in stdenv.mkDerivation rec {
20 pname = "qtforkawesome";
23 src = fetchFromGitHub {
27 sha256 = "sha256-9e2TCg3itYtHZSvzCoaiIZmgsCMIoebh6C/XWtKz/2Q=";
42 # Current freetype used by NixOS users doesn't support the `.woff2` font
43 # format, so we use ttf. See
44 # https://github.com/NixOS/nixpkgs/pull/174875#discussion_r883423881
45 "-DFORK_AWESOME_FONT_FILE=${fork_awesome_release}/fonts/forkawesome-webfont.ttf"
46 "-DFORK_AWESOME_ICON_DEFINITIONS=${fork_awesome_release}/src/icons/icons.yml"
49 dontWrapQtApps = true;
52 homepage = "https://github.com/Martchus/qtforkawesome";
53 description = "Library that bundles ForkAwesome for use within Qt applications";
54 license = licenses.gpl2Plus;
55 maintainers = with maintainers; [ doronbehar ];
56 platforms = platforms.linux;