tinc_pre: 1.1pre-git2016.01.28 -> 1.1pre-14 (#15192)

split the documentation output
remove the tinc-gui binary because python dependencies are not fulfilled

authored by

Alexander Ried and committed by
Franz Pletz
3fe746cf bf813068

+9 -4
+9 -4
pkgs/tools/networking/tinc/pre.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "tinc-${version}"; 5 - rev = "d8ca00fe40ff4b6d87e7e64c273f536fab462356"; 6 - version = "1.1pre-2016-01-28-${builtins.substring 0 7 rev}"; 5 + version = "1.1pre14"; 7 6 8 7 src = fetchgit { 9 - inherit rev; 8 + rev = "refs/tags/release-${version}"; 10 9 url = "git://tinc-vpn.org/tinc"; 11 - sha256 = "0wqgzbqlafbkmj71vhfrqwmp61g95amzd43py47kq3fn5aiybcqf"; 10 + sha256 = "0idc4ddhz380xw26c8wwdyr0p6pibada55f0hzhnc2cz9za9x4iv"; 12 11 }; 13 12 13 + outputs = [ "out" "doc" ]; 14 + 14 15 nativeBuildInputs = [ autoreconfHook texinfo ]; 15 16 buildInputs = [ ncurses readline zlib lzo openssl ]; 16 17 17 18 prePatch = '' 18 19 substituteInPlace configure.ac --replace UNKNOWN ${version} 20 + ''; 21 + 22 + postInstall = '' 23 + rm $out/bin/tinc-gui 19 24 ''; 20 25 21 26 configureFlags = [