buildGoPackage: remove platform.all from packages

This commit is contained in:
zowoq
2020-08-15 19:34:47 -07:00
committed by Jon
parent 42313b92bc
commit a83a88db05
65 changed files with 0 additions and 65 deletions
@@ -18,6 +18,5 @@ buildGoPackage rec {
homepage = "https://github.com/scaleway/scaleway-cli";
license = licenses.mit;
maintainers = with maintainers; [ nickhu ];
platforms = platforms.all;
};
}
-1
View File
@@ -24,7 +24,6 @@ buildGoPackage rec {
description = "Rsync for block devices and disk images";
homepage = "https://github.com/dop251/diskrsync";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ jluttine ];
};
@@ -23,6 +23,5 @@ buildGoPackage rec {
homepage = "https://${goPackagePath}";
license = licenses.asl20;
maintainers = [ maintainers.nicknovitski ];
platforms = platforms.all;
};
}
-1
View File
@@ -22,6 +22,5 @@ buildGoPackage rec {
homepage = "https://github.com/technosophos/dashing";
license = licenses.mit;
maintainers = [ ];
platforms = platforms.all;
};
}
-1
View File
@@ -16,7 +16,6 @@ buildGoPackage rec {
description = "Environment variables substitution for Go";
homepage = "https://github.com/a8m/envsubst";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ nicknovitski ];
};
}
-1
View File
@@ -16,7 +16,6 @@ buildGoPackage rec {
meta = with stdenv.lib; {
homepage = "https://github.com/oem/lnch";
description = "A small go app that launches a process and moves it out of the process group";
platforms = platforms.all;
license = licenses.publicDomain; # really I don't know
};
}
-1
View File
@@ -25,7 +25,6 @@ buildGoPackage rec {
pass-through to standard make.
'';
license = licenses.mit;
platforms = platforms.all;
maintainers = [ maintainers.gabesoft ];
};
}
-1
View File
@@ -35,6 +35,5 @@ buildGoPackage rec {
homepage = "https://github.com/variadico/noti";
license = licenses.mit;
maintainers = with maintainers; [ stites marsam ];
platforms = platforms.all;
};
}
@@ -21,7 +21,6 @@ buildGoPackage rec {
meta = with stdenv.lib; {
homepage = "http://docs.phraseapp.com";
description = "PhraseApp API v2 Command Line Client";
platforms = platforms.all;
license = licenses.mit;
maintainers = with maintainers; [ manveru ];
};
@@ -36,6 +36,5 @@ buildGoPackage rec {
license = licenses.mit;
# It depends on the inputs, i guess? not sure about solaris, for instance. go supports it though
# I hope nix can figure this out?! ¯\\_(ツ)_/¯
platforms = platforms.all;
};
}
-1
View File
@@ -22,7 +22,6 @@ buildGoPackage rec {
homepage = "https://www.teleconsole.com/";
description = "Share your terminal session with people you trust";
license = licenses.asl20;
platforms = platforms.all;
# Builds for Aarch64 not possible in the current release due to
# incompatibilities further up the dependency chain.
# See:
-1
View File
@@ -31,6 +31,5 @@ buildGoPackage rec {
description = "Cowsay replacement with unicode and partial ansi escape support";
license = stdenv.lib.licenses.cc0;
maintainers = [ stdenv.lib.maintainers.chiiruno ];
platforms = stdenv.lib.platforms.all;
};
}
-1
View File
@@ -19,7 +19,6 @@ buildGoPackage rec {
description = "Most effective way for operating in Zabbix Server";
homepage = "https://github.com/kovetskiy/zabbixctl";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ mmahut ];
};
}
@@ -75,7 +75,6 @@ in buildGoPackage rec {
'';
homepage = "https://www.datadoghq.com";
license = licenses.bsd3;
platforms = platforms.all;
maintainers = with maintainers; [ thoughtpolice domenkozar rvl ];
};
}
@@ -19,7 +19,6 @@ buildGoPackage rec {
description = "Live process collector for the DataDog Agent v6";
homepage = "https://www.datadoghq.com";
license = licenses.bsd3;
platforms = platforms.all;
maintainers = with maintainers; [ domenkozar rvl ];
};
}
-1
View File
@@ -16,7 +16,6 @@ buildGoPackage rec {
meta = with stdenv.lib; {
homepage = "https://rsc.io/2fa";
description = "Two-factor authentication on the command line";
platforms = platforms.all;
maintainers = with maintainers; [ rvolosatovs ];
license = licenses.bsd3;
};
-1
View File
@@ -25,7 +25,6 @@ buildGoPackage rec {
description = "aws-vault like tool for Okta authentication";
license = licenses.mit;
maintainers = [maintainers.imalsogreg];
platforms = platforms.all;
homepage = "https://github.com/segmentio/aws-okta";
downloadPage = "https://github.com/segmentio/aws-okta";
};
@@ -16,7 +16,6 @@ buildGoPackage rec {
meta = with stdenv.lib; {
inherit (src.meta) homepage;
description = "Tools to bootstrap CAs, certificate requests, and signed certificates";
platforms = platforms.all;
license = licenses.asl20;
maintainers = with maintainers; [ volth ];
};
-1
View File
@@ -23,7 +23,6 @@ buildGoPackage rec {
homepage = "https://github.com/AdRoll/hologram/";
description = "Easy, painless AWS credentials on developer laptops.";
maintainers = with maintainers; [ nand0p ];
platforms = platforms.all;
license = licenses.asl20;
};
}
@@ -19,7 +19,6 @@ buildGoPackage rec {
meta = with stdenv.lib; {
homepage = "https://github.com/monochromegane/the_platinum_searcher";
description = "A code search tool similar to ack and the_silver_searcher(ag).";
platforms = platforms.all;
license = licenses.mit;
};
}
-1
View File
@@ -21,6 +21,5 @@ buildGoPackage rec {
homepage = "https://sift-tool.org";
maintainers = [ maintainers.carlsverre ];
license = licenses.gpl3;
platforms = platforms.all;
};
}
@@ -18,7 +18,6 @@ buildGoPackage {
meta = with stdenv.lib; {
homepage = "https://github.com/shoenig/marathonctl";
description = "CLI tool for Marathon";
platforms = platforms.all;
license = licenses.mit;
maintainers = with maintainers; [ manveru ];
};