about summary refs log tree commit diff
path: root/pkgs/kde/gear/keysmith/default.nix
blob: a468409ff18281e992b689eb67f0ebb57b7a39f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  mkKdeDerivation,
  qtsvg,
  pkg-config,
  libsodium,
}:
mkKdeDerivation {
  pname = "keysmith";

  extraNativeBuildInputs = [pkg-config];
  extraBuildInputs = [qtsvg libsodium];
}