gdk-pixbuf: rename from gdk_pixbuf
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchFromGitHub, meson, ninja, pkgconfig, scdoc
|
||||
, systemd, pango, cairo, gdk_pixbuf
|
||||
, systemd, pango, cairo, gdk-pixbuf
|
||||
, wayland, wayland-protocols
|
||||
, fetchpatch }:
|
||||
|
||||
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ meson ninja pkgconfig scdoc wayland-protocols ];
|
||||
buildInputs = [ systemd pango cairo gdk_pixbuf wayland ];
|
||||
buildInputs = [ systemd pango cairo gdk-pixbuf wayland ];
|
||||
|
||||
mesonFlags = [
|
||||
"-Dicons=enabled" "-Dman-pages=enabled" "-Dzsh-completions=true"
|
||||
|
||||
Reference in New Issue
Block a user