trying to fix lightlyshaders
This commit is contained in:
parent
da8de355b1
commit
730787bfe6
5 changed files with 18 additions and 29 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue