Loading pkgs/by-name/fu/fusesoc/package.nix +5 −2 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ gitMinimal, openssh, writableTmpDirAsHomeHook, nix-update-script, }: python3Packages.buildPythonApplication (finalAttrs: { pname = "fusesoc"; Loading Loading @@ -64,11 +65,13 @@ python3Packages.buildPythonApplication (finalAttrs: { }" ]; passthru.updateScript = nix-update-script { }; meta = { homepage = "https://github.com/olofk/fusesoc"; description = "Package manager and build tools for HDL code"; maintainers = [ ]; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ VZstless ]; license = lib.licenses.bsd2; mainProgram = "fusesoc"; }; }) Loading
pkgs/by-name/fu/fusesoc/package.nix +5 −2 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ gitMinimal, openssh, writableTmpDirAsHomeHook, nix-update-script, }: python3Packages.buildPythonApplication (finalAttrs: { pname = "fusesoc"; Loading Loading @@ -64,11 +65,13 @@ python3Packages.buildPythonApplication (finalAttrs: { }" ]; passthru.updateScript = nix-update-script { }; meta = { homepage = "https://github.com/olofk/fusesoc"; description = "Package manager and build tools for HDL code"; maintainers = [ ]; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ VZstless ]; license = lib.licenses.bsd2; mainProgram = "fusesoc"; }; })