idk...getting close maybe. Things are installing in the wrong places

This commit is contained in:
Chris Cochrun 2022-05-18 11:18:31 -05:00
parent 3b9a625896
commit df4093fc06
6 changed files with 28 additions and 30 deletions

View file

@ -15,7 +15,6 @@
plasma-framework,
cmake,
extra-cmake-modules,
clang,
libepoxy,
libXdmcp
}:
@ -51,7 +50,6 @@ stdenv.mkDerivation rec {
stdenv
cmake
extra-cmake-modules
clang
libepoxy
libXdmcp
];
@ -63,7 +61,7 @@ stdenv.mkDerivation rec {
substituteInPlace CMakeLists.txt \
--replace "\''${MODULEPATH}" "$out/''${modulepath#/nix/store/*/}" \
--replace "\''${DATAPATH}" "$out/''${datapath#/nix/store/*/}" \
--replace "\''${SERVICEPATH}" "$out/''${servicepath#/nix/store/*/}"
--replace "\''${SERVICES_INSTALL_DIR}" "$out/''${servicepath#/nix/store/*/}"
'';
meta = with lib; {