mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
file: backport another regression fix
This commit is contained in:
parent
f123085ae9
commit
2e759a9a92
@ -22,6 +22,12 @@ stdenv.mkDerivation rec {
|
||||
# Needed for strip-nondeterminism.
|
||||
# https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/issues/20
|
||||
./pyzip.patch
|
||||
|
||||
# Backport fix for --uncompress always detecting contents as "empty"
|
||||
(fetchurl {
|
||||
url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/sys-apps/file/files/file-5.44-decompress-empty.patch?h=dfc57da515a2aaf085bea68267cc727f1bfaa691";
|
||||
hash = "sha256-fUzRQAlLWczBmR5iA1Gk66mHjP40MJcMdgCtm2+u1SQ=";
|
||||
})
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
Loading…
Reference in New Issue
Block a user