Merge pull request #294943 from SuperSandro2000/pangolin-darwin

pangolin: remove potential bug hidding `? null` from inputs
This commit is contained in:
Weijia Wang
2024-03-11 13:36:39 +01:00
committed by GitHub
@@ -1,11 +1,10 @@
{ stdenv, lib, fetchFromGitHub, cmake, pkg-config, doxygen, libGL, glew
, xorg, ffmpeg_4, libjpeg, libpng, libtiff, eigen
, Carbon ? null, Cocoa ? null
, Carbon, Cocoa
}:
stdenv.mkDerivation rec {
pname = "pangolin";
version = "0.9.1";
src = fetchFromGitHub {