proot: static by default
This commit is contained in:
parent
ce4fcfb1c5
commit
e53785ad95
@ -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}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user