1 { lib, stdenv, fetchurl, cdk, unzip, gtk2, glib, ncurses, pkg-config }:
3 stdenv.mkDerivation rec {
8 url = "https://foicica.com/gtdialog/download/gtdialog_${version}.zip";
9 sha256 = "sha256-0+WBr1IZIhQjxOsKO/yuXjaTRWPObhMdGqgibcpXGtI=";
12 nativeBuildInputs = [ pkg-config unzip ];
20 makeFlags = [ "PREFIX=$(out)" ];
23 description = "Cross-platform helper for creating interactive dialogs";
24 license = licenses.mit;
25 maintainers = with maintainers; [ raskin ];
26 platforms = platforms.linux;
27 homepage = "http://foicica.com/gtdialog";
28 downloadPage = "http://foicica.com/gtdialog/download";