mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
apt-dater: fix build
This commit is contained in:
parent
73557c22ec
commit
3bd0085ec5
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