idk...getting close maybe. Things are installing in the wrong places
This commit is contained in:
parent
3b9a625896
commit
df4093fc06
6 changed files with 28 additions and 30 deletions
|
@ -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; {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue