bino3d: use mkDerivation from qt
adopted solution from commit 7e0dd3833d
This commit is contained in:
parent
8f151b5022
commit
c9ca90af51
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue