Loading pkgs/servers/gerbera/default.nix +11 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , fetchpatch , cmake , pkg-config , nixosTests Loading Loading @@ -74,6 +75,16 @@ stdenv.mkDerivation rec { sha256 = "sha256-j5J0u0zIjHY2kP5P8IzN2h+QQSCwsel/iTspad6V48s="; }; patches = [ # Can be removed on the next bump, see: # https://github.com/gerbera/gerbera/pull/2840. (fetchpatch { name = "gerbera-fmt10.patch"; url = "https://github.com/gerbera/gerbera/commit/37957aac0aea776e6f843af2358916f81056a405.patch"; hash = "sha256-U7dyFGEbelVZeHYX/4fLOC0k+9pUKZ8qP/LIVXWCMcU="; }) ]; postPatch = lib.optionalString enableMysql '' substituteInPlace cmake/FindMySQL.cmake \ --replace /usr/include/mysql ${lib.getDev libmysqlclient}/include/mariadb \ Loading Loading
pkgs/servers/gerbera/default.nix +11 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , fetchpatch , cmake , pkg-config , nixosTests Loading Loading @@ -74,6 +75,16 @@ stdenv.mkDerivation rec { sha256 = "sha256-j5J0u0zIjHY2kP5P8IzN2h+QQSCwsel/iTspad6V48s="; }; patches = [ # Can be removed on the next bump, see: # https://github.com/gerbera/gerbera/pull/2840. (fetchpatch { name = "gerbera-fmt10.patch"; url = "https://github.com/gerbera/gerbera/commit/37957aac0aea776e6f843af2358916f81056a405.patch"; hash = "sha256-U7dyFGEbelVZeHYX/4fLOC0k+9pUKZ8qP/LIVXWCMcU="; }) ]; postPatch = lib.optionalString enableMysql '' substituteInPlace cmake/FindMySQL.cmake \ --replace /usr/include/mysql ${lib.getDev libmysqlclient}/include/mariadb \ Loading