forked from mirrors/nixpkgs
Adopt packages.
This commit is contained in:
parent
1a68ee7deb
commit
6f5be260b4
|
@ -56,6 +56,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
homepage = http://emacs-w3m.namazu.org/;
|
||||
|
||||
maintainers = [ ];
|
||||
maintainers = [ stdenv.lib.maintainers.mornfall ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,4 +18,9 @@ stdenv.mkDerivation rec {
|
|||
-e s,@INSTALL@,$out/share/photivo, \
|
||||
-i Sources/ptSettings.cpp
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
platforms = platforms.linux;
|
||||
maintainers = maintainers.mornfall;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -39,8 +39,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = false;
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://w3m.sourceforge.net/;
|
||||
description = "A text-mode web browser";
|
||||
maintainers = maintainers.mornfall;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -57,6 +57,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://www.cmake.org/;
|
||||
description = "Cross-Platform Makefile Generator";
|
||||
platforms = if useQt4 then qt4.meta.platforms else stdenv.lib.platforms.all;
|
||||
maintainers = [ stdenv.lib.maintainers.urkud ];
|
||||
maintainers = with stdenv.lib.maintainers; [ urkud mornfall ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -28,5 +28,6 @@ stdenv.mkDerivation {
|
|||
socket (IPv6/IPv4/UNIX local), or partition (by opening a file
|
||||
from it).
|
||||
'';
|
||||
maintainers = stdenv.lib.maintainers.mornfall;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,4 +23,9 @@ stdenv.mkDerivation rec {
|
|||
echo "exec $out/stepmania" >> $out/bin/stepmania
|
||||
chmod +x $out/bin/stepmania
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
platforms = platforms.linux;
|
||||
maintainers = maintainers.mornfall;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -19,5 +19,6 @@ stdenv.mkDerivation {
|
|||
pam_krb5 can optionally convert Kerberos 5 credentials to Kerberos IV
|
||||
credentials and/or use them to set up AFS tokens for a user's session.
|
||||
'';
|
||||
maintainers = stdenv.lib.maintainers.mornfall;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -14,5 +14,6 @@ stdenv.mkDerivation {
|
|||
|
||||
meta = {
|
||||
description = "Dict protocol server and client";
|
||||
maintainers = with stdenv.lib.maintainers; mornfall;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue