packages: Remove styluslabs

This commit is contained in:
PapaTutuWawa 2021-11-05 19:19:46 +01:00
parent f7326a9901
commit df9596b2f3

View File

@ -90,16 +90,6 @@ in {
copyIntoSandbox = [ "/share" ];
};
styluslabs-wrapped = wrapInSandbox {
name = "Write";
package = prev.write_stylus;
binaryName = "Write";
additionalBlacklist = [ "/mnt" ];
mountInHome = [ "tmp" ];
unshareNet = true;
chdirTo = "/home/$USER";
};
android-studio-wrapped = wrapInSandbox {
name = "android-studio";
package = prev.android-studio;