* Fix breakage in r22897.
svn path=/nixpkgs/trunk/; revision=22901
This commit is contained in:
@@ -5980,23 +5980,14 @@ let
|
|||||||
inherit (kde4) qt4 kdelibs automoc4 phonon;
|
inherit (kde4) qt4 kdelibs automoc4 phonon;
|
||||||
};
|
};
|
||||||
|
|
||||||
<<<<<<< HEAD
|
rsibreak = callPackage ../applications/misc/rsibreak {
|
||||||
rsync = callPackage ../applications/networking/sync/rsync {
|
|
||||||
||||||| merged common ancestors
|
|
||||||
rsync = import ../applications/networking/sync/rsync {
|
|
||||||
inherit fetchurl stdenv acl perl;
|
|
||||||
=======
|
|
||||||
rsibreak = makeOverridable (import ../applications/misc/rsibreak) {
|
|
||||||
inherit fetchurl stdenv cmake;
|
|
||||||
inherit (kde4) kdelibs kdebase_workspace;
|
inherit (kde4) kdelibs kdebase_workspace;
|
||||||
};
|
};
|
||||||
|
|
||||||
rsync = import ../applications/networking/sync/rsync {
|
rsync = callPackage ../applications/networking/sync/rsync {
|
||||||
inherit fetchurl stdenv acl perl;
|
|
||||||
>>>>>>> Add rsibreak
|
|
||||||
enableACLs = !stdenv.isDarwin;
|
enableACLs = !stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
|
|
||||||
rxvt = callPackage ../applications/misc/rxvt { };
|
rxvt = callPackage ../applications/misc/rxvt { };
|
||||||
|
|
||||||
# = urxvt
|
# = urxvt
|
||||||
|
|||||||
Reference in New Issue
Block a user