treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
This commit is contained in:
@@ -8,10 +8,11 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1j49ffl8gpfaq99hkylf3fjiygq74w1kpfp8f52xbpx57vn9587g";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib;
|
||||
{ description = "Interpreter for the AWK Programming Language";
|
||||
homepage = http://invisible-island.net/mawk/mawk.html;
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ ehmry ];
|
||||
};
|
||||
}
|
||||
meta = with stdenv.lib; {
|
||||
description = "Interpreter for the AWK Programming Language";
|
||||
homepage = http://invisible-island.net/mawk/mawk.html;
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ ehmry ];
|
||||
platforms = with platforms; unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user