mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
apt-dater: fix build (#414933)
This commit is contained in:
commit
2382728eaf
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
substituteInPlace etc/Makefile.am \
|
substituteInPlace etc/Makefile.am \
|
||||||
--replace-fail 02770 0770
|
--replace-fail 02770 0770 \
|
||||||
|
--replace-fail '../../../$(pkglibdir)' '$(pkglibdir)'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue