Skip to content

Commit

Permalink
Merge pull request #97 from Kha/master
Browse files Browse the repository at this point in the history
nix: fix `perf` dependency
  • Loading branch information
Johannes Bechberger committed Sep 27, 2019
2 parents be14c66 + 55f8cee commit ba1505a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ in buildPythonApplication rec {
tablib unicodecsv
scipy seaborn
pyyaml
] ++ pkgs.lib.optional pkgs.stdenv.isLinux perf;
] ++ pkgs.lib.optional pkgs.stdenv.isLinux pkgs.linuxPackages.perf;
postInstall = ''
$out/bin/temci setup
'';
Expand Down

0 comments on commit ba1505a

Please sign in to comment.