netatalk: remove glibc input

This commit is contained in:
Finn Behrens 2020-11-11 21:58:26 +01:00 committed by Jonathan Ringer
parent 019c3bb417
commit db0db5c09f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ fetchurl, stdenv, autoreconfHook, pkgconfig, perl, python { fetchurl, stdenv, autoreconfHook, pkgconfig, perl, python
, db, libgcrypt, avahi, libiconv, pam, openssl, acl , db, libgcrypt, avahi, libiconv, pam, openssl, acl
, ed, glibc, libevent , ed, libtirpc, libevent
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
/^afpd_LDADD /^afpd_LDADD
/am__append_2 /am__append_2
a a
${glibc.static}/lib/librpcsvc.a \\ ${libtirpc}/lib/libtirpc.so \\
. .
w w
EOF EOF