Skip to content

Instantly share code, notes, and snippets.

@bignaux
Created May 31, 2019 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bignaux/c3c2ab741b170c22848babbbe71bef2f to your computer and use it in GitHub Desktop.
Save bignaux/c3c2ab741b170c22848babbbe71bef2f to your computer and use it in GitHub Desktop.
#with import (fetchTarball channel:nixos-19.03) {};
with import <nixpkgs> { }; # nix-shell -I nixpkgs=/home/genesis/devel/nixpkgs
python3Packages.buildPythonApplication rec{
name = "beremiz";
nativeBuildInputs = [ python3Packages.setuptools ];
buildInputs = with python3Packages; [
python3
matiec
twisted
#wxPython # (v4 is not available)
#nevow (not 3)
numpy
lxml
# Pyro4 ( beremiz uses pyro3.16 )
# zeroconf (only python3)
cycler
matplotlib
autobahn
u-msgpack-python
simplejson
# sslpsk https://github.com/drbild/sslpsk
# posix_spawn https://github.com/JonathonReinhart/python-posix-spawn ?
# wamp http://wamp.ws/
zope_interface
] ++ checkInputs;
checkInputs = [
mercurial
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment