Merge pull request #230135 from wegank/openvi-misc

openvi: misc improvement
This commit is contained in:
Weijia Wang 2023-05-05 19:08:53 +03:00 committed by GitHub
commit 36226e3b93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
makeFlags = [
"PREFIX=$(out)"
# command -p will yield command not found erorr
# command -p will yield command not found error
"PAWK=awk"
# silently fail the chown command
"IUSGR=$(USER)"
@ -42,5 +42,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
platforms = platforms.unix;
maintainers = with maintainers; [ aleksana ];
mainProgram = "ovi";
};
}