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:
parent
dbab6f2b3d
commit
7c486d35fc
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue