Skip to content

Commit 8d8fb83

Browse files
committed
linuxstopmotion: stop using qt5.mkDerivation
No rebuilds. Ref. #180841.
1 parent 4b4a448 commit 8d8fb83

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkgs/applications/video/linuxstopmotion/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
mkDerivation,
32
lib,
3+
stdenv,
44
fetchgit,
55
pkg-config,
66
qmake,
@@ -10,9 +10,10 @@
1010
libvorbis,
1111
libtar,
1212
libxml2,
13+
wrapQtAppsHook,
1314
}:
1415

15-
mkDerivation rec {
16+
stdenv.mkDerivation rec {
1617
version = "0.8.5";
1718
pname = "linuxstopmotion";
1819

@@ -25,6 +26,7 @@ mkDerivation rec {
2526
nativeBuildInputs = [
2627
qmake
2728
pkg-config
29+
wrapQtAppsHook
2830
];
2931
buildInputs = [
3032
qtbase

0 commit comments

Comments
 (0)