Unverified Commit a2c8fe82 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #312109 from devusb/rounded-plasma6

parents e3e316d7 29268b92
Loading
Loading
Loading
Loading
+4 −8
Original line number Diff line number Diff line
@@ -3,8 +3,9 @@
, cmake
, extra-cmake-modules
, wrapQtAppsHook
, qtbase
, kwin
, kdelibs4support
, kcmutils
, libepoxy
, libxcb
, lib
@@ -21,18 +22,13 @@ stdenv.mkDerivation rec {
    hash = "sha256-g7gNFv4/ighfxYz/VXF5KvcoT6t4lT5soDLlV3oAKvc=";
  };

  postConfigure = ''
    substituteInPlace cmake_install.cmake \
      --replace "${kdelibs4support}" "$out"
  '';

  nativeBuildInputs = [ cmake extra-cmake-modules wrapQtAppsHook ];
  buildInputs = [ kwin kdelibs4support libepoxy libxcb ];
  buildInputs = [ kcmutils kwin libepoxy libxcb qtbase ];

  meta = with lib; {
    description = "Rounds the corners of your windows";
    homepage = "https://github.com/matinlotfali/KDE-Rounded-Corners";
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ ];
    maintainers = with maintainers; [ devusb ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -28672,7 +28672,7 @@ with pkgs;
  kawkab-mono-font = callPackage ../data/fonts/kawkab-mono { };
  kde-rounded-corners = libsForQt5.callPackage ../data/themes/kwin-decorations/kde-rounded-corners { };
  kde-rounded-corners = kdePackages.callPackage ../data/themes/kwin-decorations/kde-rounded-corners { };
  khmeros = callPackage ../data/fonts/khmeros { };