mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
enlightenment.efl: do not default to openjpeg 1
It seems there is no reason to choose openjpeg-1. Just use the default openjpeg, which currerntly is openjpeg-2.3.1.
This commit is contained in:
parent
da686139d7
commit
c4f98356c5
1 changed files with 1 additions and 3 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue