lol

blink: unvendor zlib; fix darwin (#398503)

authored by

Ramses and committed by
GitHub
a8d374ed 8dbbb9c0

+3
+3
pkgs/applications/emulators/blink/default.nix
··· 2 2 stdenv, 3 3 fetchFromGitHub, 4 4 lib, 5 + zlib, 5 6 }: 6 7 7 8 stdenv.mkDerivation (finalAttrs: { ··· 14 15 rev = finalAttrs.version; 15 16 hash = "sha256-4wgDftXOYm2fMP+/aTRljDi38EzbbwAJlQkuxjAMl3I="; 16 17 }; 18 + 19 + buildInputs = [ zlib ]; 17 20 18 21 # Do not include --enable-static and --disable-shared flags during static compilation 19 22 dontAddStaticConfigureFlags = true;