about summary refs log tree commit diff
path: root/pkgs/development/compilers/scala/dotty.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-06-19 11:45:34 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-07-01 04:23:51 -0400
commit3f4a353737f165d4935c0404404c0de6eea92093 (patch)
treeadfa77773876bb21a3e8707648c8259546905bb6 /pkgs/development/compilers/scala/dotty.nix
parentb10e4624041cbbc824c034ee91bdca90d1132958 (diff)
downloadnixlib-3f4a353737f165d4935c0404404c0de6eea92093.tar
nixlib-3f4a353737f165d4935c0404404c0de6eea92093.tar.gz
nixlib-3f4a353737f165d4935c0404404c0de6eea92093.tar.bz2
nixlib-3f4a353737f165d4935c0404404c0de6eea92093.tar.lz
nixlib-3f4a353737f165d4935c0404404c0de6eea92093.tar.xz
nixlib-3f4a353737f165d4935c0404404c0de6eea92093.tar.zst
nixlib-3f4a353737f165d4935c0404404c0de6eea92093.zip
treewide: use dontUnpack
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