paper-note: fix build
This commit is contained in:
parent
68607705cd
commit
2e32f5c444
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue