trying to fix lightlyshaders

This commit is contained in:
Chris Cochrun 2022-10-27 20:39:03 -05:00
parent da8de355b1
commit 730787bfe6
5 changed files with 18 additions and 29 deletions

View file

@ -8,6 +8,7 @@
# kglobalaccel,
# kinit,
kwin,
kdecoration,
# kio,
# kguiaddons,
# kcoreaddons,
@ -43,6 +44,7 @@ stdenv.mkDerivation rec {
kdelibs4support
# kinit
kwin
kdecoration
# kio
# kguiaddons
# kcoreaddons
@ -57,19 +59,6 @@ stdenv.mkDerivation rec {
wrapQtAppsHook
];
# preConfigure = ''
# # local modulepath=$(kf5-config --install module)
# # local datapath=$(kf5-config --install data)
# # local servicespath=$(kf5-config --install services)
# # substituteInPlace CMakeLists.txt \
# # --replace "\''${MODULEPATH}" "$out/''${modulepath#/nix/store/*/}" \
# # --replace "\''${DATAPATH}" "$out/''${datapath#/nix/store/*/}"
# # substituteInPlace CMakeLists.txt \
# # --replace "\''${MODULEPATH}" "$out/qt-5.15.3/plugins" \
# # --replace "\''${DATAPATH}" "$out/share"
# '';
postConfigure = ''
substituteInPlace cmake_install.cmake \
--replace "${kdelibs4support}" "$out"