chntpw: fix #11474, build with multiple-output glibc
This commit is contained in:
parent
f90e5ae3ba
commit
d1301160bb
@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1k1cxsj0221dpsqi5yibq2hr7n8xywnicl8yyaicn91y8h2hkqln";
|
sha256 = "1k1cxsj0221dpsqi5yibq2hr7n8xywnicl8yyaicn91y8h2hkqln";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ unzip ];
|
buildInputs = [ unzip ]
|
||||||
|
++ stdenv.lib.optionals stdenv.isLinux [ stdenv.glibc.out stdenv.glibc.static ];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./00-chntpw-build-arch-autodetect.patch
|
./00-chntpw-build-arch-autodetect.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user