summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/thinking-rock/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/thinking-rock/default.nix')
-rw-r--r--pkgs/applications/misc/thinking-rock/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/thinking-rock/default.nix b/pkgs/applications/misc/thinking-rock/default.nix
index 2faed53b7a58..7b55f39c1191 100644
--- a/pkgs/applications/misc/thinking-rock/default.nix
+++ b/pkgs/applications/misc/thinking-rock/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
ls -1 bin/* | grep -ve 'bin/tr''$' | xargs rm
# don't keep the other .exe file either
find . -iname "*.exe" | xargs -n1 rm
- ensureDir $out/{nix-support/tr-files,bin}
+ mkdir -p $out/{nix-support/tr-files,bin}
cp -r . $out/nix-support/tr-files
cat >> $out/bin/thinkingrock << EOF
#!/bin/sh