mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
nixopsUnstable: fix version output
This commit is contained in:
parent
f5d66f8fcf
commit
4790fab62f
@ -17,6 +17,10 @@ let
|
||||
|
||||
nixops = super.nixops.overridePythonAttrs (
|
||||
old: {
|
||||
postPatch = ''
|
||||
substituteInPlace nixops/args.py --subst-var version
|
||||
'';
|
||||
|
||||
meta = old.meta // {
|
||||
homepage = https://github.com/NixOS/nixops;
|
||||
description = "NixOS cloud provisioning and deployment tool";
|
||||
|
Loading…
Reference in New Issue
Block a user