1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

treewide: remove printed 'ls'

This commit is contained in:
Felix Buehler 2024-06-30 19:28:50 +02:00
parent 19581e2ce8
commit 3a2073ec5b
6 changed files with 0 additions and 9 deletions

View file

@ -121,8 +121,6 @@ make_trapped_tmpdir
find "$monoRuntimeBinaries_storePath" -mindepth 1 -maxdepth 1 | xargs -d '\n' cp -rp -t "$tmpDir"
chmod -R a+rwx "$tmpDir"
ls -la "$tmpDir/debugAdapters"
patchelf_mono "$tmpDir/debugAdapters/mono.linux-x86_64"
chmod a+x "$tmpDir/debugAdapters/mono.linux-x86_64"
@ -141,8 +139,6 @@ make_trapped_tmpdir
find "$clanFormatBinaries_storePath" -mindepth 1 -maxdepth 1 | xargs -d '\n' cp -rp -t "$tmpDir"
chmod -R a+rwx "$tmpDir"
ls -la "$tmpDir/bin"
patchelf_clangformat "$tmpDir/bin/clang-format"
chmod a+x "$tmpDir/bin/clang-format"

View file

@ -11,7 +11,6 @@ let
buildCommand = ''
wget https://julialang-logs.s3.amazonaws.com/public_outputs/current/package_requests.csv.gz
gunzip package_requests.csv.gz
ls -lh
cp package_requests.csv $out
'';
};

View file

@ -76,7 +76,6 @@ stdenv.mkDerivation rec {
postFixup = ''
# Cannot be in postInstall, otherwise _multioutDocs hook in preFixup will move right back.
ls -la "$out/share/doc"
moveToOutput "share/doc" "$devdoc"
'';

View file

@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
NIX_LDFLAGS = "-lm";
installPhase = ''
ls -l
mkdir -p $out/bin
cp airstrike $out/bin

View file

@ -138,7 +138,6 @@ stdenv.mkDerivation {
@executable_path/libs/libstdc++.6.dylib \
$exe
'' + ''
ls -al $out
runHook postInstall
'';

View file

@ -54,7 +54,6 @@ EOF
mv $out/stats $out/share
rm -r $out/active-response
rm -r $out/tmp
ls -lah $out
runHook postInstall
'';