catdoc: fix evaluation error
svn path=/nixpkgs/trunk/; revision=21577
This commit is contained in:
parent
796ffd9f71
commit
de4815afa8
@ -10,8 +10,8 @@ stdenv.mkDerivation rec {
|
|||||||
configureFlags = "--disable-wordview";
|
configureFlags = "--disable-wordview";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
platforms = all;
|
platforms = platforms.all;
|
||||||
license = "GPL2";
|
license = "GPL2";
|
||||||
maintainers = [ urkud ];
|
maintainers = [ maintainers.urkud ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user