icewm: rename strlcat/strlcpy to avoid conflicts, patch to fix w/musl
This commit is contained in:
@@ -25,6 +25,11 @@ stdenv.mkDerivation rec {
|
||||
export cmakeFlags="-DPREFIX=$out -DCFGDIR=/etc/icewm"
|
||||
'';
|
||||
|
||||
patches = [ ./fix-strlcat_strlcpy.patch ] ++
|
||||
stdenv.lib.optional stdenv.hostPlatform.isMusl ./musl.patch;
|
||||
|
||||
patchFlags = [ "-p0" ];
|
||||
|
||||
meta = {
|
||||
description = "A simple, lightweight X window manager";
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user