1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 02:51:18 +00:00

deepin.startdde: remove remove-references-to

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

View file

@ -139,7 +139,6 @@ buildGoPackage rec {
installPhase = ''
make install PREFIX="$out" -C go/src/${goPackagePath}
rm -rf $out/share/lightdm # this is uselesss for NixOS
remove-references-to -t ${go} $out/sbin/*
'';
postFixup = ''