12 version = "1.0+unstable=2020-11-16";
14 src = fetchFromGitHub {
17 rev = "6989740746f376becc989ab2698e77d14186a0f9";
18 hash = "sha256-paTas3KbV4yZ0ePnrOH1S3bLLHDddFml1h6b6azK4RQ=";
32 install -d $out/{bin,share/doc/dialogbox}
33 install dist/dialogbox $out/bin
34 install README.md $out/share/doc/dialogbox/
35 cp -r demos $out/share/doc/dialogbox/demos
41 broken = stdenv.hostPlatform.isDarwin;
42 homepage = "https://github.com/martynets/dialogbox/";
43 description = "Qt-based scriptable engine providing GUI dialog boxes";
44 license = licenses.gpl3Plus;
45 maintainers = with maintainers; [ AndersonTorres ];
46 platforms = platforms.unix;
47 mainProgram = "dialogbox";