Adopt more packages.
This commit is contained in:
@@ -12,9 +12,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
doCheck = true; # takes lots of time but will be run rarely (small build-time closure)
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://xiph.org/flac/;
|
||||
description = "Library and tools for encoding and decoding the FLAC lossless audio file format";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
platforms = platforms.all;
|
||||
maintainers = maintainers.mornfall;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user