11 pname = "KSmoothDock";
14 src = fetchFromGitHub {
18 sha256 = "sha256-hO7xgjFMFrEhQs3oc2peFTjSVEDsl7Ma/TeVybEZMEk=";
21 # Upstream seems dead and there are new deprecation warnings in KF5.100
22 # Remember, kids: friends don't let friends build with -Werror
24 substituteInPlace src/CMakeLists.txt --replace "-Werror" ""
27 nativeBuildInputs = [ cmake extra-cmake-modules ];
29 buildInputs = [ kactivities qtbase ];
34 description = "Cool desktop panel for KDE Plasma 5";
35 mainProgram = "ksmoothdock";
36 license = licenses.mit;
37 homepage = "https://dangvd.github.io/ksmoothdock/";
38 maintainers = with maintainers; [ shamilton ];
39 platforms = platforms.linux;