Created
October 28, 2019 20:57
-
-
Save sauyon/49700373e336102e978fc0da5c134f57 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
{ pkg ? import <nixpkgs> {} }: | |
pkg.multiStdenv.mkDerivation { | |
name = "semmlecode"; | |
buildInputs = with pkg; [ | |
yarn dotnet-sdk gcc glibc glibc.static python2 python3 git subversion | |
openssh jdk8 unzip nodejs | |
# go # for intree/go | |
glibcLocales # required on non-nix | |
]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment