Artturin
3251013cc1
treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionals
...
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
f9fdf2d402
treewide: move NIX_CFLAGS_COMPILE to the env attrset
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Reimund Klain
01b625217b
pidgin-sipe: fix compile issue
2022-12-18 23:43:44 +01:00
Robert Schütz
693f50b9bd
purple-plugin-pack: 2.7.0 -> 2.8.0
2022-11-25 19:38:45 -08:00
Vincent Ambo
4754a59dc7
tdlib-purple: mark as broken
2022-10-23 15:04:47 +03:00
Weijia Wang
37fbb82f57
tdlib-purple: fix build on aarch64-darwin
2022-10-12 19:34:39 +02:00
Martin Weinelt
85713b7e37
Merge remote-tracking branch 'origin/master' into staging-next
2022-10-11 00:18:04 +02:00
Emery Hemingway
1a62113dd9
toxprpl: mark broken, unmantained and doesn't build
2022-10-10 16:38:41 -05:00
Artturin
0734f54ef2
treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
...
found with nixpkgs-lint
2022-09-26 17:53:26 +03:00
Daniel Siepmann
d62730e1ad
purple-signald: fix output path
2022-08-29 10:55:49 +02:00
Walter Huf
09abddcb9f
purple-signald: init at 0.11.0
2022-07-29 18:11:48 -07:00
Nikolay Korotkiy
53e959f295
tdlib-purple: init at 0.8.1
2022-07-10 12:55:02 +03:00
Nikolay Korotkiy
99ebc20c1e
telegram-purple: remove
2022-07-10 12:33:28 +03:00
Sergei Trofimovich
07c26c77dc
purple-xmpp-http-upload: unstable-2017-12-31 -> unstable-2021-11-04
...
Among other things fixes build failure on upstream gcc-10:
ld: /build/ccm9ItEU.o:/build/source/src/jabber_http_file_upload.h:19: multiple definition of
`HFUJabberStreamDataTable'; /build/cck7RLu0.o:/build/source/src/jabber_http_file_upload.h:19: first defined here
2022-05-28 21:08:00 +01:00
Felix Buehler
084cd8cb09
pidgin-mra: switch to fetchFromGitHub
2022-03-16 23:23:10 +01:00
Felix Buehler
de81be0d53
telegram-purple: switch to fetchFromGitHub
2022-03-16 23:23:10 +01:00
Robert Schütz
d5cceedbd1
python,pythonPackages: make aliases
...
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
Sandro
9a1cf1de76
Merge pull request #144531 from r-ryantm/auto-update/pidgin-opensteamworks
2021-11-26 13:35:39 +01:00
Will Dietz
ab3a1ce57d
purple-googlechat: init at unstable-2020-10-18 ( #145224 )
2021-11-18 14:39:51 -06:00
R. Ryantm
f9a9b5b617
purple-lurch: 0.6.7 -> 0.7.0
2021-11-03 22:24:46 +00:00
R. Ryantm
9b10443637
pidgin-opensteamworks: 1.7 -> 1.7.2
2021-11-03 20:07:11 +00:00
flexagoon
5c94423069
purple-discord: 2018-04-10 -> 2021-10-17
2021-10-17 02:38:48 +03:00
github-actions[bot]
a37fbac53b
Merge master into staging-next
2021-07-25 00:01:35 +00:00
Ivan Malison
15873b09f8
pidgin-indicator: init at 1.0.1
2021-07-24 02:13:03 -06:00
Felix Buehler
e4e631ebb8
applications/networking: /s/name/pname&version/
2021-07-19 14:55:48 +02:00
Felix Buehler
62c3e45f30
purple-xmpp-http-upload: use fetchFromGitHub and pname&version
2021-07-14 12:08:38 +02:00
Felix Buehler
d3dfacfc28
pidgin-msn-pecan: fix source and pname&version
2021-07-14 12:08:38 +02:00
Felix Buehler
ac79f89b70
skype4pidgin: remove
...
It hasn't worked for years, since the old skype for linux was retired.
2021-07-14 12:08:36 +02:00
Tom Fitzhenry
6e314a9473
pidgin-plugins/purple-mm-sms: init at 0.1.7
2021-07-05 00:37:09 +10:00
Jan Tojnar
1b09f6b7f0
pidgin-sipe: Fix build with latest GLib
2021-05-05 22:43:00 +02:00
Doron Behar
979de853c3
Merge pull request #110532 from r-ryantm/auto-update/pidgin-carbons
...
pidgin-carbons: 0.2.2 -> 0.2.3
2021-03-19 08:08:24 +00:00
Ben Siraphob
223f25cf4a
treewide: add targetPrefix to hardcoded references to CC=cc
2021-02-20 01:01:46 +07:00
R. RyanTM
17c5a6bab2
pidgin-carbons: 0.2.2 -> 0.2.3
2021-01-22 19:21:13 +00:00
Ben Siraphob
5d566c43b4
pkgs/applications: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08:00
Ben Siraphob
108bdac3d9
pkgs/applications: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Ben Siraphob
b04fc593e7
treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 11:52:33 +07:00
Jörg Thalheim
3aafbb6498
Merge pull request #97232 from r-ryantm/auto-update/pidgin-skypeweb
...
pidgin-skypeweb: 1.6 -> 1.7
2020-10-06 13:58:19 +02:00
R. RyanTM
ac315cbca0
pidgin-skypeweb: 1.6 -> 1.7
2020-09-05 14:10:38 +00:00
Ryan Mulligan
c7afa5fac0
Merge pull request #91830 from r-ryantm/auto-update/pidgin-skypeweb
...
pidgin-skypeweb: 1.5 -> 1.6
2020-08-16 06:35:10 -07:00
Vladimír Čunát
fc84898808
fixup! purple-matrix: set c compiler to cc, fixes build on osx
2020-07-20 14:50:13 +02:00
Frederick F. Kautz IV
083772d7ee
purple-matrix: set c compiler to cc, fixes build on osx
...
Signed-off-by: Frederick F. Kautz IV <fkautz@alumni.cmu.edu>
2020-07-03 15:09:59 -07:00
R. RyanTM
b15720fb7c
pidgin-skypeweb: 1.5 -> 1.6
2020-06-30 11:26:26 +00:00
eyjhb
8aa575d6fd
purple-slack: 2019-08-19 - 2020-09-22
2020-10-02 09:35:01 +10:00
Niklas Hambüchen
81c9968569
pidgin-carbons: Remove no-longer-maintainer.
...
See https://github.com/NixOS/nixpkgs/pull/85276#issuecomment-614832814 .
2020-04-17 02:22:51 +02:00
R. RyanTM
29fad51864
pidgin-carbons: 0.1.3 -> 0.2.2
2020-04-15 06:32:34 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Robin Gloster
313da176d3
treewide: NIX_*_FLAGS -> string
2019-12-31 00:16:46 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists
2019-12-30 12:58:11 +01:00
Alexei Robyn
883ab83f6b
pidgin-opensteamworks: git-2018-08-02 -> 1.7
...
* pidgin-opensteamworks: git-2018-08-02 -> 1.7 (#72295 )
* pidgin-opensteamworks: use sourceRoot
2019-11-17 18:15:15 +01:00