mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
tail-tray: 0.2.21 -> 0.2.22
This commit is contained in:
parent
cc4eb12f0a
commit
9677ba2666
1 changed files with 10 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
fetchFromGitHub,
|
||||
davfs2,
|
||||
cmake,
|
||||
extra-cmake-modules,
|
||||
stdenv,
|
||||
pkg-config,
|
||||
kdePackages,
|
||||
|
@ -10,25 +11,32 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tail-tray";
|
||||
version = "0.2.21";
|
||||
version = "0.2.22";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "SneWs";
|
||||
repo = "tail-tray";
|
||||
tag = "v${version}";
|
||||
sha256 = "sha256-zdmU4GdEVOT8wUgOxJAGsLQEb35O/RUjc8HcYpwIkiM=";
|
||||
sha256 = "sha256-1tYuZBJFIGwub3wJR/Ms1Dybhn3KMzKYrpgzZEXwqWU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with kdePackages; [
|
||||
wrapQtAppsHook
|
||||
qttools
|
||||
cmake
|
||||
extra-cmake-modules
|
||||
pkg-config
|
||||
];
|
||||
|
||||
buildInputs = with kdePackages; [
|
||||
qtbase
|
||||
davfs2
|
||||
knotifyconfig
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
"-DKNOTIFICATIONS_ENABLED=ON"
|
||||
"-DDAVFS_ENABLED=ON"
|
||||
];
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue