use single underscore for sandboxProfile

This commit is contained in:
Jude Taylor
2015-11-21 11:17:30 -08:00
parent db995a95ee
commit a63346e33c
10 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
];
};
__sandboxProfile = stdenv.lib.sandbox.allowFileRead "/dev/ptmx";
_sandboxProfile = stdenv.lib.sandbox.allowFileRead "/dev/ptmx";
# To fix the trouble in vim73, that it cannot cross-build with this patch
# to bypass a configure script check that cannot be done cross-building.