Skip to content

Commit

Permalink
bino3d: use mkDerivation from qt
Browse files Browse the repository at this point in the history
adopted solution from commit 7e0dd38

(cherry picked from commit c9ca90a)
  • Loading branch information
hax404 authored and flokli committed Feb 13, 2020
1 parent 62e87b1 commit 8731aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/bino3d/default.nix
@@ -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";

Expand Down

0 comments on commit 8731aaa

Please sign in to comment.