mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 18:54:42 +00:00
fped: remove 'with lib;'
This commit is contained in:
parent
f9ffd234e9
commit
bbe254322e
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user