ulauncher: remove always false condition
This commit is contained in:
parent
1087d09dfb
commit
e899e67e91
1 changed files with 0 additions and 2 deletions
|
@ -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=";
|
||||
|
|
Loading…
Reference in a new issue