Don't override handheld-daemon package in common

This commit is contained in:
Toast 2024-02-05 13:28:16 +01:00
parent 054edff989
commit 11cad9233f
2 changed files with 9 additions and 9 deletions

View file

@ -82,15 +82,6 @@
"grub"
];
};
handheld-daemon = prev.handheld-daemon.overridePythonAttrs {
src = pkgs.fetchFromGitHub {
owner = "hhd-dev";
repo = "hhd";
rev = "c074cb0e3e13ab18fd150eb36df70044ede45038";
hash = "sha256-Jzx72d1l7v6d/fgPvj3BwAF/hgXL4MWzhPjKvtdqwfw=";
};
version = "1.1.4";
};
}
)
];