proot: static by default

This commit is contained in:
Dmitry Kalinkin 2017-10-16 23:00:35 -04:00 committed by GitHub
parent ce4fcfb1c5
commit e53785ad95

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, fetchpatch { stdenv, fetchFromGitHub, fetchpatch
, talloc, docutils , talloc, docutils
, enableStatic ? false }: , enableStatic ? true }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "proot-${version}"; name = "proot-${version}";