Merge pull request #188104 from lucasew/refactor/keepass

keepass: minor refactor
This commit is contained in:
superherointj
2022-08-23 22:09:14 -03:00
committed by GitHub
+3 -2
View File
@@ -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";