fped: remove 'with lib;'

This commit is contained in:
Felix Buehler 2024-08-13 22:04:15 +02:00 committed by Valentin Gagarin
parent f9ffd234e9
commit bbe254322e

View File

@ -3,7 +3,6 @@
, pkg-config
}:
with lib;
stdenv.mkDerivation {
pname = "fped";
version = "unstable-2017-05-11";
@ -39,7 +38,7 @@ stdenv.mkDerivation {
gtk2
];
meta = {
meta = with lib; {
description = "Editor that allows the interactive creation of footprints electronic components";
mainProgram = "fped";
homepage = "http://projects.qi-hardware.com/index.php/p/fped/";