summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-06-13 08:48:00 +0100
committerGitHub <noreply@github.com>2018-06-13 08:48:00 +0100
commit1e1e853dc2c5898417f4197e4b7e6f0db5fb6150 (patch)
tree18974170a3f812148a7d26135b0c05a32acd6ae9 /pkgs/development/tools
parent69ffc8dc6a7724068b41a5d079e897c36083616d (diff)
parent04a4f6d57c6b53061925479812841ee93e78ca68 (diff)
downloadnixpkgs-1e1e853dc2c5898417f4197e4b7e6f0db5fb6150.tar
nixpkgs-1e1e853dc2c5898417f4197e4b7e6f0db5fb6150.tar.gz
nixpkgs-1e1e853dc2c5898417f4197e4b7e6f0db5fb6150.tar.bz2
nixpkgs-1e1e853dc2c5898417f4197e4b7e6f0db5fb6150.tar.lz
nixpkgs-1e1e853dc2c5898417f4197e4b7e6f0db5fb6150.tar.xz
nixpkgs-1e1e853dc2c5898417f4197e4b7e6f0db5fb6150.tar.zst
nixpkgs-1e1e853dc2c5898417f4197e4b7e6f0db5fb6150.zip
Merge pull request #41910 from marsam/feature/remarshal-enable-darwin
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;
   };
 }