mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
welle-io: remove nested "with lib" in meta.
This commit is contained in:
parent
c307ae10ca
commit
aa15d45adf
@ -55,17 +55,17 @@ stdenv.mkDerivation rec {
|
|||||||
"-DSOAPYSDR=true"
|
"-DSOAPYSDR=true"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "DAB/DAB+ Software Radio";
|
description = "DAB/DAB+ Software Radio";
|
||||||
homepage = "https://www.welle.io/";
|
homepage = "https://www.welle.io/";
|
||||||
maintainers = with maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
ck3d
|
ck3d
|
||||||
markuskowa
|
markuskowa
|
||||||
];
|
];
|
||||||
license = licenses.gpl2Only;
|
license = lib.licenses.gpl2Only;
|
||||||
platforms = [
|
platforms = [
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
"i686-linux"
|
"i686-linux"
|
||||||
] ++ platforms.darwin;
|
] ++ lib.platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user