12 pname = "KSmoothDock";
15 src = fetchFromGitHub {
19 sha256 = "sha256-hO7xgjFMFrEhQs3oc2peFTjSVEDsl7Ma/TeVybEZMEk=";
22 # Upstream seems dead and there are new deprecation warnings in KF5.100
23 # Remember, kids: friends don't let friends build with -Werror
25 substituteInPlace src/CMakeLists.txt --replace "-Werror" ""
41 description = "Cool desktop panel for KDE Plasma 5";
42 mainProgram = "ksmoothdock";
43 license = licenses.mit;
44 homepage = "https://dangvd.github.io/ksmoothdock/";
45 maintainers = with maintainers; [ shamilton ];
46 platforms = platforms.linux;