gnumake: remove ? null from inputs

wip/nixpkgs-raku
Sandro Jäckel 3 years ago
parent a22cd19910
commit ad1e9c3a27
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 4
      pkgs/development/tools/build-managers/gnumake/default.nix

@ -1,6 +1,4 @@
{ lib, stdenv, fetchurl, guileSupport ? false, pkg-config ? null , guile ? null }:
assert guileSupport -> ( pkg-config != null && guile != null );
{ lib, stdenv, fetchurl, guileSupport ? false, pkg-config, guile }:
let
version = "4.3";

Loading…
Cancel
Save