Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/pkgs/development/libraries/kde-frameworks/kjsembed.nix

14 lines
319 B
Nix
Raw Normal View History

kdeFrameworks: rename kdeFramework to mkDerivation
2017-05-15 12:05:35 -05:00
{
kdeFrameworks: fixup inputs and outputs - Reduce environment pollution with a separate $bin output containing programs, plugins, and shared data. Libraries remain in $out and are not installed into the environment. - Only propagate build inputs as required.
2017-05-22 13:49:07 -05:00
mkDerivation, lib,
extra-cmake-modules, kdoctools, qttools,
ki18n, kjs, qtsvg,
kde5_latest.frameworks: 5.19 -> 5.21
2016-04-21 10:32:21 -05:00
}:
kdeFrameworks: rename kdeFramework to mkDerivation
2017-05-15 12:05:35 -05:00
mkDerivation {
kde5_latest.frameworks: 5.19 -> 5.21
2016-04-21 10:32:21 -05:00
name = "kjsembed";
kde5.kjsembed: propagate all buildInputs
2016-04-28 10:57:06 -05:00
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
kdeFrameworks: fixup inputs and outputs - Reduce environment pollution with a separate $bin output containing programs, plugins, and shared data. Libraries remain in $out and are not installed into the environment. - Only propagate build inputs as required.
2017-05-22 13:49:07 -05:00
nativeBuildInputs = [ extra-cmake-modules kdoctools qttools ];
buildInputs = [ ki18n qtsvg ];
propagatedBuildInputs = [ kjs ];
kde5_latest.frameworks: 5.19 -> 5.21
2016-04-21 10:32:21 -05:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 5146ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API