forked from mirrors/nixpkgs
proot: static by default
This commit is contained in:
parent
ce4fcfb1c5
commit
e53785ad95
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, fetchFromGitHub, fetchpatch
|
||||
, talloc, docutils
|
||||
, enableStatic ? false }:
|
||||
, enableStatic ? true }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "proot-${version}";
|
||||
|
|
Loading…
Reference in a new issue