samba, imagemagick: Add missing meta info
This commit is contained in:
parent
53efca6946
commit
1e9e2cb2bb
@ -46,6 +46,8 @@ stdenv.mkDerivation rec {
|
||||
'' else "";
|
||||
|
||||
meta = {
|
||||
homepage = http://www.imagemagick.org;
|
||||
homepage = http://www.imagemagick.org/;
|
||||
description = "A software suite to create, edit, compose, or convert bitmap images";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -75,4 +75,10 @@ stdenv.mkDerivation rec {
|
||||
cp ../examples/LDAP/samba.schema $out/etc/openldap/schema
|
||||
'' # */
|
||||
+ stdenv.lib.optionalString (configDir == "") "touch $out/lib/smb.conf";
|
||||
|
||||
meta = {
|
||||
homepage = http://www.samba.org/;
|
||||
description = "The standard Windows interoperability suite of programs for Linux and Unix";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -6758,7 +6758,7 @@ let
|
||||
|
||||
cuneiform = builderDefsPackage (import ../tools/graphics/cuneiform) {
|
||||
inherit cmake patchelf;
|
||||
imagemagick=imagemagick;
|
||||
imagemagick = imagemagick;
|
||||
};
|
||||
|
||||
cvs = callPackage ../applications/version-management/cvs { };
|
||||
|
@ -146,7 +146,6 @@ with (import ./release-lib.nix);
|
||||
icewm = linux;
|
||||
idutils = all;
|
||||
ifplugd = linux;
|
||||
imagemagick = allBut "i686-cygwin";
|
||||
impressive = linux;
|
||||
inetutils = linux;
|
||||
inkscape = linux;
|
||||
@ -252,7 +251,6 @@ with (import ./release-lib.nix);
|
||||
rubber = allBut "i686-cygwin";
|
||||
ruby = all;
|
||||
rxvt_unicode = linux;
|
||||
samba = linux;
|
||||
screen = linux ++ darwin;
|
||||
scrot = linux;
|
||||
sdparm = linux;
|
||||
|
Loading…
Reference in New Issue
Block a user