about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/silc-client
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2021-07-19applications/networking: /s/name/pname&version/Felix Buehler1-6/+4
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-6/+6
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2018-08-03treewide: Make configureFlags listsJohn Ericson1-1/+1
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2016-05-30Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-1/+1
2016-05-19treewide: Make explicit that 'dev' output of ncurses is usedTuomas Tynkkynen1-1/+1
2016-03-05Use general hardening flag toggle listsFranz Pletz1-1/+1
The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
2016-02-19silc-client: turn off format hardeningRobin Gloster1-0/+2
2016-01-24Remove no longer (or never) referenced patchesTobias Geerinckx-Rice1-28/+0
55 files changed, 6041 deletions. Tested with `nix-build -A tarball`.
2015-02-19Update silc-client to 1.1.11Franz Pletz1-5/+5
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-04-13silc-client: the irssi plugin segfaults on join, with current irssi.Lluís Batlle i Rossell1-1/+6
I fix and make it build the standalone client.
2013-04-12silc_client: more url problemsLluís Batlle i Rossell1-1/+1
It was harder to test, after nix-prefetch-url. Damn it.
2013-04-12silc_client: error in urlLluís Batlle i Rossell1-3/+6
I should test better before push.
2013-04-12silc_client: Missing fileLluís Batlle i Rossell1-0/+29
2013-04-12Adding silc-client as irssi pluginLluís Batlle i Rossell1-0/+28
Alone, with its own irssi, doesn't build.