kooha: fix pkg-config finding libadwaita

meson.build:17:0: ERROR: Invalid version of dependency, need 'libadwaita-1' ['>= 1.0.0-alpha.1'] found '1.0.0'.
main
Jan Tojnar 2 years ago
parent d6c2e0eedc
commit b39268ac53
  1. 1
      pkgs/applications/video/kooha/default.nix

@ -68,6 +68,7 @@ stdenv.mkDerivation rec {
# Fixes https://github.com/NixOS/nixpkgs/issues/31168
postPatch = ''
patchShebangs build-aux/meson_post_install.py
substituteInPlace meson.build --replace '>= 1.0.0-alpha.1' '>= 1.0.0'
'';
installCheckPhase = ''

Loading…
Cancel
Save