3
0
Fork 0
forked from mirrors/nixpkgs

deepin.udisks2-qt5: 5.0.0 -> 5.0.3

This commit is contained in:
José Romildo Malaquias 2020-05-25 19:14:00 -03:00
parent 3273a97f4a
commit 52c348b630

View file

@ -8,13 +8,13 @@
mkDerivation rec {
pname = "udisks2-qt5";
version = "5.0.0";
version = "5.0.3";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
sha256 = "0mqxm6ixzpbg0rr6ly2kvnkpag8gjza67ya7jv4i4rihbq1d0wzi";
sha256 = "0c87ks9glwhk4m2s7kf7mb43q011yi6l3qjq2ammmfqwl8xal69a";
};
nativeBuildInputs = [
@ -27,11 +27,15 @@ mkDerivation rec {
];
postPatch = ''
searchHardCodedPaths
searchHardCodedPaths # debugging
'';
qmakeFlags = [
"QMAKE_PKGCONFIG_PREFIX=${placeholder "out"}"
];
postFixup = ''
searchHardCodedPaths $out
searchHardCodedPaths $out # debugging
'';
passthru.updateScript = deepin.updateScript { inherit pname version src; };