with import <nixpkgs> {};
with pkgs;
stdenv.mkDerivation rec {
name = "ffffng";
version = "dev";
buildInputs = [
compass
git
nasm
nodejs-10_x
rsync
sqlite
zlib
];
nativeBuildInputs = [ autoreconfHook ];
}