ulauncher: remove always false condition

This commit is contained in:
Sandro 2022-10-14 04:11:07 +02:00 committed by ehmry
parent 1087d09dfb
commit e899e67e91

View file

@ -22,8 +22,6 @@ python3Packages.buildPythonApplication rec {
pname = "ulauncher";
version = "5.12.1";
disabled = python3Packages.isPy27;
src = fetchurl {
url = "https://github.com/Ulauncher/Ulauncher/releases/download/${version}/ulauncher_${version}.tar.gz";
sha256 = "sha256-Fd3IOCEeXGV8zGd/8SzrWRsSsZRVePnsDaX8WrBrCOQ=";