Fix Darwin eval
This commit is contained in:
parent
77f3fe79b2
commit
acd97de64d
@ -52,5 +52,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://bluejeans.com;
|
homepage = http://bluejeans.com;
|
||||||
license = stdenv.lib.licenses.unfree;
|
license = stdenv.lib.licenses.unfree;
|
||||||
maintainers = with maintainers; [ ocharles kamilchm ];
|
maintainers = with maintainers; [ ocharles kamilchm ];
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user