bino3d: use mkDerivation from qt
adopted solution from commit 7e0dd3833d51294224ac5f5d8fd375e7935f2d0e
This commit is contained in:
parent
8f151b5022
commit
c9ca90af51
@ -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";
|
pname = "bino";
|
||||||
version = "1.6.7";
|
version = "1.6.7";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user