mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
Merge pull request #130477 from SuperSandro2000/gnumake
gnumake: remove ? null from inputs
This commit is contained in:
commit
3628c49bae
@ -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…
Reference in New Issue
Block a user