about summary refs log tree commit diff
path: root/pkgs/applications/misc/ulauncher
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-10-14 04:11:07 +0200
committerehmry <ehmry@posteo.net>2022-10-16 10:35:02 -0500
commite899e67e919f052dde86e4174d24469b86427986 (patch)
treee38a83eef77f5dad5b49444d3409098170748598 /pkgs/applications/misc/ulauncher
parent1087d09dfbf82e086a54390b09b353365aaf8658 (diff)
ulauncher: remove always false condition
Diffstat (limited to 'pkgs/applications/misc/ulauncher')
-rw-r--r--pkgs/applications/misc/ulauncher/default.nix2
1 files changed, 0 insertions, 2 deletions
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=";