screego: fix package

This commit is contained in:
Pablo Ovelleiro Corral 2024-07-30 13:55:59 +02:00
parent 5f6d0289f1
commit 029e043b77
No known key found for this signature in database
GPG Key ID: 29E9A6ED72CCB334

View File

@ -60,7 +60,7 @@ buildGoModule rec {
];
postPatch = ''
mkdir -p ./ui/build
mkdir -p ./ui
cp -r "${ui}" ./ui/build
'';