summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/elm
diff options
context:
space:
mode:
authorPedroHLC <root@pedrohlc.com>2024-03-28 12:58:03 -0300
committerPedroHLC <root@pedrohlc.com>2024-03-28 12:58:03 -0300
commitd05f19f5c298f33707c033863d131bfbd0af7ec5 (patch)
treec97f1b518f5e678efa49bd4837e05fc3070d065f /pkgs/development/compilers/elm
parentae5eab1bf17d71ab2e7c467aa13ccd3811d73fff (diff)
elmPackages.makeDotElm: modernize
Diffstat (limited to 'pkgs/development/compilers/elm')
-rw-r--r--pkgs/development/compilers/elm/lib/makeDotElm.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/pkgs/development/compilers/elm/lib/makeDotElm.nix b/pkgs/development/compilers/elm/lib/makeDotElm.nix
index d0101e530055..ab62eb88e220 100644
--- a/pkgs/development/compilers/elm/lib/makeDotElm.nix
+++ b/pkgs/development/compilers/elm/lib/makeDotElm.nix
@@ -14,13 +14,8 @@ let
inherit (info) sha256;
};
- configurePhase = ''
- true
- '';
-
- buildPhase = ''
- true
- '';
+ dontConfigure = true;
+ dontBuild = true;
installPhase = ''
mkdir -p $out