switch to zero underscores for sandbox profiles; remove generateFrameworkProfile

This commit is contained in:
Jude Taylor
2015-11-21 12:10:33 -08:00
parent a63346e33c
commit 69e7f3bb74
11 changed files with 29 additions and 96 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.