paper-note: fix build
This commit is contained in:
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
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user