1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 15:41:40 +00:00

qml-box2d: 2018-03-16 -> 2018-04-06

This commit is contained in:
Guillaume Bouchard 2018-12-20 16:08:53 +01:00
parent 2141b4add1
commit 4043e157f5
2 changed files with 4 additions and 4 deletions

View file

@ -1,11 +1,11 @@
{stdenv, qtdeclarative, fetchFromGitHub, qmake }: {stdenv, qtdeclarative, fetchFromGitHub, qmake }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "qml-box2d-2018-03-16"; name = "qml-box2d-2018-04-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "qml-box2d"; owner = "qml-box2d";
repo = "qml-box2d"; repo = "qml-box2d";
sha256 = "1fbsvv28b4r0szcv8bk5gxpf8v534jp2axyfp438384sy757wsq2"; sha256 = "0gb8limy6ck23z3k0k2j7c4c4s95p40f6lbzk4szq7fjnnw22kb7";
rev = "21e57f1"; rev = "b7212d5640701f93f0cd88fbd3a32c619030ae62";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;

View file

@ -12243,7 +12243,7 @@ in
qmltermwidget = callPackage ../development/libraries/qmltermwidget { qmltermwidget = callPackage ../development/libraries/qmltermwidget {
inherit (darwin.apple_sdk.libs) utmp; inherit (darwin.apple_sdk.libs) utmp;
}; };
qmlbox2d = libsForQt59.callPackage ../development/libraries/qmlbox2d { }; qmlbox2d = libsForQt5.callPackage ../development/libraries/qmlbox2d { };
qscintilla = callPackage ../development/libraries/qscintilla { qscintilla = callPackage ../development/libraries/qscintilla {
withQt5 = true; withQt5 = true;