Packaging/Binaries: Difference between revisions
imported>Altamont Updated opening paragraph prose and added missing word |
imported>R-burns m Driveby stdenv.lib deprecation cleanup: https://github.com/NixOS/nixpkgs/issues/108938 |
||
Line 6: | Line 6: | ||
<syntaxHighlight lang=nix> | <syntaxHighlight lang=nix> | ||
{ stdenv | { stdenv, lib | ||
, fetchurl | , fetchurl | ||
, alsaLib | , alsaLib | ||
Line 45: | Line 45: | ||
''; | ''; | ||
meta = with | meta = with lib; { | ||
homepage = https://studio-link.com; | homepage = https://studio-link.com; | ||
description = "Voip transfer"; | description = "Voip transfer"; |