buildGoPackage: remove platform.all from packages

authored by

zowoq and committed by
Jon
a83a88db 42313b92

-65
-1
pkgs/applications/graphics/yeetgif/default.nix
··· 18 homepage = "https://github.com/sgreben/yeetgif"; 19 license = with licenses; [ mit asl20 cc-by-nc-sa-40 ]; 20 maintainers = with maintainers; [ ajs124 ]; 21 - platforms = platforms.all; 22 }; 23 }
··· 18 homepage = "https://github.com/sgreben/yeetgif"; 19 license = with licenses; [ mit asl20 cc-by-nc-sa-40 ]; 20 maintainers = with maintainers; [ ajs124 ]; 21 }; 22 }
-1
pkgs/applications/misc/mop/default.nix
··· 26 description = "Simple stock tracker implemented in go"; 27 homepage = "https://github.com/mop-tracker/mop"; 28 license = licenses.mit; 29 - platforms = platforms.all; 30 }; 31 }
··· 26 description = "Simple stock tracker implemented in go"; 27 homepage = "https://github.com/mop-tracker/mop"; 28 license = licenses.mit; 29 }; 30 }
-1
pkgs/applications/misc/syncthing-tray/default.nix
··· 23 homepage = "https://github.com/alex2108/syncthing-tray"; 24 license = licenses.mit; 25 maintainers = with maintainers; [ nickhu ]; 26 - platforms = platforms.all; 27 }; 28 }
··· 23 homepage = "https://github.com/alex2108/syncthing-tray"; 24 license = licenses.mit; 25 maintainers = with maintainers; [ nickhu ]; 26 }; 27 }
-1
pkgs/applications/networking/browsers/captive-browser/default.nix
··· 16 description = "Dedicated Chrome instance to log into captive portals without messing with DNS settings"; 17 homepage = "https://blog.filippo.io/captive-browser"; 18 license = licenses.mit; 19 - platforms = platforms.all; 20 maintainers = with maintainers; [ volth ]; 21 }; 22 }
··· 16 description = "Dedicated Chrome instance to log into captive portals without messing with DNS settings"; 17 homepage = "https://blog.filippo.io/captive-browser"; 18 license = licenses.mit; 19 maintainers = with maintainers; [ volth ]; 20 }; 21 }
-1
pkgs/applications/networking/cluster/terraform-inventory/default.nix
··· 21 meta = with stdenv.lib; { 22 homepage = "https://github.com/adammck/terraform-inventory"; 23 description = "Terraform state to ansible inventory adapter"; 24 - platforms = platforms.all; 25 license = licenses.mit; 26 maintainers = with maintainers; [ htr ]; 27 };
··· 21 meta = with stdenv.lib; { 22 homepage = "https://github.com/adammck/terraform-inventory"; 23 description = "Terraform state to ansible inventory adapter"; 24 license = licenses.mit; 25 maintainers = with maintainers; [ htr ]; 26 };
-1
pkgs/applications/networking/instant-messengers/ssh-chat/default.nix
··· 20 homepage = "https://github.com/shazow/ssh-chat"; 21 license = licenses.mit; 22 maintainers = with maintainers; [ luc65r ]; 23 - platforms = platforms.all; 24 }; 25 }
··· 20 homepage = "https://github.com/shazow/ssh-chat"; 21 license = licenses.mit; 22 maintainers = with maintainers; [ luc65r ]; 23 }; 24 }
-1
pkgs/applications/networking/sync/rclone/default.nix
··· 39 homepage = "https://rclone.org"; 40 license = licenses.mit; 41 maintainers = with maintainers; [ danielfullmer marsam ]; 42 - platforms = platforms.all; 43 }; 44 }
··· 39 homepage = "https://rclone.org"; 40 license = licenses.mit; 41 maintainers = with maintainers; [ danielfullmer marsam ]; 42 }; 43 }
-1
pkgs/applications/version-management/git-and-tools/git-appraise/default.nix
··· 18 description = "Distributed code review system for Git repos"; 19 homepage = "https://github.com/google/git-appraise"; 20 license = stdenv.lib.licenses.asl20; 21 - platforms = stdenv.lib.platforms.all; 22 maintainers = [ stdenv.lib.maintainers.vdemeester ]; 23 }; 24 }
··· 18 description = "Distributed code review system for Git repos"; 19 homepage = "https://github.com/google/git-appraise"; 20 license = stdenv.lib.licenses.asl20; 21 maintainers = [ stdenv.lib.maintainers.vdemeester ]; 22 }; 23 }
-1
pkgs/applications/version-management/git-and-tools/gitin/default.nix
··· 26 meta = with stdenv.lib; { 27 homepage = "https://github.com/isacikgoz/gitin"; 28 description = "Text-based user interface for git"; 29 - platforms = platforms.all; 30 license = licenses.bsd3; 31 maintainers = with maintainers; [ kimat ]; 32 };
··· 26 meta = with stdenv.lib; { 27 homepage = "https://github.com/isacikgoz/gitin"; 28 description = "Text-based user interface for git"; 29 license = licenses.bsd3; 30 maintainers = with maintainers; [ kimat ]; 31 };
-1
pkgs/applications/version-management/git-sizer/default.nix
··· 17 description = "Compute various size metrics for a Git repository"; 18 license = licenses.mit; 19 maintainers = with maintainers; [ matthewbauer ]; 20 - platforms = platforms.all; 21 }; 22 }
··· 17 description = "Compute various size metrics for a Git repository"; 18 license = licenses.mit; 19 maintainers = with maintainers; [ matthewbauer ]; 20 }; 21 }
-1
pkgs/development/tools/build-managers/bazel/buildtools/default.nix
··· 24 homepage = "https://github.com/bazelbuild/buildtools"; 25 license = licenses.asl20; 26 maintainers = with maintainers; [ elasticdog uri-canva marsam ]; 27 - platforms = platforms.all; 28 }; 29 }
··· 24 homepage = "https://github.com/bazelbuild/buildtools"; 25 license = licenses.asl20; 26 maintainers = with maintainers; [ elasticdog uri-canva marsam ]; 27 }; 28 }
-1
pkgs/development/tools/corgi/default.nix
··· 23 ''; 24 homepage = "https://github.com/DrakeW/corgi"; 25 license = licenses.mit; 26 - platforms = platforms.all; 27 maintainers = with maintainers; [ kalbasit ]; 28 }; 29 }
··· 23 ''; 24 homepage = "https://github.com/DrakeW/corgi"; 25 license = licenses.mit; 26 maintainers = with maintainers; [ kalbasit ]; 27 }; 28 }
-1
pkgs/development/tools/dep/default.nix
··· 21 homepage = "https://github.com/golang/dep"; 22 description = "Go dependency management tool"; 23 license = licenses.bsd3; 24 - platforms = platforms.all; 25 maintainers = with maintainers; [ carlsverre rvolosatovs ]; 26 }; 27 }
··· 21 homepage = "https://github.com/golang/dep"; 22 description = "Go dependency management tool"; 23 license = licenses.bsd3; 24 maintainers = with maintainers; [ carlsverre rvolosatovs ]; 25 }; 26 }
-1
pkgs/development/tools/devd/default.nix
··· 17 homepage = "https://github.com/cortesi/devd"; 18 license = licenses.mit; 19 maintainers = with maintainers; [ brianhicks ]; 20 - platforms = platforms.all; 21 }; 22 }
··· 17 homepage = "https://github.com/cortesi/devd"; 18 license = licenses.mit; 19 maintainers = with maintainers; [ brianhicks ]; 20 }; 21 }
-1
pkgs/development/tools/easyjson/default.nix
··· 20 description = "Fast JSON serializer for golang"; 21 license = licenses.mit; 22 maintainers = with maintainers; [ chiiruno ]; 23 - platforms = platforms.all; 24 }; 25 }
··· 20 description = "Fast JSON serializer for golang"; 21 license = licenses.mit; 22 maintainers = with maintainers; [ chiiruno ]; 23 }; 24 }
-1
pkgs/development/tools/gdm/default.nix
··· 19 description = "Minimalist dependency manager for Go written in Go."; 20 homepage = "https://github.com/sparrc/gdm"; 21 license = licenses.unlicense; 22 - platforms = platforms.all; 23 maintainers = [ maintainers.mic92 ]; 24 }; 25 }
··· 19 description = "Minimalist dependency manager for Go written in Go."; 20 homepage = "https://github.com/sparrc/gdm"; 21 license = licenses.unlicense; 22 maintainers = [ maintainers.mic92 ]; 23 }; 24 }
-1
pkgs/development/tools/gllvm/default.nix
··· 18 description = "Whole Program LLVM: wllvm ported to go"; 19 license = licenses.bsd3; 20 maintainers = with maintainers; [ dtzWill ]; 21 - platforms = platforms.all; 22 }; 23 }
··· 18 description = "Whole Program LLVM: wllvm ported to go"; 19 license = licenses.bsd3; 20 maintainers = with maintainers; [ dtzWill ]; 21 }; 22 }
-1
pkgs/development/tools/go-bindata-assetfs/default.nix
··· 16 meta = with stdenv.lib; { 17 description = "Serve embedded files from jteeuwen/go-bindata"; 18 license = licenses.bsd2; 19 - platforms = platforms.all; 20 maintainers = with maintainers; [ avnik ]; 21 }; 22 }
··· 16 meta = with stdenv.lib; { 17 description = "Serve embedded files from jteeuwen/go-bindata"; 18 license = licenses.bsd2; 19 maintainers = with maintainers; [ avnik ]; 20 }; 21 }
-1
pkgs/development/tools/go-bindata/default.nix
··· 20 description = "A small utility which generates Go code from any file, useful for embedding binary data in a Go program"; 21 maintainers = with maintainers; [ cstrahan ]; 22 license = licenses.cc0; 23 - platforms = platforms.all; 24 }; 25 }
··· 20 description = "A small utility which generates Go code from any file, useful for embedding binary data in a Go program"; 21 maintainers = with maintainers; [ cstrahan ]; 22 license = licenses.cc0; 23 }; 24 }
-1
pkgs/development/tools/go-junit-report/default.nix
··· 19 homepage = "https://${goPackagePath}"; 20 maintainers = with maintainers; [ cryptix ]; 21 license = licenses.mit; 22 - platforms = platforms.all; 23 }; 24 }
··· 19 homepage = "https://${goPackagePath}"; 20 maintainers = with maintainers; [ cryptix ]; 21 license = licenses.mit; 22 }; 23 }
-1
pkgs/development/tools/gocode-gomod/default.nix
··· 44 ''; 45 homepage = "https://github.com/stamblerre/gocode"; 46 license = licenses.mit; 47 - platforms = platforms.all; 48 maintainers = with maintainers; [ kalbasit rvolosatovs ]; 49 }; 50 }
··· 44 ''; 45 homepage = "https://github.com/stamblerre/gocode"; 46 license = licenses.mit; 47 maintainers = with maintainers; [ kalbasit rvolosatovs ]; 48 }; 49 }
-1
pkgs/development/tools/gocode/default.nix
··· 39 ''; 40 homepage = "https://github.com/mdempsky/gocode"; 41 license = licenses.mit; 42 - platforms = platforms.all; 43 maintainers = with maintainers; [ kalbasit ]; 44 }; 45 }
··· 39 ''; 40 homepage = "https://github.com/mdempsky/gocode"; 41 license = licenses.mit; 42 maintainers = with maintainers; [ kalbasit ]; 43 }; 44 }
-1
pkgs/development/tools/golint/default.nix
··· 25 description = "Linter for Go source code"; 26 license = licenses.bsd3; 27 maintainers = with maintainers; [ jhillyerd ]; 28 - platforms = platforms.all; 29 }; 30 }
··· 25 description = "Linter for Go source code"; 26 license = licenses.bsd3; 27 maintainers = with maintainers; [ jhillyerd ]; 28 }; 29 }
-1
pkgs/development/tools/gox/default.nix
··· 16 meta = with stdenv.lib; { 17 homepage = "https://github.com/mitchellh/gox"; 18 description = "A dead simple, no frills Go cross compile tool"; 19 - platforms = platforms.all; 20 license = licenses.mpl20; 21 }; 22 }
··· 16 meta = with stdenv.lib; { 17 homepage = "https://github.com/mitchellh/gox"; 18 description = "A dead simple, no frills Go cross compile tool"; 19 license = licenses.mpl20; 20 }; 21 }
-1
pkgs/development/tools/jid/default.nix
··· 19 description = "A command-line tool to incrementally drill down JSON"; 20 homepage = "https://github.com/simeji/jid"; 21 license = stdenv.lib.licenses.mit; 22 - platforms = stdenv.lib.platforms.all; 23 maintainers = with stdenv.lib.maintainers; [ stesie ]; 24 }; 25 }
··· 19 description = "A command-line tool to incrementally drill down JSON"; 20 homepage = "https://github.com/simeji/jid"; 21 license = stdenv.lib.licenses.mit; 22 maintainers = with stdenv.lib.maintainers; [ stesie ]; 23 }; 24 }
-1
pkgs/development/tools/modd/default.nix
··· 17 homepage = "https://github.com/cortesi/modd"; 18 license = licenses.mit; 19 maintainers = with maintainers; [ kierdavis ]; 20 - platforms = platforms.all; 21 }; 22 }
··· 17 homepage = "https://github.com/cortesi/modd"; 18 license = licenses.mit; 19 maintainers = with maintainers; [ kierdavis ]; 20 }; 21 }
-1
pkgs/development/tools/open-policy-agent/default.nix
··· 23 homepage = "https://www.openpolicyagent.org"; 24 license = licenses.asl20; 25 maintainers = with maintainers; [ lewo ]; 26 - platforms = platforms.all; 27 }; 28 }
··· 23 homepage = "https://www.openpolicyagent.org"; 24 license = licenses.asl20; 25 maintainers = with maintainers; [ lewo ]; 26 }; 27 }
-1
pkgs/development/tools/quicktemplate/default.nix
··· 20 description = "Fast, powerful, yet easy to use template engine for Go"; 21 license = licenses.mit; 22 maintainers = with maintainers; [ chiiruno ]; 23 - platforms = platforms.all; 24 }; 25 }
··· 20 description = "Fast, powerful, yet easy to use template engine for Go"; 21 license = licenses.mit; 22 maintainers = with maintainers; [ chiiruno ]; 23 }; 24 }
-1
pkgs/development/tools/statik/default.nix
··· 20 description = "Embed files into a Go executable "; 21 license = licenses.asl20; 22 maintainers = with maintainers; [ chiiruno ]; 23 - platforms = platforms.all; 24 }; 25 }
··· 20 description = "Embed files into a Go executable "; 21 license = licenses.asl20; 22 maintainers = with maintainers; [ chiiruno ]; 23 }; 24 }
-1
pkgs/development/tools/tychus/default.nix
··· 23 description = "Command line utility to live-reload your application."; 24 homepage = "https://github.com/devlocker/tychus"; 25 license = stdenv.lib.licenses.mit; 26 - platforms = stdenv.lib.platforms.all; 27 }; 28 }
··· 23 description = "Command line utility to live-reload your application."; 24 homepage = "https://github.com/devlocker/tychus"; 25 license = stdenv.lib.licenses.mit; 26 }; 27 }
-1
pkgs/development/tools/vultr/default.nix
··· 16 description = "A command line tool for Vultr services, a provider for cloud virtual private servers"; 17 homepage = "https://github.com/JamesClonk/vultr"; 18 license = stdenv.lib.licenses.mit; 19 - platforms = stdenv.lib.platforms.all; 20 maintainers = [ stdenv.lib.maintainers.zauberpony ]; 21 }; 22 }
··· 16 description = "A command line tool for Vultr services, a provider for cloud virtual private servers"; 17 homepage = "https://github.com/JamesClonk/vultr"; 18 license = stdenv.lib.licenses.mit; 19 maintainers = [ stdenv.lib.maintainers.zauberpony ]; 20 }; 21 }
-1
pkgs/development/tools/yj/default.nix
··· 20 description = ''Convert YAML <=> TOML <=> JSON <=> HCL''; 21 license = licenses.asl20; 22 maintainers = with maintainers; [ Profpatsch ]; 23 - platforms = platforms.all; 24 downloadPage = "https://github.com/sclevine/yj"; 25 updateWalker = true; 26 inherit version;
··· 20 description = ''Convert YAML <=> TOML <=> JSON <=> HCL''; 21 license = licenses.asl20; 22 maintainers = with maintainers; [ Profpatsch ]; 23 downloadPage = "https://github.com/sclevine/yj"; 24 updateWalker = true; 25 inherit version;
-1
pkgs/development/web/shopify-themekit/default.nix
··· 20 homepage = "https://shopify.github.io/themekit/"; 21 license = licenses.mit; 22 maintainers = with maintainers; [ maintainers."1000101" ]; 23 - platforms = platforms.all; 24 }; 25 }
··· 20 homepage = "https://shopify.github.io/themekit/"; 21 license = licenses.mit; 22 maintainers = with maintainers; [ maintainers."1000101" ]; 23 }; 24 }
-1
pkgs/servers/dns/ncdns/default.nix
··· 32 description = "Namecoin to DNS bridge daemon"; 33 homepage = "https://github.com/namecoin/ncdns"; 34 license = licenses.gpl3Plus; 35 - platforms = platforms.all; 36 maintainers = with maintainers; [ rnhmjoj ]; 37 }; 38
··· 32 description = "Namecoin to DNS bridge daemon"; 33 homepage = "https://github.com/namecoin/ncdns"; 34 license = licenses.gpl3Plus; 35 maintainers = with maintainers; [ rnhmjoj ]; 36 }; 37
-1
pkgs/servers/hydron/default.nix
··· 25 description = "High performance media tagger and organizer"; 26 license = licenses.lgpl3Plus; 27 maintainers = with maintainers; [ chiiruno ]; 28 - platforms = platforms.all; 29 }; 30 }
··· 25 description = "High performance media tagger and organizer"; 26 license = licenses.lgpl3Plus; 27 maintainers = with maintainers; [ chiiruno ]; 28 }; 29 }
-1
pkgs/servers/meguca/default.nix
··· 45 description = "High performance anonymous realtime imageboard"; 46 license = licenses.agpl3Plus; 47 maintainers = with maintainers; [ chiiruno ]; 48 - platforms = platforms.all; 49 broken = true; # Broken on Hydra since 2019-04-18: 50 # https://hydra.nixos.org/build/98885902 51 };
··· 45 description = "High performance anonymous realtime imageboard"; 46 license = licenses.agpl3Plus; 47 maintainers = with maintainers; [ chiiruno ]; 48 broken = true; # Broken on Hydra since 2019-04-18: 49 # https://hydra.nixos.org/build/98885902 50 };
-1
pkgs/servers/monitoring/alertmanager-bot/default.nix
··· 19 description = "Bot for Prometheus' Alertmanager"; 20 homepage = "https://github.com/metalmatze/alertmanager-bot"; 21 license = licenses.mit; 22 - platforms = platforms.all; 23 maintainers = with maintainers; [ mmahut ]; 24 }; 25 }
··· 19 description = "Bot for Prometheus' Alertmanager"; 20 homepage = "https://github.com/metalmatze/alertmanager-bot"; 21 license = licenses.mit; 22 maintainers = with maintainers; [ mmahut ]; 23 }; 24 }
-1
pkgs/servers/monitoring/prometheus/aws-s3-exporter.nix
··· 22 homepage = "https://github.com/ribbybibby/s3_exporter"; 23 license = licenses.asl20; 24 maintainers = [ maintainers.mmahut ]; 25 - platforms = platforms.all; 26 }; 27 }
··· 22 homepage = "https://github.com/ribbybibby/s3_exporter"; 23 license = licenses.asl20; 24 maintainers = [ maintainers.mmahut ]; 25 }; 26 }
-1
pkgs/servers/monitoring/prometheus/gitlab-ci-pipelines-exporter.nix
··· 22 homepage = "https://github.com/mvisonneau/gitlab-ci-pipelines-exporter"; 23 license = licenses.asl20; 24 maintainers = [ maintainers.mmahut ]; 25 - platforms = platforms.all; 26 }; 27 }
··· 22 homepage = "https://github.com/mvisonneau/gitlab-ci-pipelines-exporter"; 23 license = licenses.asl20; 24 maintainers = [ maintainers.mmahut ]; 25 }; 26 }
-1
pkgs/servers/monitoring/prometheus/nginxlog-exporter.nix
··· 22 homepage = "https://github.com/martin-helmich/prometheus-nginxlog-exporter"; 23 license = licenses.asl20; 24 maintainers = with maintainers; [ mmahut ]; 25 - platforms = platforms.all; 26 }; 27 }
··· 22 homepage = "https://github.com/martin-helmich/prometheus-nginxlog-exporter"; 23 license = licenses.asl20; 24 maintainers = with maintainers; [ mmahut ]; 25 }; 26 }
-1
pkgs/servers/nats-server/default.nix
··· 20 license = licenses.asl20; 21 maintainers = [ maintainers.swdunlop ]; 22 homepage = "https://nats.io/"; 23 - platforms = platforms.all; 24 }; 25 }
··· 20 license = licenses.asl20; 21 maintainers = [ maintainers.swdunlop ]; 22 homepage = "https://nats.io/"; 23 }; 24 }
-1
pkgs/servers/nats-streaming-server/default.nix
··· 19 license = licenses.asl20; 20 maintainers = [ maintainers.swdunlop ]; 21 homepage = "https://nats.io/"; 22 - platforms = platforms.all; 23 }; 24 }
··· 19 license = licenses.asl20; 20 maintainers = [ maintainers.swdunlop ]; 21 homepage = "https://nats.io/"; 22 }; 23 }
-1
pkgs/servers/trickster/trickster.nix
··· 22 homepage = "https://github.com/Comcast/trickster"; 23 license = licenses.asl20; 24 maintainers = with maintainers; [ maintainers."1000101" ]; 25 - platforms = platforms.all; 26 }; 27 }
··· 22 homepage = "https://github.com/Comcast/trickster"; 23 license = licenses.asl20; 24 maintainers = with maintainers; [ maintainers."1000101" ]; 25 }; 26 }
-1
pkgs/tools/admin/scaleway-cli/default.nix
··· 18 homepage = "https://github.com/scaleway/scaleway-cli"; 19 license = licenses.mit; 20 maintainers = with maintainers; [ nickhu ]; 21 - platforms = platforms.all; 22 }; 23 }
··· 18 homepage = "https://github.com/scaleway/scaleway-cli"; 19 license = licenses.mit; 20 maintainers = with maintainers; [ nickhu ]; 21 }; 22 }
-1
pkgs/tools/backup/diskrsync/default.nix
··· 24 description = "Rsync for block devices and disk images"; 25 homepage = "https://github.com/dop251/diskrsync"; 26 license = licenses.mit; 27 - platforms = platforms.all; 28 maintainers = with maintainers; [ jluttine ]; 29 }; 30
··· 24 description = "Rsync for block devices and disk images"; 25 homepage = "https://github.com/dop251/diskrsync"; 26 license = licenses.mit; 27 maintainers = with maintainers; [ jluttine ]; 28 }; 29
-1
pkgs/tools/misc/cloud-sql-proxy/default.nix
··· 23 homepage = "https://${goPackagePath}"; 24 license = licenses.asl20; 25 maintainers = [ maintainers.nicknovitski ]; 26 - platforms = platforms.all; 27 }; 28 }
··· 23 homepage = "https://${goPackagePath}"; 24 license = licenses.asl20; 25 maintainers = [ maintainers.nicknovitski ]; 26 }; 27 }
-1
pkgs/tools/misc/dashing/default.nix
··· 22 homepage = "https://github.com/technosophos/dashing"; 23 license = licenses.mit; 24 maintainers = [ ]; 25 - platforms = platforms.all; 26 }; 27 }
··· 22 homepage = "https://github.com/technosophos/dashing"; 23 license = licenses.mit; 24 maintainers = [ ]; 25 }; 26 }
-1
pkgs/tools/misc/envsubst/default.nix
··· 16 description = "Environment variables substitution for Go"; 17 homepage = "https://github.com/a8m/envsubst"; 18 license = licenses.mit; 19 - platforms = platforms.all; 20 maintainers = with maintainers; [ nicknovitski ]; 21 }; 22 }
··· 16 description = "Environment variables substitution for Go"; 17 homepage = "https://github.com/a8m/envsubst"; 18 license = licenses.mit; 19 maintainers = with maintainers; [ nicknovitski ]; 20 }; 21 }
-1
pkgs/tools/misc/lnch/default.nix
··· 16 meta = with stdenv.lib; { 17 homepage = "https://github.com/oem/lnch"; 18 description = "A small go app that launches a process and moves it out of the process group"; 19 - platforms = platforms.all; 20 license = licenses.publicDomain; # really I don't know 21 }; 22 }
··· 16 meta = with stdenv.lib; { 17 homepage = "https://github.com/oem/lnch"; 18 description = "A small go app that launches a process and moves it out of the process group"; 19 license = licenses.publicDomain; # really I don't know 20 }; 21 }
-1
pkgs/tools/misc/mmake/default.nix
··· 25 pass-through to standard make. 26 ''; 27 license = licenses.mit; 28 - platforms = platforms.all; 29 maintainers = [ maintainers.gabesoft ]; 30 }; 31 }
··· 25 pass-through to standard make. 26 ''; 27 license = licenses.mit; 28 maintainers = [ maintainers.gabesoft ]; 29 }; 30 }
-1
pkgs/tools/misc/noti/default.nix
··· 35 homepage = "https://github.com/variadico/noti"; 36 license = licenses.mit; 37 maintainers = with maintainers; [ stites marsam ]; 38 - platforms = platforms.all; 39 }; 40 }
··· 35 homepage = "https://github.com/variadico/noti"; 36 license = licenses.mit; 37 maintainers = with maintainers; [ stites marsam ]; 38 }; 39 }
-1
pkgs/tools/misc/phraseapp-client/default.nix
··· 21 meta = with stdenv.lib; { 22 homepage = "http://docs.phraseapp.com"; 23 description = "PhraseApp API v2 Command Line Client"; 24 - platforms = platforms.all; 25 license = licenses.mit; 26 maintainers = with maintainers; [ manveru ]; 27 };
··· 21 meta = with stdenv.lib; { 22 homepage = "http://docs.phraseapp.com"; 23 description = "PhraseApp API v2 Command Line Client"; 24 license = licenses.mit; 25 maintainers = with maintainers; [ manveru ]; 26 };
-1
pkgs/tools/misc/systrayhelper/default.nix
··· 36 license = licenses.mit; 37 # It depends on the inputs, i guess? not sure about solaris, for instance. go supports it though 38 # I hope nix can figure this out?! ¯\\_(ツ)_/¯ 39 - platforms = platforms.all; 40 }; 41 }
··· 36 license = licenses.mit; 37 # It depends on the inputs, i guess? not sure about solaris, for instance. go supports it though 38 # I hope nix can figure this out?! ¯\\_(ツ)_/¯ 39 }; 40 }
-1
pkgs/tools/misc/teleconsole/default.nix
··· 22 homepage = "https://www.teleconsole.com/"; 23 description = "Share your terminal session with people you trust"; 24 license = licenses.asl20; 25 - platforms = platforms.all; 26 # Builds for Aarch64 not possible in the current release due to 27 # incompatibilities further up the dependency chain. 28 # See:
··· 22 homepage = "https://www.teleconsole.com/"; 23 description = "Share your terminal session with people you trust"; 24 license = licenses.asl20; 25 # Builds for Aarch64 not possible in the current release due to 26 # incompatibilities further up the dependency chain. 27 # See:
-1
pkgs/tools/misc/tewisay/default.nix
··· 31 description = "Cowsay replacement with unicode and partial ansi escape support"; 32 license = stdenv.lib.licenses.cc0; 33 maintainers = [ stdenv.lib.maintainers.chiiruno ]; 34 - platforms = stdenv.lib.platforms.all; 35 }; 36 }
··· 31 description = "Cowsay replacement with unicode and partial ansi escape support"; 32 license = stdenv.lib.licenses.cc0; 33 maintainers = [ stdenv.lib.maintainers.chiiruno ]; 34 }; 35 }
-1
pkgs/tools/misc/zabbixctl/default.nix
··· 19 description = "Most effective way for operating in Zabbix Server"; 20 homepage = "https://github.com/kovetskiy/zabbixctl"; 21 license = licenses.mit; 22 - platforms = platforms.all; 23 maintainers = with maintainers; [ mmahut ]; 24 }; 25 }
··· 19 description = "Most effective way for operating in Zabbix Server"; 20 homepage = "https://github.com/kovetskiy/zabbixctl"; 21 license = licenses.mit; 22 maintainers = with maintainers; [ mmahut ]; 23 }; 24 }
-1
pkgs/tools/networking/dd-agent/datadog-agent.nix
··· 75 ''; 76 homepage = "https://www.datadoghq.com"; 77 license = licenses.bsd3; 78 - platforms = platforms.all; 79 maintainers = with maintainers; [ thoughtpolice domenkozar rvl ]; 80 }; 81 }
··· 75 ''; 76 homepage = "https://www.datadoghq.com"; 77 license = licenses.bsd3; 78 maintainers = with maintainers; [ thoughtpolice domenkozar rvl ]; 79 }; 80 }
-1
pkgs/tools/networking/dd-agent/datadog-process-agent.nix
··· 19 description = "Live process collector for the DataDog Agent v6"; 20 homepage = "https://www.datadoghq.com"; 21 license = licenses.bsd3; 22 - platforms = platforms.all; 23 maintainers = with maintainers; [ domenkozar rvl ]; 24 }; 25 }
··· 19 description = "Live process collector for the DataDog Agent v6"; 20 homepage = "https://www.datadoghq.com"; 21 license = licenses.bsd3; 22 maintainers = with maintainers; [ domenkozar rvl ]; 23 }; 24 }
-1
pkgs/tools/security/2fa/default.nix
··· 16 meta = with stdenv.lib; { 17 homepage = "https://rsc.io/2fa"; 18 description = "Two-factor authentication on the command line"; 19 - platforms = platforms.all; 20 maintainers = with maintainers; [ rvolosatovs ]; 21 license = licenses.bsd3; 22 };
··· 16 meta = with stdenv.lib; { 17 homepage = "https://rsc.io/2fa"; 18 description = "Two-factor authentication on the command line"; 19 maintainers = with maintainers; [ rvolosatovs ]; 20 license = licenses.bsd3; 21 };
-1
pkgs/tools/security/aws-okta/default.nix
··· 25 description = "aws-vault like tool for Okta authentication"; 26 license = licenses.mit; 27 maintainers = [maintainers.imalsogreg]; 28 - platforms = platforms.all; 29 homepage = "https://github.com/segmentio/aws-okta"; 30 downloadPage = "https://github.com/segmentio/aws-okta"; 31 };
··· 25 description = "aws-vault like tool for Okta authentication"; 26 license = licenses.mit; 27 maintainers = [maintainers.imalsogreg]; 28 homepage = "https://github.com/segmentio/aws-okta"; 29 downloadPage = "https://github.com/segmentio/aws-okta"; 30 };
-1
pkgs/tools/security/certstrap/default.nix
··· 16 meta = with stdenv.lib; { 17 inherit (src.meta) homepage; 18 description = "Tools to bootstrap CAs, certificate requests, and signed certificates"; 19 - platforms = platforms.all; 20 license = licenses.asl20; 21 maintainers = with maintainers; [ volth ]; 22 };
··· 16 meta = with stdenv.lib; { 17 inherit (src.meta) homepage; 18 description = "Tools to bootstrap CAs, certificate requests, and signed certificates"; 19 license = licenses.asl20; 20 maintainers = with maintainers; [ volth ]; 21 };
-1
pkgs/tools/security/hologram/default.nix
··· 23 homepage = "https://github.com/AdRoll/hologram/"; 24 description = "Easy, painless AWS credentials on developer laptops."; 25 maintainers = with maintainers; [ nand0p ]; 26 - platforms = platforms.all; 27 license = licenses.asl20; 28 }; 29 }
··· 23 homepage = "https://github.com/AdRoll/hologram/"; 24 description = "Easy, painless AWS credentials on developer laptops."; 25 maintainers = with maintainers; [ nand0p ]; 26 license = licenses.asl20; 27 }; 28 }
-1
pkgs/tools/text/platinum-searcher/default.nix
··· 19 meta = with stdenv.lib; { 20 homepage = "https://github.com/monochromegane/the_platinum_searcher"; 21 description = "A code search tool similar to ack and the_silver_searcher(ag)."; 22 - platforms = platforms.all; 23 license = licenses.mit; 24 }; 25 }
··· 19 meta = with stdenv.lib; { 20 homepage = "https://github.com/monochromegane/the_platinum_searcher"; 21 description = "A code search tool similar to ack and the_silver_searcher(ag)."; 22 license = licenses.mit; 23 }; 24 }
-1
pkgs/tools/text/sift/default.nix
··· 21 homepage = "https://sift-tool.org"; 22 maintainers = [ maintainers.carlsverre ]; 23 license = licenses.gpl3; 24 - platforms = platforms.all; 25 }; 26 }
··· 21 homepage = "https://sift-tool.org"; 22 maintainers = [ maintainers.carlsverre ]; 23 license = licenses.gpl3; 24 }; 25 }
-1
pkgs/tools/virtualization/marathonctl/default.nix
··· 18 meta = with stdenv.lib; { 19 homepage = "https://github.com/shoenig/marathonctl"; 20 description = "CLI tool for Marathon"; 21 - platforms = platforms.all; 22 license = licenses.mit; 23 maintainers = with maintainers; [ manveru ]; 24 };
··· 18 meta = with stdenv.lib; { 19 homepage = "https://github.com/shoenig/marathonctl"; 20 description = "CLI tool for Marathon"; 21 license = licenses.mit; 22 maintainers = with maintainers; [ manveru ]; 23 };