keepass: minor refactor
Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
parent
bac0c1c763
commit
02b699e99b
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
{ lib, fetchurl, buildDotnetPackage, substituteAll, makeWrapper, makeDesktopItem,
|
||||
unzip, icoutils, gtk2, xorg, xdotool, xsel, coreutils, unixtools, glib, plugins ? [] }:
|
||||
|
||||
with builtins; buildDotnetPackage rec {
|
||||
let
|
||||
inherit (builtins) add length readFile replaceStrings unsafeDiscardStringContext toString map;
|
||||
in buildDotnetPackage rec {
|
||||
pname = "keepass";
|
||||
version = "2.49";
|
||||
|
||||
|
|
Loading…
Reference in a new issue