work-site/shell-seafile.nix

6 lines
106 B
Nix

with import <nixpkgs> {};
stdenv.mkDerivation {
name = "seafile";
buildInputs = [ seafile-shared ];
}