about summary refs log tree commit diff
path: root/pkgs/development/compilers/scala/dotty.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/scala/dotty.nix')
-rw-r--r--pkgs/development/compilers/scala/dotty.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/scala/dotty.nix b/pkgs/development/compilers/scala/dotty.nix
index a999bd422e63..7bc7fa3d4c24 100644
--- a/pkgs/development/compilers/scala/dotty.nix
+++ b/pkgs/development/compilers/scala/dotty.nix
@@ -9,7 +9,7 @@ in
 stdenv.mkDerivation {
   name = "dotty-${dotty-bare.version}";
 
-  unpackPhase = ":";
+  dontUnpack = true;
 
   installPhase = ''
     mkdir -p $out/bin