From e899e67e919f052dde86e4174d24469b86427986 Mon Sep 17 00:00:00 2001 From: Sandro Date: Fri, 14 Oct 2022 04:11:07 +0200 Subject: ulauncher: remove always false condition --- pkgs/applications/misc/ulauncher/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkgs/applications/misc/ulauncher') diff --git a/pkgs/applications/misc/ulauncher/default.nix b/pkgs/applications/misc/ulauncher/default.nix index 491dd28435a9b..5890ec59acfc7 100644 --- a/pkgs/applications/misc/ulauncher/default.nix +++ b/pkgs/applications/misc/ulauncher/default.nix @@ -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="; -- cgit 1.4.1