Unverified Commit a9eb0127 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #188104 from lucasew/refactor/keepass

keepass: minor refactor
parents eb569cf5 02b699e9
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
{ 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";