Loading pkgs/os-specific/linux/libtracefs/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ , bison , ninja , cunit , gitUpdater }: stdenv.mkDerivation rec { Loading Loading @@ -52,6 +53,12 @@ stdenv.mkDerivation rec { doCheck = true; checkInputs = [ cunit ]; passthru.updateScript = gitUpdater { # No nicer place to find latest release. url = "https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git"; rev-prefix = "libtracefs-"; }; meta = with lib; { description = "Linux kernel trace file system library"; mainProgram = "sqlhist"; Loading Loading
pkgs/os-specific/linux/libtracefs/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ , bison , ninja , cunit , gitUpdater }: stdenv.mkDerivation rec { Loading Loading @@ -52,6 +53,12 @@ stdenv.mkDerivation rec { doCheck = true; checkInputs = [ cunit ]; passthru.updateScript = gitUpdater { # No nicer place to find latest release. url = "https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git"; rev-prefix = "libtracefs-"; }; meta = with lib; { description = "Linux kernel trace file system library"; mainProgram = "sqlhist"; Loading