Merge pull request from brainrape/patch-5

makeDotElm: fix
This commit is contained in:
Rok Garbas 2020-05-07 03:36:59 +02:00 committed by GitHub
commit 07bf31fecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions
pkgs/development/compilers/elm

View File

@ -11,6 +11,14 @@ ver: deps:
inherit (info) sha256; inherit (info) sha256;
}; };
configurePhase = ''
true
'';
buildPhase = ''
true
'';
installPhase = '' installPhase = ''
mkdir -p $out mkdir -p $out
cp -r * $out cp -r * $out