Commit e69c0be4 authored by FliegendeWurst's avatar FliegendeWurst
Browse files

cudatext: fix path to cp

parent 1d7922b7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{ stdenv
, lib
, fetchFromGitHub
, coreutils
, lazarus
, fpc
, libX11
@@ -53,6 +54,8 @@ stdenv.mkDerivation rec {
    substituteInPlace app/proc_globdata.pas \
      --subst-var out \
      --subst-var-by python3 ${python3}
    substituteInPlace app/proc_editor_saving.pas \
      --replace-fail '/bin/cp' "${coreutils}/bin/cp"
  '';

  nativeBuildInputs = [ lazarus fpc ]