paper-note: fix build

This commit is contained in:
ocfox
2023-01-26 18:52:32 +08:00
parent 68607705cd
commit 2e32f5c444
@@ -44,6 +44,10 @@ stdenv.mkDerivation rec {
gtksourceview5
];
patchPhase = ''
sed -i 's/1.2.0/1.2.1/g' src/meson.build
'';
postInstall = ''
ln -s $out/bin/io.posidon.Paper $out/bin/paper
'';