change ykfde

This commit is contained in:
2023-09-28 20:09:35 +02:00
parent 0ffbfb61fc
commit 3e35cde009

View File

@@ -5,7 +5,6 @@ stdenv.mkDerivation {
src = ./scripts;
nativeBuildInputs = [ makeWrapper ];
installPhase = ''
mkdir -p $out/bin
install -D --target $out/bin *
'';
}