mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
all-packages: fix identation
This commit is contained in:
parent
2f4a220130
commit
def5645ba1
1 changed files with 2 additions and 2 deletions
|
@ -629,9 +629,9 @@ with pkgs;
|
|||
|
||||
encryptr = callPackage ../tools/security/encryptr {
|
||||
gconf = gnome2.GConf;
|
||||
};
|
||||
};
|
||||
|
||||
enchive = callPackage ../tools/security/enchive { };
|
||||
enchive = callPackage ../tools/security/enchive { };
|
||||
|
||||
enpass = callPackage ../tools/security/enpass { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue