mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 00:10:30 +00:00
pdfpc: *Flags are lists
This commit is contained in:
parent
78cf5eda69
commit
269849de06
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [ gstreamer gst-plugins-base gtk3 libgee poppler
|
buildInputs = [ gstreamer gst-plugins-base gtk3 libgee poppler
|
||||||
libpthreadstubs librsvg pcre ];
|
libpthreadstubs librsvg pcre ];
|
||||||
|
|
||||||
cmakeFlags = stdenv.lib.optionalString stdenv.isDarwin "-DMOVIES=OFF";
|
cmakeFlags = stdenv.lib.optional stdenv.isDarwin "-DMOVIES=OFF";
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# Fix build vala 0.46
|
# Fix build vala 0.46
|
||||||
|
|
Loading…
Reference in a new issue