paper-note: do not depend on libadwaita 1.2.1
This commit is contained in:
parent
2e32f5c444
commit
ae4fd44228
1 changed files with 3 additions and 2 deletions
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in a new issue