Merge pull request #294943 from SuperSandro2000/pangolin-darwin
pangolin: remove potential bug hidding `? null` from inputs
This commit is contained in:
commit
8fac131a73
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user