mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
Update pkgs/development/libraries/libconfig/default.nix
This commit is contained in:
parent
9ad40cc7a3
commit
953d5f5cfa
@ -11,9 +11,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
doCheck = true;
|
||||
|
||||
configureFlags = lib.optional
|
||||
(stdenv.targetPlatform.isWindows || stdenv.hostPlatform.isStatic)
|
||||
"--disable-examples";
|
||||
configureFlags = lib.optional (stdenv.targetPlatform.isWindows || stdenv.hostPlatform.isStatic) "--disable-examples";
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://www.hyperrealm.com/libconfig";
|
||||
|
Loading…
Reference in New Issue
Block a user