mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 13:35:13 +00:00
hydra_unstable: drop patch
`allowed-uris` fix is included in nix 2.19.3
b38e5a665e
This commit is contained in:
parent
5077bee9ea
commit
ccfd5465e6
@ -43,7 +43,6 @@
|
||||
, cacert
|
||||
, glibcLocales
|
||||
, fetchFromGitHub
|
||||
, fetchpatch2
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
@ -133,17 +132,6 @@ stdenv.mkDerivation rec {
|
||||
hash = "sha256-hIXRgu2MGqFYCALDKAiP+8lE859zftRe4OVIgGOTkvc=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# hydra-eval-jobs: don't use restrict-eval for Flakes
|
||||
# https://github.com/NixOS/hydra/pull/1257
|
||||
# should be removed when https://github.com/NixOS/nix/pull/9547
|
||||
# lands in the nix version used by hydra
|
||||
(fetchpatch2 {
|
||||
url = "https://github.com/NixOS/hydra/commit/9370b0ef977bff7e84ac07a81a0e31e75989276b.patch";
|
||||
hash = "sha256-BRenC0lpWPgzfx42MPJBQ9VBamh5hZXuuVe6TXYKkdE=";
|
||||
})
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
unzip
|
||||
libpqxx
|
||||
|
Loading…
Reference in New Issue
Block a user