mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
dwarf-therapist: remove useless symlink
This commit is contained in:
parent
06c0209d53
commit
919db46afd
@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
|
||||
mkdir -p $layouts
|
||||
mv $out/share/dwarftherapist/memory_layouts/* $layouts
|
||||
rmdir $out/share/dwarftherapist/memory_layouts
|
||||
# Useless symlink
|
||||
rm $out/bin/dwarftherapist
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user