Compare commits

..

1 commit

Author SHA1 Message Date
edd16d15a3
silly uki image with the systemd-ukify tooling 2025-02-17 17:25:28 +01:00
2 changed files with 3 additions and 3 deletions

View file

@ -49,6 +49,9 @@
ln -sf ../proc/self/mounts etc/mtab
ln -sf usr/lib/systemd/systemd init
ln -sf systemd/libsystemd-core-257.so usr/lib/
ln -sf systemd/systemd-shared-257.so usr/lib/
echo patos > ./etc/hostname
cat <<EOF > ./etc/os-release
NAME="Patos"

View file

@ -137,9 +137,6 @@ stdenv.mkDerivation (finalAttrs: {
postPatch =
''
substituteInPlace src/basic/path-util.h --replace "@defaultPathNormal@" "${placeholder "out"}/bin/"
''
+ ''
substituteInPlace meson.build \
--replace "find_program('clang'" "find_program('${stdenv.cc.targetPrefix}clang'"
''