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