Loading pkgs/by-name/do/domoticz/package.nix +12 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchFromGitHub, fetchpatch, makeWrapper, cmake, python3, Loading @@ -17,6 +18,7 @@ git, libusb-compat-0_1, cereal, minizip, }: stdenv.mkDerivation rec { Loading @@ -28,9 +30,16 @@ stdenv.mkDerivation rec { repo = pname; rev = version; hash = "sha256-D8U1kK3m1zT83YvZ42hGSU9PzBfS1VGr2mxUYbM2vNQ="; fetchSubmodules = true; }; patches = [ # Boost 1.87 compatibility, remove once upgraded to 2025.1 (fetchpatch { url = "https://github.com/domoticz/domoticz/commit/5d0db89bbd120ed5dc05b4ff8c136f14a42f0cd3.patch"; hash = "sha256-FPe83yJKJEgnY3kABy9CTRe1CBh42dPG1ZWCUE5PO8E="; }) ]; buildInputs = [ openssl python3 Loading @@ -44,6 +53,7 @@ stdenv.mkDerivation rec { git libusb-compat-0_1 cereal minizip ]; nativeBuildInputs = [ Loading @@ -60,7 +70,7 @@ stdenv.mkDerivation rec { "-DUSE_BUILTIN_ZLIB=false" "-DUSE_OPENSSL_STATIC=false" "-DUSE_STATIC_BOOST=false" "-DUSE_BUILTIN_MINIZIP=true" "-DUSE_BUILTIN_MINIZIP=false" ]; installPhase = '' Loading Loading
pkgs/by-name/do/domoticz/package.nix +12 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchFromGitHub, fetchpatch, makeWrapper, cmake, python3, Loading @@ -17,6 +18,7 @@ git, libusb-compat-0_1, cereal, minizip, }: stdenv.mkDerivation rec { Loading @@ -28,9 +30,16 @@ stdenv.mkDerivation rec { repo = pname; rev = version; hash = "sha256-D8U1kK3m1zT83YvZ42hGSU9PzBfS1VGr2mxUYbM2vNQ="; fetchSubmodules = true; }; patches = [ # Boost 1.87 compatibility, remove once upgraded to 2025.1 (fetchpatch { url = "https://github.com/domoticz/domoticz/commit/5d0db89bbd120ed5dc05b4ff8c136f14a42f0cd3.patch"; hash = "sha256-FPe83yJKJEgnY3kABy9CTRe1CBh42dPG1ZWCUE5PO8E="; }) ]; buildInputs = [ openssl python3 Loading @@ -44,6 +53,7 @@ stdenv.mkDerivation rec { git libusb-compat-0_1 cereal minizip ]; nativeBuildInputs = [ Loading @@ -60,7 +70,7 @@ stdenv.mkDerivation rec { "-DUSE_BUILTIN_ZLIB=false" "-DUSE_OPENSSL_STATIC=false" "-DUSE_STATIC_BOOST=false" "-DUSE_BUILTIN_MINIZIP=true" "-DUSE_BUILTIN_MINIZIP=false" ]; installPhase = '' Loading