File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
pkgs/by-name/dv/dvdauthor Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,18 @@ stdenv.mkDerivation rec {
3737 nativeBuildInputs = [
3838 pkg-config
3939 autoreconfHook
40+ libxml2 # xml2-config (only checked for, not used)
41+ ] ;
42+
43+ # set *-config for cross builds
44+ configureFlags = [
45+ "FREETYPECONFIG=${ lib . getExe' ( lib . getDev freetype ) "freetype-config" } "
46+ "XML2_CONFIG=${ lib . getExe' ( lib . getDev libxml2 ) "xml2-config" } "
4047 ] ;
4148
4249 meta = with lib ; {
4350 description = "Tools for generating DVD files to be played on standalone DVD players" ;
44- homepage = "https://dvdauthor.sourceforge.net/" ;
51+ homepage = "https://dvdauthor.sourceforge.net/" ; # or https://github.com/ldo/dvdauthor
4552 license = licenses . gpl2 ;
4653 platforms = platforms . linux ++ platforms . darwin ;
4754 } ;
You can’t perform that action at this time.
0 commit comments