Skip to content

Commit 4b4a448

Browse files
committed
linuxstopmotion: format with nixpkgs-rfc-style
1 parent ec3d46c commit 4b4a448

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

pkgs/applications/video/linuxstopmotion/default.nix

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
{ mkDerivation, lib, fetchgit, pkg-config, qmake, qtbase, qttools, qtmultimedia, libvorbis, libtar, libxml2 }:
1+
{
2+
mkDerivation,
3+
lib,
4+
fetchgit,
5+
pkg-config,
6+
qmake,
7+
qtbase,
8+
qttools,
9+
qtmultimedia,
10+
libvorbis,
11+
libtar,
12+
libxml2,
13+
}:
214

315
mkDerivation rec {
416
version = "0.8.5";
@@ -10,8 +22,18 @@ mkDerivation rec {
1022
sha256 = "1612lkwsfzc59wvdj2zbj5cwsyw66bwn31jrzjrxvygxdh4ab069";
1123
};
1224

13-
nativeBuildInputs = [ qmake pkg-config ];
14-
buildInputs = [ qtbase qttools qtmultimedia libvorbis libtar libxml2 ];
25+
nativeBuildInputs = [
26+
qmake
27+
pkg-config
28+
];
29+
buildInputs = [
30+
qtbase
31+
qttools
32+
qtmultimedia
33+
libvorbis
34+
libtar
35+
libxml2
36+
];
1537

1638
postPatch = ''
1739
substituteInPlace stopmotion.pro --replace '$$[QT_INSTALL_BINS]' '${lib.getDev qttools}/bin'

0 commit comments

Comments
 (0)