mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
firefox_decrypt: fix mainProgram
https://github.com/NixOS/nixpkgs/pull/486232#review-thread-or-comment-id-1815512107
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
credentials = list(
|
||||
csv.DictReader(
|
||||
io.StringIO(
|
||||
machine.succeed("firefox_decrypt -f csv ~/.config/mozilla/firefox"),
|
||||
machine.succeed("firefox-decrypt -f csv ~/.config/mozilla/firefox"),
|
||||
newline="",
|
||||
),
|
||||
delimiter=";",
|
||||
|
||||
@@ -43,7 +43,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
meta = {
|
||||
homepage = "https://github.com/unode/firefox_decrypt";
|
||||
description = "Tool to extract passwords from profiles of Mozilla Firefox and derivates";
|
||||
mainProgram = "firefox_decrypt";
|
||||
mainProgram = "firefox-decrypt";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
schnusch
|
||||
|
||||
Reference in New Issue
Block a user