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/kpty.nix

10 lines
287 B
Nix
Raw Normal View History

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, kcoreaddons, ki18n, qtbase, }:
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 = "kpty";
kde5.kpty: propagate all buildInputs
2016-04-28 11:00:04 -05:00
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
extra-cmake-modules: Lift Qt dependency
2017-02-26 06:49:15 -06:00
nativeBuildInputs = [ extra-cmake-modules ];
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
buildInputs = [ kcoreaddons ki18n qtbase ];
outputs = [ "out" "dev" ];
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: 1937ms Template: 2ms
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