Fix typos
svn path=/nixpkgs/trunk/; revision=17223
This commit is contained in:
@@ -43,6 +43,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://www.gnu.org/software/emacs/;
|
||||
license = "GPLv3+";
|
||||
|
||||
platforms = linux; # GTK & co. are needed.
|
||||
platforms = stdenv.lib.platforms.linux; # GTK & co. are needed.
|
||||
};
|
||||
}
|
||||
|
||||
@@ -67,6 +67,6 @@ stdenv.mkDerivation rec {
|
||||
license = "GPLv3+";
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||
platforms = linux; # GTK & co. are needed.
|
||||
platforms = stdenv.lib.platforms.linux; # GTK & co. are needed.
|
||||
};
|
||||
}
|
||||
|
||||
@@ -53,6 +53,6 @@ stdenv.mkDerivation {
|
||||
homepage = http://www.emacswiki.org/cgi-bin/wiki/XftGnuEmacs;
|
||||
license = "GPLv3+";
|
||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||
platforms = linux; # GTK & co. are needed.
|
||||
platforms = stdenv.lib.platforms.linux; # GTK & co. are needed.
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user