all-packages.nix: fixed path to stardict expression
svn path=/nixpkgs/trunk/; revision=34540
This commit is contained in:
parent
71882eb193
commit
5f81184129
@ -1414,8 +1414,8 @@ let
|
||||
|
||||
smbnetfs = callPackage ../tools/filesystems/smbnetfs {};
|
||||
|
||||
stardict = callPackage ./stardict/stardict.nix {
|
||||
inherit (gnome) libgnomeui scrollkeeper;
|
||||
stardict = callPackage ../applications/misc/stardict/stardict.nix {
|
||||
inherit (gnome) libgnomeui scrollkeeper;
|
||||
};
|
||||
|
||||
fusesmb = callPackage ../tools/filesystems/fusesmb { };
|
||||
|
Loading…
Reference in New Issue
Block a user