nixpkgs/pkgs/applications
Maximilian Bosch 2ae32923ed
yabar: fix build
The stable build for `yabar` is currently broken: https://hydra.nixos.org/build/75989172

Main reason is that the inline function `ya_setup_prefix_suffix` is
supposed to be an inline function, but was insufficiently declared as
such which broke the compiler recently with the following message:

```
gcc -std=c99 -Iinclude -pedantic -Wall -Os `pkg-config --cflags pango pangocairo libconfig` -DVERSION=\"0.4.0\" -D_POSIX_C_SOURCE=199309L -DYA_INTERNAL -DYA_DYN_COL -DYA_ENV_VARS -DYA_INTERNAL_EWMH  -c -o src/intern_blks/ya_intern.o src/intern_blks/ya_intern.c
gcc -o yabar src/ya_main.o src/ya_draw.o src/ya_exec.o src/ya_parse.o src/intern_blks/ya_intern.o -lxcb -lpthread -lxcb-randr -lxcb-ewmh `pkg-config --libs pango pangocairo libconfig`
src/intern_blks/ya_intern.o: In function `ya_int_date':
ya_intern.c:(.text+0x49): undefined reference to `ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o: In function `ya_int_uptime':
ya_intern.c:(.text+0xf4): undefined reference to `ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o: In function `ya_int_brightness':
ya_intern.c:(.text+0x1d8): undefined reference to `ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o: In function `ya_int_bandwidth':
ya_intern.c:(.text+0x377): undefined reference to `ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o: In function `ya_int_cpu':
ya_intern.c:(.text+0x6de): undefined reference to `ya_setup_prefix_suffix'
src/intern_blks/ya_intern.o:ya_intern.c:(.text+0x924): more undefined references to `ya_setup_prefix_suffix' follow
collect2: error: ld returned 1 exit status
make: *** [Makefile:18: yabar] Error 1
```

This issue has been fixed on master (see
9779a5e04b)
which is why `nixos.yabar-unstable` remained functional.
2018-06-21 23:38:13 +02:00
..
altcoins parity: 1.10.6 -> 1.10.7 2018-06-20 18:57:34 +03:00
audio spectrojack: 0.4 -> 0.4.1 2018-06-18 22:26:15 -07:00
backup Merge pull request #42177 from jtojnar/deja-dup-nautilus 2018-06-19 16:53:56 +00:00
display-managers Merge pull request #39153 from mnacamura/lightdm-mini-greeter 2018-06-18 11:38:35 -04:00
editors emacs-mac: fix meta 2018-06-20 16:28:25 -04:00
gis qgis: 2.18.17 -> 2.18.20 (#41195) 2018-05-31 19:44:31 +02:00
graphics inkscape: add perl to nativeBuildInputs 2018-06-19 15:43:36 -04:00
inferno
kde kde-applications: 18.04.1 -> 18.04.2 2018-06-12 14:29:45 +02:00
misc Merge pull request #42248 from r-ryantm/auto-update/limesuite 2018-06-21 00:32:20 +01:00
networking Merge pull request #41485 from teto/owamp 2018-06-20 21:45:36 -04:00
office libreoffice: disable system xmlsec 2018-06-18 11:46:54 +03:00
science verilator: 3.922 -> 3.924 2018-06-19 10:14:47 -05:00
search grepcidr: init at 2.0 (#38685) 2018-04-20 15:40:28 +02:00
version-management git-secret: 0.2.3 -> 0.2.4 2018-06-19 11:59:41 -07:00
video shotcut: nicer patch url 2018-06-20 16:15:51 +02:00
virtualization rancher-compose: remove 2018-06-21 11:11:41 +01:00
window-managers yabar: fix build 2018-06-21 23:38:13 +02:00