sov: fix default config location (#178882)

* sov: fix default config location

* Update pkgs/tools/wayland/sov/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Travis Davis 2022-06-29 12:57:35 -05:00 committed by GitHub
parent dc5316c534
commit 85afe9737c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,9 @@ stdenv.mkDerivation rec {
sha256 = "sha256-6FdZ3UToeIAARxrOqSWBX+ALrlr4s2J0bj9c3l9ZTyQ=";
};
postPatch = ''
substituteInPlace src/sov/main.c --replace '/usr' $out
'';
nativeBuildInputs = [ meson pkg-config wayland-scanner ninja ];
buildInputs = [ wayland wayland-protocols freetype ];