13 stdenv.mkDerivation rec {
17 src = fetchFromGitHub {
18 owner = "PerryWerneck";
21 hash = "sha256-Z3FvxPa1pfeECxfB5ZL6gwhkbTKFpfO3D/zLVLF+uiI=";
38 # lib3270_build_data_filename is relative to lib3270's share - not ours.
39 for f in $(find . -type f -iname "*.c"); do
40 sed -i -e "s@lib3270_build_data_filename(@g_build_filename(\"$out/share/pw3270\", @" "$f"
46 touch scripts/config.rpath
47 NOCONFIGURE=1 sh ./autogen.sh
50 enableParallelBuilding = true;
53 description = "3270 Virtual Terminal for GTK";
54 homepage = "https://github.com/PerryWerneck/libv3270";
55 changelog = "https://github.com/PerryWerneck/libv3270/blob/master/CHANGELOG";
56 license = licenses.lgpl3Plus;
57 maintainers = [ maintainers.vifino ];