1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-20 04:48:10 +00:00
nixpkgs/pkgs/development/libraries/kde-frameworks/kunitconversion.nix

9 lines
238 B
Nix
Raw Normal View History

{ kdeFramework, lib, extra-cmake-modules, ki18n }:
2016-04-21 16:32:21 +01:00
kdeFramework {
name = "kunitconversion";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules ];
2016-04-21 16:32:21 +01:00
propagatedBuildInputs = [ ki18n ];
}