mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 02:28:40 +00:00
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";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
platforms = all;
|
||||
platforms = platforms.all;
|
||||
license = "GPL2";
|
||||
maintainers = [ urkud ];
|
||||
maintainers = [ maintainers.urkud ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user