mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #331074 from pinpox/init-screego
screego: fix package
This commit is contained in:
commit
854fe07391
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ buildGoModule rec {
|
|||
];
|
||||
|
||||
postPatch = ''
|
||||
mkdir -p ./ui/build
|
||||
mkdir -p ./ui
|
||||
cp -r "${ui}" ./ui/build
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue