about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-06-09 18:18:18 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-06-09 18:18:18 -0500
commit3d44c01fe39a5bce1b8fa934b00b41f311d5ebfe (patch)
treea2d90a063efb6884142bfc496ecd569d97997a4c /pkgs/applications
parent4f5e740880ef45e4af771acf7c0acffc6a58746d (diff)
downloadnixlib-3d44c01fe39a5bce1b8fa934b00b41f311d5ebfe.tar
nixlib-3d44c01fe39a5bce1b8fa934b00b41f311d5ebfe.tar.gz
nixlib-3d44c01fe39a5bce1b8fa934b00b41f311d5ebfe.tar.bz2
nixlib-3d44c01fe39a5bce1b8fa934b00b41f311d5ebfe.tar.lz
nixlib-3d44c01fe39a5bce1b8fa934b00b41f311d5ebfe.tar.xz
nixlib-3d44c01fe39a5bce1b8fa934b00b41f311d5ebfe.tar.zst
nixlib-3d44c01fe39a5bce1b8fa934b00b41f311d5ebfe.zip
gitAndTools.git-filter-repo: add meta platforms
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/version-management/git-and-tools/git-filter-repo/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/git-filter-repo/default.nix b/pkgs/applications/version-management/git-and-tools/git-filter-repo/default.nix
index 307fbf1ca675..78011604cdd7 100644
--- a/pkgs/applications/version-management/git-and-tools/git-filter-repo/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git-filter-repo/default.nix
@@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/newren/git-filter-repo";
     description = "Quickly rewrite git repository history (filter-branch replacement)";
     license = licenses.mit;
+    inherit (pythonPackages.python.meta) platforms;
     maintainers = [ maintainers.marsam ];
   };
 }