mapmap: build with libsForQt5
This commit is contained in:
parent
95042a58fb
commit
e7525e2c7a
@ -46,6 +46,11 @@ mkDerivation rec {
|
||||
url = "https://github.com/mapmapteam/mapmap/pull/519/commits/22eeee59ba7de6de7b73ecec3b0ea93bdc7f04e8.patch";
|
||||
sha256 = "0is905a4lf9vvl5b1n4ky6shrnbs5kz9mlwfk78hrl4zabfmcl5l";
|
||||
})
|
||||
# fix build with libsForQt515
|
||||
(fetchpatch {
|
||||
url = "https://github.com/mapmapteam/mapmap/pull/518/commits/ac49acc1e2ec839832b86838e93a8c13030affeb.patch";
|
||||
sha256 = "sha256-tSLbyIDv5mSejnw9oru5KLAyQqjgJLLREKQomEUcGt8=";
|
||||
})
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
|
@ -22589,7 +22589,7 @@ in
|
||||
|
||||
mandelbulber = libsForQt5.callPackage ../applications/graphics/mandelbulber { };
|
||||
|
||||
mapmap = libsForQt514.callPackage ../applications/video/mapmap { };
|
||||
mapmap = libsForQt5.callPackage ../applications/video/mapmap { };
|
||||
|
||||
marathonctl = callPackage ../tools/virtualization/marathonctl { } ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user