Skip to content

Commit

Permalink
systemtap: Remove from linuxPackagesFor
Browse files Browse the repository at this point in the history
It doesn't seem to depend on the kernel in any way.

Signed-off-by: Shea Levy <shea@shealevy.com>
  • Loading branch information
shlevy committed Jan 2, 2014
1 parent 2c38df1 commit 6b7ede3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/profiling/systemtap/default.nix
@@ -1,9 +1,9 @@
{ fetchurl, stdenv, linux, elfutils, latex2html, xmlto, docbook_xml_dtd_412
{ fetchurl, stdenv, elfutils, latex2html, xmlto, docbook_xml_dtd_412
, libxml2, docbook_xsl, libxslt, texLive, texLiveExtra, ghostscript, pkgconfig
, gtkmm, libglademm, boost, perl, sqlite }:

stdenv.mkDerivation rec {
name = "systemtap-1.2-${linux.version}";
name = "systemtap-1.2";

src = fetchurl {
url = "http://sources.redhat.com/systemtap/ftp/releases/${name}.tar.gz";
Expand Down
10 changes: 5 additions & 5 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -6910,11 +6910,6 @@ let
inherit (gnome) libglade;
};

systemtap = callPackage ../development/tools/profiling/systemtap {
linux = self.kernelDev;
inherit (gnome) libglademm;
};

tp_smapi = callPackage ../os-specific/linux/tp_smapi { };

v86d = callPackage ../os-specific/linux/v86d { };
Expand Down Expand Up @@ -7115,6 +7110,11 @@ let

systemd = callPackage ../os-specific/linux/systemd { };

systemtap = callPackage ../development/tools/profiling/systemtap {
inherit (gnome) libglademm;
};


# In nixos, you can set systemd.package = pkgs.systemd_with_lvm2 to get
# LVM2 working in systemd.
systemd_with_lvm2 = pkgs.lib.overrideDerivation pkgs.systemd (p: {
Expand Down

0 comments on commit 6b7ede3

Please sign in to comment.