3
0
Fork 0
forked from mirrors/nixpkgs

weechat: enable pie

This commit is contained in:
Jörg Thalheim 2021-05-23 20:36:29 +02:00
parent ab51a2dbd6
commit cf3b703e42
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -30,6 +30,8 @@ let
version = "3.1";
pname = "weechat";
hardeningEnable = [ "pie" ];
src = fetchurl {
url = "https://weechat.org/files/src/weechat-${version}.tar.bz2";
sha256 = "06w147wzrzp6xbqiz6s5nq5xdjy7jn3f18xajxy50pynjd6vmfh5";
@ -68,6 +70,11 @@ let
done
'';
doInstallCheck = true;
installCheckPhase = ''
$out/bin/weechat --version
'';
meta = {
homepage = "http://www.weechat.org/";
description = "A fast, light and extensible chat client";