diaspora-nixpkgs/shell.nix

28 lines
336 B
Nix
Raw Normal View History

2023-07-23 00:31:36 +00:00
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "env";
buildInputs = [
2023-07-23 04:51:37 +00:00
ruby.devEnv
2023-07-23 00:31:36 +00:00
git
patch
imagemagick
bison
curl
postgresql
cmake
libtool
libxml2
libxslt
libffi
libyaml
libidn
pkg-config
openssl
nodejs
gdbm
bundix
gnumake
automake
];
}