15 stdenv.mkDerivation rec {
19 src = fetchFromGitHub {
23 hash = "sha256-/Hw7ZTv2CbDcKuyI27wC46IxCcTnrXDS/Mf7csUTc7w=";
24 fetchSubmodules = true;
36 buildInputs = [ qtbase ];
39 description = "Free EDA software to develop printed circuit boards";
40 homepage = "https://librepcb.org/";
41 maintainers = with maintainers; [
45 license = licenses.gpl3Plus;
46 platforms = platforms.linux;