Compare commits
1 commit
3e702092e4
...
edd16d15a3
Author | SHA1 | Date | |
---|---|---|---|
edd16d15a3 |
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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'"
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue