mist: remove
This commit is contained in:
@@ -720,4 +720,12 @@ mapAliases ({
|
||||
/* Cleanup before 21.03 */
|
||||
riot-desktop = throw "riot-desktop is now element-desktop!";
|
||||
riot-web = throw "riot-web is now element-web";
|
||||
|
||||
# added 2020-08-14
|
||||
mist = throw ''
|
||||
Mist have been deprecated and not maintained anymore.
|
||||
|
||||
See the announcement (https://medium.com/@avsa/sunsetting-mist-da21c8e943d2) and
|
||||
view the migration guide (https://medium.com/@omgwtfmarc/mist-migration-patterns-6bcf066ac383).
|
||||
'';
|
||||
})
|
||||
|
||||
@@ -23974,8 +23974,6 @@ in
|
||||
|
||||
masari = callPackage ../applications/blockchains/masari.nix { boost = boost165; };
|
||||
|
||||
mist = callPackage ../applications/blockchains/mist.nix { };
|
||||
|
||||
nano-wallet = libsForQt5.callPackage ../applications/blockchains/nano-wallet { };
|
||||
|
||||
namecoin = callPackage ../applications/blockchains/namecoin.nix { withGui = true; };
|
||||
|
||||
Reference in New Issue
Block a user