mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 18:24:53 +00:00
@@ -13,6 +13,7 @@ buildNpmPackage (finalAttrs: {
|
||||
postPatch = ''
|
||||
# don't download elm from github
|
||||
sed -i '/"elm":/d' package.json
|
||||
substituteInPlace elm.json --replace-fail "0.19.1" "${elmPackages.elm.version}"
|
||||
'';
|
||||
|
||||
postConfigure = (
|
||||
|
||||
Reference in New Issue
Block a user