Merge pull request #331074 from pinpox/init-screego

screego: fix package
This commit is contained in:
Johannes Jöns 2024-07-31 22:44:55 +02:00 committed by GitHub
commit 854fe07391
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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