deepin.dde-deamon: remove remove-references-to

This commit is contained in:
Jörg Thalheim 2020-08-28 13:21:44 +01:00
parent 2fe70decbd
commit dbab6f2b3d
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -134,7 +134,6 @@ buildGoPackage rec {
installPhase = ''
make install PREFIX="$out" -C go/src/${goPackagePath}
remove-references-to -t ${go} $out/lib/deepin-daemon/*
searchHardCodedPaths $out
'';