Loading pkgs/applications/networking/remote/rustdesk/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ rustPlatform.buildRustPackage rec { ./cargo.patch ]; # Manually simulate a vcpkg installation so that it can link the libaries # Manually simulate a vcpkg installation so that it can link the libraries # properly. postUnpack = let Loading pkgs/applications/window-managers/afterstep/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ stdenv.mkDerivation rec { export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE $(pkg-config dbus-1 --cflags)" ''; # Parallel build fails due to missing dependencies between private libaries: # Parallel build fails due to missing dependencies between private libraries: # ld: cannot find ../libAfterConf/libAfterConf.a: No such file or directory # Let's disable parallel builds until it's fixed upstream: # https://github.com/afterstep/afterstep/issues/8 Loading pkgs/build-support/rust/build-rust-crate/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -125,10 +125,10 @@ crate_: lib.makeOverridable # hello = attrs: { buildInputs = [ openssl ]; }; # } , crateOverrides # Rust library dependencies, i.e. other libaries that were built # Rust library dependencies, i.e. other libraries that were built # with buildRustCrate. , dependencies # Rust build dependencies, i.e. other libaries that were built # Rust build dependencies, i.e. other libraries that were built # with buildRustCrate and are used by a build script. , buildDependencies # Specify the "extern" name of a library if it differs from the library target. Loading pkgs/development/compilers/gcc/common/pre-configure.nix +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ in lib.optionalString (hostPlatform.isSunOS && hostPlatform.is64bit) '' # This fix would not be necessary if ANY of the above were false: # - If Nix used native headers for each different MacOS version, aligned_alloc # would be in the headers on Catalina. # - If Nix used the same libary binaries for each MacOS version, aligned_alloc # - If Nix used the same library binaries for each MacOS version, aligned_alloc # would not be in the library binaries. # - If Catalina did not include aligned_alloc, this wouldn't be a problem. # - If the configure scripts looked for header presence as well as Loading pkgs/development/libraries/libixp/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ stdenv.mkDerivation rec { meta = { homepage = "https://github.com/0intro/libixp"; description = "Portable, simple C-language 9P client and server libary"; description = "Portable, simple C-language 9P client and server library"; maintainers = with lib.maintainers; [ kovirobi ]; license = lib.licenses.mit; platforms = with lib.platforms; unix; Loading Loading
pkgs/applications/networking/remote/rustdesk/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ rustPlatform.buildRustPackage rec { ./cargo.patch ]; # Manually simulate a vcpkg installation so that it can link the libaries # Manually simulate a vcpkg installation so that it can link the libraries # properly. postUnpack = let Loading
pkgs/applications/window-managers/afterstep/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ stdenv.mkDerivation rec { export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE $(pkg-config dbus-1 --cflags)" ''; # Parallel build fails due to missing dependencies between private libaries: # Parallel build fails due to missing dependencies between private libraries: # ld: cannot find ../libAfterConf/libAfterConf.a: No such file or directory # Let's disable parallel builds until it's fixed upstream: # https://github.com/afterstep/afterstep/issues/8 Loading
pkgs/build-support/rust/build-rust-crate/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -125,10 +125,10 @@ crate_: lib.makeOverridable # hello = attrs: { buildInputs = [ openssl ]; }; # } , crateOverrides # Rust library dependencies, i.e. other libaries that were built # Rust library dependencies, i.e. other libraries that were built # with buildRustCrate. , dependencies # Rust build dependencies, i.e. other libaries that were built # Rust build dependencies, i.e. other libraries that were built # with buildRustCrate and are used by a build script. , buildDependencies # Specify the "extern" name of a library if it differs from the library target. Loading
pkgs/development/compilers/gcc/common/pre-configure.nix +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ in lib.optionalString (hostPlatform.isSunOS && hostPlatform.is64bit) '' # This fix would not be necessary if ANY of the above were false: # - If Nix used native headers for each different MacOS version, aligned_alloc # would be in the headers on Catalina. # - If Nix used the same libary binaries for each MacOS version, aligned_alloc # - If Nix used the same library binaries for each MacOS version, aligned_alloc # would not be in the library binaries. # - If Catalina did not include aligned_alloc, this wouldn't be a problem. # - If the configure scripts looked for header presence as well as Loading
pkgs/development/libraries/libixp/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ stdenv.mkDerivation rec { meta = { homepage = "https://github.com/0intro/libixp"; description = "Portable, simple C-language 9P client and server libary"; description = "Portable, simple C-language 9P client and server library"; maintainers = with lib.maintainers; [ kovirobi ]; license = lib.licenses.mit; platforms = with lib.platforms; unix; Loading