forked from mirrors/nixpkgs
Force stdenv2 in kde4 scope
svn path=/nixpkgs/trunk/; revision=24090
This commit is contained in:
parent
739f82a526
commit
d7d8f7d64f
|
@ -1,7 +1,7 @@
|
|||
pkgs:
|
||||
|
||||
pkgs.recurseIntoAttrs (rec {
|
||||
inherit (pkgs) qt4;
|
||||
inherit (pkgs) qt4 stdenv;
|
||||
|
||||
### SUPPORT
|
||||
automoc4 = import ./support/automoc4 {
|
||||
|
|
|
@ -3,15 +3,13 @@
|
|||
{
|
||||
recurseForRelease = true;
|
||||
|
||||
inherit callPackage;
|
||||
inherit callPackage stdenv;
|
||||
|
||||
qt4 = qt47;
|
||||
|
||||
phonon = null;
|
||||
|
||||
kde = import ./kde-package {
|
||||
inherit stdenv fetchurl;
|
||||
};
|
||||
kde = callPackage ./kde-package { };
|
||||
|
||||
### SUPPORT
|
||||
akonadi = callPackage ./support/akonadi { };
|
||||
|
|
|
@ -5791,9 +5791,7 @@ let
|
|||
|
||||
jwm = callPackage ../applications/window-managers/jwm { };
|
||||
|
||||
kadu = newScope pkgs.kde45 ../applications/networking/instant-messengers/kadu {
|
||||
stdenv = stdenv2;
|
||||
};
|
||||
kadu = newScope pkgs.kde45 ../applications/networking/instant-messengers/kadu { };
|
||||
|
||||
kbluetooth = newScope pkgs.kde4 ../tools/bluetooth/kbluetooth { };
|
||||
|
||||
|
@ -6687,8 +6685,8 @@ let
|
|||
inherit (pkgs.kde45) qt4 kdelibs;
|
||||
};
|
||||
shared_desktop_ontologies = pkgs.shared_desktop_ontologies.override { v = "0.5"; };
|
||||
stdenv = pkgs.stdenv2;
|
||||
} // pkgs.kde45);
|
||||
stdenv = pkgs.stdenv2;
|
||||
};
|
||||
|
||||
xfce = xfce4;
|
||||
|
|
Loading…
Reference in a new issue