From 8c8ac77d6521b9e37ad77c69718493b9daebbd35 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 20 Apr 2019 23:45:05 +0000 Subject: wlroots: remove unused dependencies These dependencies aren't mentioned in the source code aside from in the examples, and despite being buildInputs, none of them appear in the closure for any output. --- nixpkgs/pkgs/development/libraries/wlroots/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'nixpkgs/pkgs/development/libraries/wlroots') diff --git a/nixpkgs/pkgs/development/libraries/wlroots/default.nix b/nixpkgs/pkgs/development/libraries/wlroots/default.nix index d3b2d78bf0a6..cce9af2d707f 100644 --- a/nixpkgs/pkgs/development/libraries/wlroots/default.nix +++ b/nixpkgs/pkgs/development/libraries/wlroots/default.nix @@ -1,7 +1,6 @@ { stdenv, fetchFromGitHub, fetchpatch, meson, ninja, pkgconfig , wayland, libGL, wayland-protocols, libinput, libxkbcommon, pixman -, xcbutilwm, libX11, libcap, xcbutilimage, xcbutilerrors, mesa_noglu -, libpng, ffmpeg_4 +, xcbutilwm, libX11, libcap, xcbutilerrors, mesa_noglu }: let @@ -25,8 +24,7 @@ in stdenv.mkDerivation rec { buildInputs = [ wayland libGL wayland-protocols libinput libxkbcommon pixman - xcbutilwm libX11 libcap xcbutilimage xcbutilerrors mesa_noglu - libpng ffmpeg_4 + xcbutilwm libX11 libcap xcbutilerrors mesa_noglu ]; mesonFlags = [ -- cgit 1.4.1