tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ffmpegthumbs: fixup inputs and outputs
Thomas Tuegel
8 years ago
da47cdff
28446683
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
kde
ffmpegthumbs.nix
+1
-1
pkgs/applications/kde/ffmpegthumbs.nix
···
11
maintainers = [ lib.maintainers.ttuegel ];
12
};
13
nativeBuildInputs = [ extra-cmake-modules ];
14
-
propagatedBuildInputs = [ ffmpeg kio ];
15
}
···
11
maintainers = [ lib.maintainers.ttuegel ];
12
};
13
nativeBuildInputs = [ extra-cmake-modules ];
14
+
buildInputs = [ ffmpeg kio ];
15
}