3
0
Fork 0
forked from mirrors/nixpkgs

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
, talloc, docutils
, enableStatic ? false }:
, enableStatic ? true }:
stdenv.mkDerivation rec {
name = "proot-${version}";