Loading pkgs/development/libraries/ucl/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,9 @@ stdenv.mkDerivation { sha256 = "b865299ffd45d73412293369c9754b07637680e5c826915f097577cd27350348"; }; # needed to successfully compile with gcc 6 NIX_CFLAGS_COMPILE = "-std=c90 -fPIC"; meta = { homepage = http://www.oberhumer.com/opensource/ucl/; description = "Portable lossless data compression library"; Loading Loading
pkgs/development/libraries/ucl/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,9 @@ stdenv.mkDerivation { sha256 = "b865299ffd45d73412293369c9754b07637680e5c826915f097577cd27350348"; }; # needed to successfully compile with gcc 6 NIX_CFLAGS_COMPILE = "-std=c90 -fPIC"; meta = { homepage = http://www.oberhumer.com/opensource/ucl/; description = "Portable lossless data compression library"; Loading