summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/celluloid
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2021-11-11 05:35:34 +0100
committerKerstin Humm <kerstin@erictapen.name>2021-11-11 05:55:32 +0100
commitbb799694db5480bf2d0c56d27ede14dc491ad377 (patch)
tree110b698492c658b3e9122bc280a62759b4f2b963 /pkgs/applications/video/celluloid
parent62b9b0d9e860b2223bb0d4a1fa1d06045197fe2d (diff)
epoxy: rename to libepoxy
https://github.com/NixOS/nixpkgs/issues/145040
Diffstat (limited to 'pkgs/applications/video/celluloid')
-rw-r--r--pkgs/applications/video/celluloid/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/celluloid/default.nix b/pkgs/applications/video/celluloid/default.nix
index f6bc0561b0c6..e6dcff671758 100644
--- a/pkgs/applications/video/celluloid/default.nix
+++ b/pkgs/applications/video/celluloid/default.nix
@@ -3,7 +3,7 @@
, fetchFromGitHub
, appstream-glib
, desktop-file-utils
-, epoxy
+, libepoxy
, gettext
, glib
, gtk3
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
wrapGAppsHook
];
buildInputs = [
- epoxy
+ libepoxy
glib
gtk3
mpv