summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2018-06-12 23:57:54 -0500
committerMario Rodas <marsam@users.noreply.github.com>2018-06-13 00:00:33 -0500
commit04a4f6d57c6b53061925479812841ee93e78ca68 (patch)
tree3216f26af1b96d470d4f2b33db52d47355f106f5 /pkgs/development/tools
parentb346b0226d703699bd389ad742b1a4592eeb4c52 (diff)
downloadnixpkgs-04a4f6d57c6b53061925479812841ee93e78ca68.tar
nixpkgs-04a4f6d57c6b53061925479812841ee93e78ca68.tar.gz
nixpkgs-04a4f6d57c6b53061925479812841ee93e78ca68.tar.bz2
nixpkgs-04a4f6d57c6b53061925479812841ee93e78ca68.tar.lz
nixpkgs-04a4f6d57c6b53061925479812841ee93e78ca68.tar.xz
nixpkgs-04a4f6d57c6b53061925479812841ee93e78ca68.tar.zst
nixpkgs-04a4f6d57c6b53061925479812841ee93e78ca68.zip
remarshal: supports darwin
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/remarshal/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/tools/remarshal/default.nix b/pkgs/development/tools/remarshal/default.nix
index 79cca444a1e..6632d062633 100644
--- a/pkgs/development/tools/remarshal/default.nix
+++ b/pkgs/development/tools/remarshal/default.nix
@@ -20,6 +20,5 @@ python3Packages.buildPythonApplication rec {
     license = licenses.mit;
     homepage = https://github.com/dbohdan/remarshal;
     maintainers = with maintainers; [ offline ];
-    platforms = platforms.linux;
   };
 }