Loading pkgs/by-name/td/tdnf/package.nix +9 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , fetchpatch2 , cmake , curl , gpgme Loading @@ -23,6 +24,14 @@ stdenv.mkDerivation (finalAttrs: { hash = "sha256-p9g+b7Fqq8V6QSaikEQMMHWqBf4UtRA9a/VtH+s5JUM="; }; patches = [ # Support for rpm >= 4.19 (fetchpatch2 { url = "https://patch-diff.githubusercontent.com/raw/vmware/tdnf/pull/410.patch"; hash = "sha256-p/ix5O1J/lj2fw7qJokT+wPN4ROoulnVqByfxgFvuEo="; }) ]; nativeBuildInputs = [ cmake pkg-config Loading Loading
pkgs/by-name/td/tdnf/package.nix +9 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , fetchpatch2 , cmake , curl , gpgme Loading @@ -23,6 +24,14 @@ stdenv.mkDerivation (finalAttrs: { hash = "sha256-p9g+b7Fqq8V6QSaikEQMMHWqBf4UtRA9a/VtH+s5JUM="; }; patches = [ # Support for rpm >= 4.19 (fetchpatch2 { url = "https://patch-diff.githubusercontent.com/raw/vmware/tdnf/pull/410.patch"; hash = "sha256-p/ix5O1J/lj2fw7qJokT+wPN4ROoulnVqByfxgFvuEo="; }) ]; nativeBuildInputs = [ cmake pkg-config Loading