mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
linuxstopmotion: stop using qt5.mkDerivation
No rebuilds. Ref. https://github.com/NixOS/nixpkgs/issues/180841.
This commit is contained in:
parent
4b4a448aa8
commit
8d8fb83260
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user