mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
doomseeker: fix invalid substitution via sed
This commit is contained in:
parent
3acd52d917
commit
6b44f3523a
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||
enableParallelBuilding = true;
|
||||
|
||||
patchPhase = ''
|
||||
sed -e 's#/usr/share/applications#$out/share/applications#' -i src/core/CMakeLists.txt
|
||||
substituteInPlace src/core/CMakeLists.txt --replace /usr/share/applications "$out"/share/applications
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue