Created
August 10, 2020 08:29
-
-
Save LnL7/a6b9fd70cbc1f3f202b869da0d2c8eb3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with import <nixpkgs> {}; | |
with darwin.apple_sdk.frameworks; | |
stdenv.mkDerivation { | |
name = "elixir-environment"; | |
strictDeps = true; | |
nativeBuildInputs = [ beam.packages.erlangR23.elixir nodejs coreutils-prefixed pkgconfig fwup squashfsTools ]; | |
buildInputs = [ CoreFoundation CoreServices ]; | |
NIX_CFLAGS_COMPILE = "-Wimplicit-function-declaration"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment