linuxstopmotion: stop using qt5.mkDerivation

No rebuilds.

Ref. https://github.com/NixOS/nixpkgs/issues/180841.
This commit is contained in:
Bjørn Forsman 2024-11-01 18:54:40 +01:00
parent 4b4a448aa8
commit 8d8fb83260

View File

@ -1,6 +1,6 @@
{
mkDerivation,
lib,
stdenv,
fetchgit,
pkg-config,
qmake,
@ -10,9 +10,10 @@
libvorbis,
libtar,
libxml2,
wrapQtAppsHook,
}:
mkDerivation rec {
stdenv.mkDerivation rec {
version = "0.8.5";
pname = "linuxstopmotion";
@ -25,6 +26,7 @@ mkDerivation rec {
nativeBuildInputs = [
qmake
pkg-config
wrapQtAppsHook
];
buildInputs = [
qtbase