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 19:57:35 +02:00
committed by GitHub
co-authored by Sandro
parent dc5316c534
commit 85afe9737c
+3
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 ];