pangolin: remove trailing whitespace
This commit is contained in:
parent
dd59167aee
commit
95d4e9a7d1
1 changed files with 11 additions and 11 deletions
|
@ -15,18 +15,18 @@ stdenv.mkDerivation {
|
|||
sha256 = "0pfbaarlsw7f7cmsppm7m13nz0k530wwwyczy2l9k448p3v7x9j0";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake pkgconfig doxygen ];
|
||||
nativeBuildInputs = [ cmake pkgconfig doxygen ];
|
||||
|
||||
buildInputs = [
|
||||
libGL
|
||||
glew
|
||||
xorg.libX11
|
||||
ffmpeg_3
|
||||
python3
|
||||
libjpeg
|
||||
libpng
|
||||
libtiff
|
||||
eigen
|
||||
buildInputs = [
|
||||
libGL
|
||||
glew
|
||||
xorg.libX11
|
||||
ffmpeg_3
|
||||
python3
|
||||
libjpeg
|
||||
libpng
|
||||
libtiff
|
||||
eigen
|
||||
]
|
||||
++ lib.optionals stdenv.isDarwin [ Carbon Cocoa ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue