Merge pull request #80069 from hax404/fix_bino3d_xcb

bino3d: use mkDerivation from qt
This commit is contained in:
Florian Klink 2020-02-14 00:19:53 +01:00 committed by GitHub
commit b2f603e3bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{ stdenv, lib, fetchurl, pkgconfig, ffmpeg, glew, libass, openal, qtbase }:
{ mkDerivation, lib, fetchurl, pkgconfig, ffmpeg, glew, libass, openal, qtbase }:
stdenv.mkDerivation rec {
mkDerivation rec {
pname = "bino";
version = "1.6.7";