mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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 = ''
|
||||
substituteInPlace etc/Makefile.am \
|
||||
--replace-fail 02770 0770
|
||||
--replace-fail 02770 0770 \
|
||||
--replace-fail '../../../$(pkglibdir)' '$(pkglibdir)'
|
||||
'';
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue