Merge pull request #94341 from romildo/fix.efl

enlightenment.efl: do not default to openjpeg 1
This commit is contained in:
xeji 2020-08-01 23:14:59 +02:00 committed by GitHub
commit 1e55e228cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,7 @@
{ callPackage, pkgs }:
{
#### CORE EFL
efl = callPackage ./efl.nix {
openjpeg = pkgs.openjpeg_1;
};
efl = callPackage ./efl.nix { };
#### WINDOW MANAGER
enlightenment = callPackage ./enlightenment.nix { };