From 3c79c31280d08357cf27c5d6c245a5cf242c8c8b Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Sun, 2 Jun 2019 22:11:18 +0100 Subject: [PATCH] pythonPackages.gprof2dot: remove linux platform restriction appears to work on darwin --- pkgs/development/python-modules/gprof2dot/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/gprof2dot/default.nix b/pkgs/development/python-modules/gprof2dot/default.nix index 9f15ddb4f42f..48abf5058dfe 100644 --- a/pkgs/development/python-modules/gprof2dot/default.nix +++ b/pkgs/development/python-modules/gprof2dot/default.nix @@ -17,7 +17,6 @@ buildPythonApplication { homepage = https://github.com/jrfonseca/gprof2dot; description = "Python script to convert the output from many profilers into a dot graph"; license = licenses.lgpl3Plus; - platforms = platforms.linux; maintainers = [ maintainers.pmiddend ]; }; }