2019-03-29 20:55:20 +01:00
|
|
|
with import <nixpkgs> {};
|
|
|
|
with pkgs;
|
|
|
|
|
|
|
|
stdenv.mkDerivation rec {
|
|
|
|
name = "ffffng";
|
|
|
|
version = "dev";
|
|
|
|
|
|
|
|
buildInputs = [
|
|
|
|
compass
|
|
|
|
git
|
|
|
|
nasm
|
2022-02-07 20:36:48 +01:00
|
|
|
nodejs-16_x
|
2021-02-22 21:36:40 +01:00
|
|
|
rsync
|
2019-03-29 20:55:20 +01:00
|
|
|
sqlite
|
|
|
|
zlib
|
|
|
|
];
|
|
|
|
|
|
|
|
nativeBuildInputs = [ autoreconfHook ];
|
|
|
|
}
|