Merge pull request #84673 from mmilata/qt5-mkDerivation-stdenv

Use qt5's mkDerivation in packages that otherwise crash
This commit is contained in:
worldofpeace
2020-04-22 13:39:46 -04:00
committed by GitHub
32 changed files with 73 additions and 70 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, qmake, boost }:
{ mkDerivation, stdenv, fetchurl, qmake, boost }:
stdenv.mkDerivation rec {
mkDerivation rec {
pname = "glogg";
version = "1.1.4";