Sergei Trofimovich
d9015f0986
fluxbox: fix build on gcc-11 (c++17 compat)
...
On gcc-11 build fails as:
$ nix-build -E 'with import ./. { }; fluxbox.override { stdenv = gcc11Stdenv; }'
util/fluxbox-remote.cc: In function 'int main(int, char**)':
util/fluxbox-remote.cc:76:32:
error: ordered comparison of pointer with integer zero ('unsigned char*' and 'int')
76 | && text_prop.value > 0
| ~~~~~~~~~~~~~~~~^~~
The change pull upstream fix.
2021-09-29 08:10:57 +01:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Lengyel Balazs
f4a53ff3bc
treewide/xorg: replace *proto with xorgproto
2019-01-04 14:38:57 +01:00
José Romildo Malaquias
16fc742bcf
fluxbox: fix @PREFIX@ in fluxbox-generate_menu script
2016-05-23 08:28:19 -03:00
AndersonTorres
5472af91f2
Fluxbox: update to 1.3.7
2015-02-28 11:04:20 -03:00
AndersonTorres
b39e5ce957
Small style fixups
...
In this commit, I modified some files, conforming them to a
idiosyncratic standard - mainly, a template for meta attribs.
2014-09-10 21:34:50 -03:00
AndersonTorres
49fcac0d6b
Fluxbox: adding system support (as a module)
2014-08-21 07:03:37 -03:00
AndersonTorres
fe270c011c
Fluxbox: new package (1.3.5)
2014-08-19 06:19:33 -03:00