kde-rounded-corners: move to by-name/
This commit is contained in:
+6
-10
@@ -3,11 +3,7 @@
|
||||
fetchFromGitHub,
|
||||
fetchpatch2,
|
||||
cmake,
|
||||
extra-cmake-modules,
|
||||
wrapQtAppsHook,
|
||||
qtbase,
|
||||
kwin,
|
||||
kcmutils,
|
||||
kdePackages,
|
||||
libepoxy,
|
||||
libxcb,
|
||||
lib,
|
||||
@@ -33,15 +29,15 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
extra-cmake-modules
|
||||
wrapQtAppsHook
|
||||
kdePackages.extra-cmake-modules
|
||||
kdePackages.wrapQtAppsHook
|
||||
];
|
||||
buildInputs = [
|
||||
kcmutils
|
||||
kwin
|
||||
kdePackages.kcmutils
|
||||
kdePackages.kwin
|
||||
libepoxy
|
||||
libxcb
|
||||
qtbase
|
||||
kdePackages.qtbase
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
@@ -10365,10 +10365,6 @@ with pkgs;
|
||||
*/
|
||||
inherit (callPackage ../data/json-schema/default.nix { }) jsonSchemaCatalogs;
|
||||
|
||||
kde-rounded-corners =
|
||||
kdePackages.callPackage ../data/themes/kwin-decorations/kde-rounded-corners
|
||||
{ };
|
||||
|
||||
inherit (callPackages ../data/fonts/liberation-fonts { })
|
||||
liberation_ttf_v1
|
||||
liberation_ttf_v2
|
||||
|
||||
Reference in New Issue
Block a user