Skip to content

Commit

Permalink
treewide: more eval fixes
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <[email protected]>
  • Loading branch information
lucasew committed Jan 7, 2025
1 parent 7653bd3 commit 1a2d582
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pkgs/by-name/re/redeclipse/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://www.redeclipse.net";
license = with lib.licenses; [
licenses.zlib
lib.licenses.zlib
cc-by-sa-30
];
maintainers = with lib.maintainers; [ lambda-11235 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/tr/trrntzip/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/0-wiz-0/trrntzip";
license = with lib.licenses; [
# "This software includes code from minizip, which is part of zlib"
licenses.zlib
lib.licenses.zlib

gpl2Plus
];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ve/vectorscan/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ stdenv.mkDerivation rec {
license = with lib.licenses; [
bsd3 # and
bsd2 # and
licenses.boost
lib.licenses.boost
];
maintainers = with lib.maintainers; [
tnias
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/xb/xbill/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
install -Dm644 pixmaps/icon.xpm $out/share/pixmaps/xbill.xpm
'';

meta = with stdenv; {
meta = {
description = "Protect a computer network from getting infected";
homepage = "http://www.xbill.org/";
license = lib.licenses.gpl1Only;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/enlightenment/efl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ stdenv.mkDerivation rec {
license = with lib.licenses; [
bsd2
lgpl2Only
licenses.zlib
lib.licenses.zlib
];
platforms = lib.platforms.linux;
maintainers =
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/compilers/scala/2.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.scala-lang.org/";
license = lib.licenses.bsd3;
platforms = lib.platforms.all;
branch = versions.majorMinor version;
branch = lib.versions.majorMinor version;
maintainers = with lib.maintainers; [
nequissimus
kashw2
Expand Down

0 comments on commit 1a2d582

Please sign in to comment.