Merge pull request #130477 from SuperSandro2000/gnumake

gnumake: remove ? null from inputs
This commit is contained in:
Sandro 2021-07-17 22:23:32 +02:00 committed by GitHub
commit 3628c49bae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";