Unverified Commit 854fe073 authored by Johannes Jöns's avatar Johannes Jöns Committed by GitHub
Browse files

Merge pull request #331074 from pinpox/init-screego

screego: fix package
parents 7a66b67d 029e043b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ buildGoModule rec {
  ];

  postPatch = ''
    mkdir -p ./ui/build
    mkdir -p ./ui
    cp -r "${ui}" ./ui/build
  '';