qt48: fix build on darwin
* build with clang
This commit is contained in:
committed by
Rok Garbas
parent
3d6f857f99
commit
6fc89eead6
@@ -147,10 +147,10 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = http://qt-project.org/;
|
||||
homepage = http://qt-project.org/;
|
||||
description = "A cross-platform application framework for C++";
|
||||
license = "GPL/LGPL";
|
||||
maintainers = with maintainers; [ urkud sander phreedom ];
|
||||
platforms = platforms.all;
|
||||
license = "GPL/LGPL";
|
||||
maintainers = with maintainers; [ lovek323 phreedom sander urkud ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user