paper-note: do not depend on libadwaita 1.2.1

This commit is contained in:
Weijia Wang 2023-01-26 22:12:38 +01:00
parent 2e32f5c444
commit ae4fd44228

View file

@ -44,8 +44,9 @@ stdenv.mkDerivation rec {
gtksourceview5 gtksourceview5
]; ];
patchPhase = '' postPatch = ''
sed -i 's/1.2.0/1.2.1/g' src/meson.build substituteInPlace src/meson.build \
--replace "1.2.0" "${libadwaita.version}"
''; '';
postInstall = '' postInstall = ''