overlay/bmxd: fix the build

This commit is contained in:
Astro 2022-06-13 19:21:19 +02:00
parent 8cf9e40836
commit 3bf3477dec
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ stdenv.mkDerivation {
'';
installFlags = [
"SBINDIR=$out/sbin"
"SBINDIR=${placeholder "out"}/sbin"
];
}