mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
cudatext: fix path to cp
This commit is contained in:
parent
1d7922b778
commit
e69c0be464
@ -1,6 +1,7 @@
|
||||
{ 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 ]
|
||||
|
Loading…
Reference in New Issue
Block a user