Loading pkgs/applications/audio/proteus/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ stdenv.mkDerivation rec { env.NIX_CFLAGS_COMPILE = toString [ # Support JACK output in the standalone application: "-DJUCE_JACK" # Accomodate -flto: # Accommodate -flto: "-ffat-lto-objects" ]; Loading pkgs/applications/editors/vscode/extensions/ms-vscode.cpptools/update_helper.sh +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ set -euo pipefail # - run their '--version' and call 'ldd' # - print the version of the runtime deps nix replacements. # # TODO: Print to a properly formated nix file all the required information to fetch everything (extension + runtime deps). # TODO: Print to a properly formatted nix file all the required information to fetch everything (extension + runtime deps). # TODO: Print x86 and maybe darwin runtime dependencies. # Loading pkgs/applications/editors/vscode/generic.nix +1 −1 Original line number Diff line number Diff line Loading @@ -192,7 +192,7 @@ let meta = meta // { description = '' Wrapped variant of ${pname} which launches in a FHS compatible envrionment. Wrapped variant of ${pname} which launches in a FHS compatible environment. Should allow for easy usage of extensions without nix-specific modifications. ''; }; Loading pkgs/applications/networking/irc/quassel/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ in (if !buildClient then stdenv.mkDerivation else mkDerivation) rec { meta = with lib; { homepage = "https://quassel-irc.org/"; description = "Qt/KDE distributed IRC client suppporting a remote daemon"; description = "Qt/KDE distributed IRC client supporting a remote daemon"; longDescription = '' Quassel IRC is a cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to Loading pkgs/applications/science/electronics/digital/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ stdenv.mkDerivation rec { }; # Fetching maven dependencies from "central" needs the network at build phase, # we do that in this extra derivation that explicitely specifies its # we do that in this extra derivation that explicitly specifies its # outputHash to ensure determinism. mavenDeps = stdenv.mkDerivation { name = "${pname}-${version}-maven-deps"; Loading Loading
pkgs/applications/audio/proteus/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ stdenv.mkDerivation rec { env.NIX_CFLAGS_COMPILE = toString [ # Support JACK output in the standalone application: "-DJUCE_JACK" # Accomodate -flto: # Accommodate -flto: "-ffat-lto-objects" ]; Loading
pkgs/applications/editors/vscode/extensions/ms-vscode.cpptools/update_helper.sh +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ set -euo pipefail # - run their '--version' and call 'ldd' # - print the version of the runtime deps nix replacements. # # TODO: Print to a properly formated nix file all the required information to fetch everything (extension + runtime deps). # TODO: Print to a properly formatted nix file all the required information to fetch everything (extension + runtime deps). # TODO: Print x86 and maybe darwin runtime dependencies. # Loading
pkgs/applications/editors/vscode/generic.nix +1 −1 Original line number Diff line number Diff line Loading @@ -192,7 +192,7 @@ let meta = meta // { description = '' Wrapped variant of ${pname} which launches in a FHS compatible envrionment. Wrapped variant of ${pname} which launches in a FHS compatible environment. Should allow for easy usage of extensions without nix-specific modifications. ''; }; Loading
pkgs/applications/networking/irc/quassel/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ in (if !buildClient then stdenv.mkDerivation else mkDerivation) rec { meta = with lib; { homepage = "https://quassel-irc.org/"; description = "Qt/KDE distributed IRC client suppporting a remote daemon"; description = "Qt/KDE distributed IRC client supporting a remote daemon"; longDescription = '' Quassel IRC is a cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to Loading
pkgs/applications/science/electronics/digital/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ stdenv.mkDerivation rec { }; # Fetching maven dependencies from "central" needs the network at build phase, # we do that in this extra derivation that explicitely specifies its # we do that in this extra derivation that explicitly specifies its # outputHash to ensure determinism. mavenDeps = stdenv.mkDerivation { name = "${pname}-${version}-maven-deps"; Loading