mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #130477 from SuperSandro2000/gnumake
gnumake: remove ? null from inputs
This commit is contained in:
commit
3628c49bae
1 changed files with 1 additions and 3 deletions
|
@ -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 a new issue