mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
gmvault: use logbook 0.4.2
This commit is contained in:
parent
7458f29dc9
commit
0be7ef35bb
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ buildPythonPackage rec {
|
|||
patchPhase = ''
|
||||
cat ${startScript} > etc/scripts/gmvault
|
||||
chmod +x etc/scripts/gmvault
|
||||
substituteInPlace setup.py --replace "Logbook==0.4.1" "Logbook==0.4.2"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue