Merge pull request #62204 from peterhoeg/u/quaternion
quaternion: 0.0.9.4 -> 0.0.9.4c
This commit is contained in:
commit
c10addd601
|
@ -37,6 +37,7 @@ let
|
|||
};
|
||||
|
||||
in rec {
|
||||
quaternion = generic "0.0.9.4" "12mkwiqqbi4774kwl7gha72jyf0jf547acy6rw8ry249zl4lja54" "" libqmatrixclient_0_5;
|
||||
quaternion = generic "0.0.9.4c" "12mkwiqqbi4774kwl7gha72jyf0jf547acy6rw8ry249zl4lja54" "" libqmatrixclient_0_5;
|
||||
|
||||
quaternion-git = quaternion;
|
||||
}
|
||||
|
|
|
@ -12,6 +12,10 @@ let
|
|||
inherit sha256;
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
sed -i -e '/example/Id' CMakeLists.txt
|
||||
'';
|
||||
|
||||
buildInputs = [ qtbase qtmultimedia ];
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
@ -27,6 +31,7 @@ let
|
|||
|
||||
in rec {
|
||||
libqmatrixclient_0_4 = generic "0.4.2.1" "056hvp2m74wx72yd8vai18siddj9l8bhrvrkc4ia4cwjsqw02kid" "v";
|
||||
libqmatrixclient_0_5 = generic "0.5.1.2" "0vvpm1vlqfvhgfvavifrj4998g8v33hp5xjf0n8zfsmg4lxlnfg1" "";
|
||||
libqmatrixclient_0_5 = generic "0.5.2" "1bhlqfs7251fss4icx794ka614npr6zyrpp4qwc4q5408ykfm7lr" "";
|
||||
|
||||
libqmatrixclient = libqmatrixclient_0_4;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue