forked from mirrors/nixpkgs
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:
parent
dc5316c534
commit
85afe9737c
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue