Loading pkgs/by-name/ou/outils/package.nix +9 −0 Original line number Diff line number Diff line { stdenv, fetchFromGitHub, fetchpatch2, lib, }: Loading @@ -15,6 +16,14 @@ stdenv.mkDerivation rec { hash = "sha256-FokJytwQsbGsryBzyglpb1Hg3wti/CPQTOfIGIz9ThA="; }; patches = [ (fetchpatch2 { url = "https://github.com/leahneukirchen/outils/commit/50877e1bf7c905044e0b50b227ecff48cfec394b.patch?full_index=1"; name = "outils-add-recallocarray-prototype.patch"; hash = "sha256-jOnCMPcHKMRR3J0Yh+ZTHAn7P85FO80yXVX0K2vtlVk="; }) ]; makeFlags = [ "PREFIX=$(out)" ]; meta = with lib; { Loading Loading
pkgs/by-name/ou/outils/package.nix +9 −0 Original line number Diff line number Diff line { stdenv, fetchFromGitHub, fetchpatch2, lib, }: Loading @@ -15,6 +16,14 @@ stdenv.mkDerivation rec { hash = "sha256-FokJytwQsbGsryBzyglpb1Hg3wti/CPQTOfIGIz9ThA="; }; patches = [ (fetchpatch2 { url = "https://github.com/leahneukirchen/outils/commit/50877e1bf7c905044e0b50b227ecff48cfec394b.patch?full_index=1"; name = "outils-add-recallocarray-prototype.patch"; hash = "sha256-jOnCMPcHKMRR3J0Yh+ZTHAn7P85FO80yXVX0K2vtlVk="; }) ]; makeFlags = [ "PREFIX=$(out)" ]; meta = with lib; { Loading