slim: musl patch
This commit is contained in:
parent
dddf0314bc
commit
5ed0ae686b
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, cmake, pkgconfig, xorg, libjpeg, libpng
|
{ stdenv, fetchurl, fetchpatch, cmake, pkgconfig, xorg, libjpeg, libpng
|
||||||
, fontconfig, freetype, pam, dbus_libs, makeWrapper }:
|
, fontconfig, freetype, pam, dbus_libs, makeWrapper }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -26,7 +26,10 @@ stdenv.mkDerivation rec {
|
|||||||
# Allow to set logfile to a special "/dev/stderr" in order to continue
|
# Allow to set logfile to a special "/dev/stderr" in order to continue
|
||||||
# logging to stderr and thus to the journal.
|
# logging to stderr and thus to the journal.
|
||||||
./no-logfile.patch
|
./no-logfile.patch
|
||||||
];
|
] ++ stdenv.lib.optional stdenv.hostPlatform.isMusl (fetchpatch {
|
||||||
|
url = "https://raw.githubusercontent.com/gentoo/musl/8eddda8072add075ebf56cf6d288bc1450d6b5f8/x11-misc/slim/files/slim-1.3.6-add-missing-libgen_h.patch";
|
||||||
|
sha256 = "0f82672s2r2cmdqfn2mbg3di76mbla9n0ik20p2gv4igi6p866xm";
|
||||||
|
});
|
||||||
|
|
||||||
preConfigure = "substituteInPlace CMakeLists.txt --replace /lib $out/lib";
|
preConfigure = "substituteInPlace CMakeLists.txt --replace /lib $out/lib";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user