Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9430efbe49d2
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 15a2dca15c25
Choose a head ref
  • 19 commits
  • 60 files changed
  • 12 contributors

Commits on Mar 8, 2018

  1. Copy the full SHA
    380dd22 View commit details

Commits on Apr 1, 2018

  1. Copy the full SHA
    c6a9e3a View commit details

Commits on Apr 6, 2018

  1. amazonka: fix build after hackage update

    fixes #38306
    jerith666 committed Apr 6, 2018
    Copy the full SHA
    8ea7053 View commit details
  2. Merge pull request #38496 from jerith666/amazonka-fix

    amazonka: fix build after hackage update
    peti authored Apr 6, 2018
    Copy the full SHA
    fac2951 View commit details
  3. Merge pull request #38288 from ElvishJerricco/elvishjerricco-ghcjs-ma…

    …intainer
    
    Added ElvishJerricco to GHCJS maintainers
    peti authored Apr 6, 2018
    Copy the full SHA
    935526e View commit details
  4. Remove maintainership

    With this patch I remove myself as a maintainer for all packages I
    currently maintain.
    
    This is due the fact that I will be basically off the grid from May 2018
    until early 2019, as I will be on a trip through north america.
    
    I will revert this patch as soon as I'm back, as I plan to continue
    contributing to nixpkgs then.
    But as I cannot maintain anything during that time, I'd like to get this
    patch merged.
    
    Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
    matthiasbeyer committed Apr 6, 2018
    Copy the full SHA
    ce1c1e3 View commit details
  5. Update create-gce.sh script. Set default option for GCE images to dis…

    …able host key replacement by service.
    
    (cherry picked from commit 748d96f)
    rbvermaa committed Apr 6, 2018
    Copy the full SHA
    b894dd8 View commit details
  6. Copy the full SHA
    f1d0d60 View commit details
  7. Merge pull request #36569 from grahamc/terraform-provider-nixos

    terraform-provider-nixos: init at 0.0.1
    Mic92 authored Apr 6, 2018
    Copy the full SHA
    e76825a View commit details
  8. pwndbg: init at 2018-04-06

    Mic92 committed Apr 6, 2018
    Copy the full SHA
    2ed8e7a View commit details
  9. Merge pull request #38502 from Mic92/pwndbg

    pwndbg: init at 2018-04-06
    Mic92 authored Apr 6, 2018
    Copy the full SHA
    315f06d View commit details
  10. atom : 1.25.0 -> 1.25.1

    Synthetica9 committed Apr 6, 2018
    Copy the full SHA
    e7a352f View commit details
  11. pwndbg: fix wrapper mistake

    bennofs committed Apr 6, 2018
    Copy the full SHA
    c0c4557 View commit details
  12. Merge pull request #38505 from Synthetica9/origin/atom-125

    atom : 1.25.0 -> 1.25.1
    Mic92 authored Apr 6, 2018
    Copy the full SHA
    3c5697b View commit details
  13. Copy the full SHA
    6c87fbb View commit details
  14. Copy the full SHA
    e7f2b76 View commit details
  15. julia: remove wrapper from julia binaries, in stead

    symlink shared libraries from LD_LIBRARY_PATH into lib/julia,
    as using a wrapper with LD_LIBRARY_PATH causes segmentation
    faults when program returns an error:
    
     $ julia -e 'throw(Error())'
    
    only applied for 0.6, which is the current julia version. Will
    see if we can remove the older versions in master.
    
    (cherry picked from commit 41f3a4e)
    rbvermaa committed Apr 6, 2018
    Copy the full SHA
    f8fe297 View commit details
  16. Copy the full SHA
    0af5b25 View commit details
  17. Sublime dev (#38383)

    * Package sublime-dev build.
    
    * sublime3-dev: Init at 3160
    
    * Sublime3: Refactor to share derivation between sublime-text 3 dev and stable
    
    * Sublime3: Refactor as a fuction to avoid duplicating parameters
    
    * Sublime3: Remove unnecessary rec
    
    NixOS/nixpkgs#38383 (comment)
    
    * sublime3-dev: 3160 -> 3161
    MasseGuillaume authored and zimbatm committed Apr 6, 2018
    Copy the full SHA
    15a2dca View commit details
Showing with 215 additions and 82 deletions.
  1. +5 −0 maintainers/maintainer-list.nix
  2. +2 −2 nixos/maintainers/scripts/gce/create-gce.sh
  3. +6 −0 nixos/modules/virtualisation/google-compute-image.nix
  4. +2 −2 pkgs/applications/editors/atom/default.nix
  5. 0 pkgs/applications/editors/sublime/{ → 2}/default.nix
  6. +25 −19 pkgs/applications/editors/{sublime3/default.nix → sublime/3/common.nix}
  7. +18 −0 pkgs/applications/editors/sublime/3/packages.nix
  8. +1 −1 pkgs/applications/misc/buku/default.nix
  9. +1 −1 pkgs/applications/misc/cataract/build.nix
  10. +1 −1 pkgs/applications/misc/cli-visualizer/default.nix
  11. +1 −1 pkgs/applications/misc/ctodo/default.nix
  12. +1 −1 pkgs/applications/misc/haxor-news/default.nix
  13. +1 −1 pkgs/applications/misc/hr/default.nix
  14. +1 −1 pkgs/applications/misc/hstr/default.nix
  15. +1 −1 pkgs/applications/misc/khal/default.nix
  16. +1 −1 pkgs/applications/misc/khard/default.nix
  17. +1 −1 pkgs/applications/misc/mdp/default.nix
  18. +1 −1 pkgs/applications/misc/mwic/default.nix
  19. +1 −1 pkgs/applications/misc/rtv/default.nix
  20. +1 −1 pkgs/applications/misc/sc-im/default.nix
  21. +1 −1 pkgs/applications/misc/sigal/default.nix
  22. +1 −1 pkgs/applications/misc/stag/default.nix
  23. +1 −1 pkgs/applications/misc/tasknc/default.nix
  24. +1 −1 pkgs/applications/misc/tasksh/default.nix
  25. +1 −1 pkgs/applications/misc/timewarrior/default.nix
  26. +1 −1 pkgs/applications/misc/toot/default.nix
  27. +1 −1 pkgs/applications/misc/vit/default.nix
  28. +1 −1 pkgs/applications/misc/weather/default.nix
  29. +1 −1 pkgs/applications/misc/yaft/default.nix
  30. +23 −0 pkgs/applications/networking/cluster/terraform-provider-nixos/default.nix
  31. +1 −1 pkgs/applications/office/beancount/bean-add.nix
  32. +1 −1 pkgs/applications/office/beancount/default.nix
  33. +1 −1 pkgs/applications/office/fava/default.nix
  34. +1 −1 pkgs/applications/office/wordgrinder/default.nix
  35. +1 −1 pkgs/applications/version-management/bugseverywhere/default.nix
  36. +1 −1 pkgs/applications/version-management/git-and-tools/git-dit/default.nix
  37. +1 −1 pkgs/desktops/xfce/panel-plugins/xfce4-mailwatch-plugin.nix
  38. +1 −1 pkgs/desktops/xfce/panel-plugins/xfce4-mpc-plugin.nix
  39. +1 −1 pkgs/desktops/xfce/panel-plugins/xfce4-timer-plugin.nix
  40. +1 −1 pkgs/development/compilers/ghcjs/base.nix
  41. +8 −4 pkgs/development/compilers/julia/0.6.nix
  42. +17 −0 pkgs/development/haskell-modules/configuration-common.nix
  43. +1 −1 pkgs/development/libraries/zlog/default.nix
  44. +1 −1 pkgs/development/misc/loc/default.nix
  45. +1 −1 pkgs/development/python-modules/pygraphviz/default.nix
  46. +2 −2 pkgs/development/python-modules/requests-toolbelt/default.nix
  47. +1 −1 pkgs/development/tools/database/sqlitebrowser/default.nix
  48. +48 −0 pkgs/development/tools/misc/pwndbg/default.nix
  49. +1 −1 pkgs/misc/screensavers/pipes/default.nix
  50. +2 −2 pkgs/os-specific/linux/zfs/default.nix
  51. +1 −1 pkgs/servers/misc/taskserver/default.nix
  52. +1 −1 pkgs/servers/web-apps/klaus/default.nix
  53. +1 −1 pkgs/tools/misc/mpdscribble/default.nix
  54. +1 −1 pkgs/tools/misc/multitail/default.nix
  55. +1 −1 pkgs/tools/misc/smenu/default.nix
  56. +1 −1 pkgs/tools/misc/vdirsyncer/default.nix
  57. +1 −1 pkgs/tools/misc/vimer/default.nix
  58. +1 −1 pkgs/tools/networking/http-prompt/default.nix
  59. +8 −2 pkgs/top-level/all-packages.nix
  60. +4 −4 pkgs/top-level/python-packages.nix
5 changes: 5 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
@@ -1186,6 +1186,11 @@
github = "ellis";
name = "Ellis Whitehead";
};
elvishjerricco = {
email = "elvishjerricco@gmail.com";
github = "ElvishJerricco";
name = "Will Fancher";
};
enzime = {
email = "enzime@users.noreply.github.com";
github = "enzime";
4 changes: 2 additions & 2 deletions nixos/maintainers/scripts/gce/create-gce.sh
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@

set -euo pipefail

BUCKET_NAME="${BUCKET_NAME:-nixos-images}"
BUCKET_NAME="${BUCKET_NAME:-nixos-cloud-images}"
TIMESTAMP="$(date +%Y%m%d%H%M)"
export TIMESTAMP

@@ -19,5 +19,5 @@ img_name=$(basename "$img_path")
img_id=$(echo "$img_name" | sed 's|.raw.tar.gz$||;s|\.|-|g;s|_|-|g')
if ! gsutil ls "gs://${BUCKET_NAME}/$img_name"; then
gsutil cp "$img_path" "gs://${BUCKET_NAME}/$img_name"
gsutil acl ch -u AllUsers:R "gs://${BUCKET_NAME}/$img_name"
fi
gcloud compute images create "$img_id" --source-uri "gs://${BUCKET_NAME}/$img_name"
6 changes: 6 additions & 0 deletions nixos/modules/virtualisation/google-compute-image.nix
Original file line number Diff line number Diff line change
@@ -57,6 +57,12 @@ in
# Always include cryptsetup so that NixOps can use it.
environment.systemPackages = [ pkgs.cryptsetup ];

# Make sure GCE image does not replace host key that NixOps sets
environment.etc."default/instance_configs.cfg".text = lib.mkDefault ''
[InstanceSetup]
set_host_keys = false
'';

# Rely on GCP's firewall instead
networking.firewall.enable = mkDefault false;

4 changes: 2 additions & 2 deletions pkgs/applications/editors/atom/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "atom-${version}";
version = "1.25.0";
version = "1.25.1";

src = fetchurl {
url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
sha256 = "04iiw0qzl9025l4lasz42w5nfnvsmc7vwcf4a9c2hvl9xsyckajh";
sha256 = "0h0kr4w26c6i89rb9y4aw4l8f63al42i2cy3ddk16m1irzij9fk4";
name = "${name}.deb";
};

Original file line number Diff line number Diff line change
@@ -1,33 +1,39 @@
{buildVersion, x32sha256, x64sha256}:

{ fetchurl, stdenv, glib, xorg, cairo, gtk2, pango, makeWrapper, openssl, bzip2,
pkexecPath ? "/run/wrappers/bin/pkexec", libredirect,
gksuSupport ? false, gksu, unzip, zip, bash }:
gksuSupport ? false, gksu, unzip, zip, bash}:

assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux";
assert gksuSupport -> gksu != null;

let
build = "3143";

libPath = stdenv.lib.makeLibraryPath [glib xorg.libX11 gtk2 cairo pango];
redirects = [ "/usr/bin/pkexec=${pkexecPath}" ]
++ stdenv.lib.optional gksuSupport "/usr/bin/gksudo=${gksu}/bin/gksudo";
in let
archSha256 =
if stdenv.system == "i686-linux" then
x32sha256
else
x64sha256;

arch =
if stdenv.system == "i686-linux" then
"x32"
else
"x64";

# package with just the binaries
sublime = stdenv.mkDerivation {
name = "sublimetext3-${build}-bin";

name = "sublimetext3-${buildVersion}-bin";
src =
if stdenv.system == "i686-linux" then
fetchurl {
name = "sublimetext-${build}.tar.bz2";
url = "https://download.sublimetext.com/sublime_text_3_build_${build}_x32.tar.bz2";
sha256 = "0dgpx4wij2m77f478p746qadavab172166bghxmj7fb61nvw9v5i";
}
else
fetchurl {
name = "sublimetext-${build}.tar.bz2";
url = "https://download.sublimetext.com/sublime_text_3_build_${build}_x64.tar.bz2";
sha256 = "06b554d2cvpxc976rvh89ix3kqc7klnngvk070xrs8wbyb221qcw";
};
fetchurl {
name = "sublimetext-${buildVersion}.tar.bz2";
url = "https://download.sublimetext.com/sublime_text_3_build_${buildVersion}_${arch}.tar.bz2";
sha256 = archSha256;
};

dontStrip = true;
dontPatchELF = true;
@@ -80,8 +86,8 @@ in let
wrapProgram $out/plugin_host --prefix LD_PRELOAD : ${stdenv.cc.cc.lib}/lib${stdenv.lib.optionalString stdenv.is64bit "64"}/libgcc_s.so.1:${openssl.out}/lib/libssl.so:${bzip2.out}/lib/libbz2.so
'';
};
in stdenv.mkDerivation {
name = "sublimetext3-${build}";
in stdenv.mkDerivation (rec {
name = "sublimetext3-${buildVersion}";

phases = [ "installPhase" ];

@@ -110,4 +116,4 @@ in stdenv.mkDerivation {
license = licenses.unfree;
platforms = platforms.linux;
};
}
})
18 changes: 18 additions & 0 deletions pkgs/applications/editors/sublime/3/packages.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{ callPackage }:

let
common = opts: callPackage (import ./common.nix opts);
in
rec {
sublime3-dev = common {
buildVersion = "3161";
x32sha256 = "0qrm2qmfsj71lr83c8zas2n3xk8hk9k4w8ygnasjhggmyjm3wy0q";
x64sha256 = "0cgadylm68s2jly10r038q1fvmbzmpc2nvqy86vlyq9avgqbm5pc";
} {};

sublime3 = common {
buildVersion = "3143";
x32sha256 = "0dgpx4wij2m77f478p746qadavab172166bghxmj7fb61nvw9v5i";
x64sha256 = "06b554d2cvpxc976rvh89ix3kqc7klnngvk070xrs8wbyb221qcw";
} {};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/buku/default.nix
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ with python3.pkgs; buildPythonApplication rec {
homepage = https://github.com/jarun/Buku;
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ matthiasbeyer infinisil ];
maintainers = with maintainers; [ infinisil ];
};
}

2 changes: 1 addition & 1 deletion pkgs/applications/misc/cataract/build.nix
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
homepage = http://cgg.bzatek.net/;
description = "a simple static web photo gallery, designed to be clean and easily usable";
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.matthiasbeyer ];
maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux ++ darwin;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/cli-visualizer/default.nix
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/dpayne/cli-visualizer;
description = "CLI based audio visualizer";
license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.matthiasbeyer ];
maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/ctodo/default.nix
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
homepage = http://ctodo.apakoh.dk/;
description = "A simple ncurses-based task list manager";
license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.matthiasbeyer ];
maintainers = with stdenv.lib.maintainers; [ ];
platforms = stdenv.lib.platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/haxor-news/default.nix
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ buildPythonApplication rec {
homepage = https://github.com/donnemartin/haxor-news;
description = "Browse Hacker News like a haxor";
license = licenses.asl20;
maintainers = with maintainers; [ matthiasbeyer ];
maintainers = with maintainers; [ ];
};

}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/hr/default.nix
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/LuRsT/hr;
description = "A horizontal bar for your terminal";
license = licenses.mit;
maintainers = [ maintainers.matthiasbeyer ];
maintainers = [ ];
platforms = platforms.unix;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/hstr/default.nix
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/dvorka/hstr;
description = "Shell history suggest box - easily view, navigate, search and use your command history";
license = stdenv.lib.licenses.asl20;
maintainers = [ stdenv.lib.maintainers.matthiasbeyer ];
maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux; # Cannot test others
};

2 changes: 1 addition & 1 deletion pkgs/applications/misc/khal/default.nix
Original file line number Diff line number Diff line change
@@ -40,6 +40,6 @@ buildPythonApplication rec {
homepage = http://lostpackets.de/khal/;
description = "CLI calendar application";
license = licenses.mit;
maintainers = with maintainers; [ matthiasbeyer jgeerds ];
maintainers = with maintainers; [ jgeerds ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/khard/default.nix
Original file line number Diff line number Diff line change
@@ -31,6 +31,6 @@ python3Packages.buildPythonApplication rec {
homepage = https://github.com/scheibler/khard;
description = "Console carddav client";
license = stdenv.lib.licenses.gpl3;
maintainers = with stdenv.lib.maintainers; [ matthiasbeyer ];
maintainers = with stdenv.lib.maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/mdp/default.nix
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://github.com/visit1985/mdp;
description = "A command-line based markdown presentation tool";
maintainers = with maintainers; [ matthiasbeyer vrthra ];
maintainers = with maintainers; [ vrthra ];
license = licenses.gpl3;
platforms = with platforms; unix;
};
2 changes: 1 addition & 1 deletion pkgs/applications/misc/mwic/default.nix
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
homepage = http://jwilk.net/software/mwic;
description = "spell-checker that groups possible misspellings and shows them in their contexts";
license = licenses.mit;
maintainers = with maintainers; [ matthiasbeyer ];
maintainers = with maintainers; [ ];
};
}

2 changes: 1 addition & 1 deletion pkgs/applications/misc/rtv/default.nix
Original file line number Diff line number Diff line change
@@ -48,6 +48,6 @@ buildPythonApplication rec {
homepage = https://github.com/michael-lazar/rtv;
description = "Browse Reddit from your Terminal";
license = licenses.mit;
maintainers = with maintainers; [ matthiasbeyer jgeerds wedens ];
maintainers = with maintainers; [ jgeerds wedens ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/sc-im/default.nix
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/andmarti1424/sc-im;
description = "SC-IM - Spreadsheet Calculator Improvised - SC fork";
license = licenses.bsdOriginal;
maintainers = [ maintainers.matthiasbeyer ];
maintainers = [ ];
platforms = platforms.linux; # Cannot test others
};

2 changes: 1 addition & 1 deletion pkgs/applications/misc/sigal/default.nix
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ buildPythonApplication rec {
description = "Yet another simple static gallery generator";
homepage = http://sigal.saimon.org/en/latest/index.html;
license = licenses.mit;
maintainers = with maintainers; [ domenkozar matthiasbeyer ];
maintainers = with maintainers; [ domenkozar ];
};
}

2 changes: 1 addition & 1 deletion pkgs/applications/misc/stag/default.nix
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
homepage = https://github.com/seenaburns/stag;
description = "Terminal streaming bar graph passed through stdin";
license = stdenv.lib.licenses.bsdOriginal;
maintainers = [ stdenv.lib.maintainers.matthiasbeyer ];
maintainers = with stdenv.lib.maintainers; [ ];
platforms = stdenv.lib.platforms.unix;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/tasknc/default.nix
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://github.com/lharding/tasknc;
description = "A ncurses wrapper around taskwarrior";
maintainers = with maintainers; [ matthiasbeyer infinisil ];
maintainers = with maintainers; [ infinisil ];
platforms = platforms.linux; # Cannot test others
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/tasksh/default.nix
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
description = "REPL for taskwarrior";
homepage = http://tasktools.org;
license = licenses.mit;
maintainers = with maintainers; [ matthiasbeyer ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/timewarrior/default.nix
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
description = "A command-line time tracker";
homepage = https://tasktools.org/projects/timewarrior.html;
license = licenses.mit;
maintainers = with maintainers; [ matthiasbeyer mrVanDalo ];
maintainers = with maintainers; [ mrVanDalo ];
platforms = platforms.linux ++ platforms.darwin;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/toot/default.nix
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ python3Packages.buildPythonApplication rec {
description = "Mastodon CLI interface";
homepage = "https://github.com/ihabunek/toot";
license = licenses.mit;
maintainers = [ maintainers.matthiasbeyer ];
maintainers = [ ];
};

}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/vit/default.nix
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ stdenv.mkDerivation {

meta = {
description = "Visual Interactive Taskwarrior";
maintainers = with pkgs.lib.maintainers; [ matthiasbeyer ];
maintainers = with pkgs.lib.maintainers; [ ];
platforms = pkgs.lib.platforms.linux;
license = pkgs.lib.licenses.gpl3;
};
2 changes: 1 addition & 1 deletion pkgs/applications/misc/weather/default.nix
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
homepage = http://fungi.yuggoth.org/weather;
description = "Quick access to current weather conditions and forecasts";
license = stdenv.lib.licenses.isc;
maintainers = [ stdenv.lib.maintainers.matthiasbeyer ];
maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux; # my only platform
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/yaft/default.nix
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/uobikiemukot/yaft;
description = "Yet another framebuffer terminal";
license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.matthiasbeyer ];
maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux;
};
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{ stdenv, lib, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "terraform-provider-nixos-${version}";
version = "0.0.1";
goPackagePath = "github.com/tweag/terraform-provider-nixos";
src = fetchFromGitHub {
owner = "tweag";
repo = "terraform-provider-nixos";
sha256 = "00vz6qjq1pk39iqg4356b8g3c6slla9jifkv2knk46gc9q93q0lf";
rev = "v${version}";
};

# Terraform allow checking the provider versions, but this breaks
# if the versions are not provided via file paths.
postBuild = "mv go/bin/terraform-provider-nixos{,_v${version}}";

meta = with stdenv.lib; {
description = "Terraform plugin for outputting NixOS configuration files from Terraform resources.";
homepage = "https://github.com/tweag/terraform-provider-nixos";
license = licenses.mpl20;
maintainers = with maintainers; [ grahamc ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/office/beancount/bean-add.nix
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
# The (only) source file states:
# License: "Do what you feel is right, but don't be a jerk" public license.

maintainers = with stdenv.lib.maintainers; [ matthiasbeyer ];
maintainers = with stdenv.lib.maintainers; [ ];
};
}

2 changes: 1 addition & 1 deletion pkgs/applications/office/beancount/default.nix
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ pythonPackages.buildPythonApplication rec {
generate a variety of reports from them, and provides a web interface.
'';
license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ matthiasbeyer ];
maintainers = with stdenv.lib.maintainers; [ ];
};
}

2 changes: 1 addition & 1 deletion pkgs/applications/office/fava/default.nix
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ buildPythonApplication rec {
homepage = https://beancount.github.io/fava;
description = "Web interface for beancount";
license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [ matthiasbeyer ];
maintainers = with stdenv.lib.maintainers; [ ];
};
}

Loading