summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-08-28 13:21:53 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-08-28 13:22:54 +0100
commit7c486d35fcbd34f58c02a21d992907b7697162de (patch)
tree1bedc69e38823f835be348dd143fa9aa11548de6 /pkgs/desktops
parentdbab6f2b3d2701fb9ddc542f07c9f2ab3513bc54 (diff)
downloadnixpkgs-7c486d35fcbd34f58c02a21d992907b7697162de.tar
nixpkgs-7c486d35fcbd34f58c02a21d992907b7697162de.tar.gz
nixpkgs-7c486d35fcbd34f58c02a21d992907b7697162de.tar.bz2
nixpkgs-7c486d35fcbd34f58c02a21d992907b7697162de.tar.lz
nixpkgs-7c486d35fcbd34f58c02a21d992907b7697162de.tar.xz
nixpkgs-7c486d35fcbd34f58c02a21d992907b7697162de.tar.zst
nixpkgs-7c486d35fcbd34f58c02a21d992907b7697162de.zip
deepin.startdde: remove remove-references-to
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/deepin/startdde/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/desktops/deepin/startdde/default.nix b/pkgs/desktops/deepin/startdde/default.nix
index 75b36e85de3..ab17f04db68 100644
--- a/pkgs/desktops/deepin/startdde/default.nix
+++ b/pkgs/desktops/deepin/startdde/default.nix
@@ -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 = ''