Merge pull request #312109 from devusb/rounded-plasma6
This commit is contained in:
commit
a2c8fe8287
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user