Skip to content

Instantly share code, notes, and snippets.

@plumps
Created April 19, 2016 09:29
Show Gist options
  • Save plumps/aa18cb004e72ce2937e5b5e992a6ea8f to your computer and use it in GitHub Desktop.
Save plumps/aa18cb004e72ce2937e5b5e992a6ea8f to your computer and use it in GitHub Desktop.
gtimelog.nix
with import <nixpkgs> {}; {
gtimelog = python27Packages.buildPythonPackage rec {
name = "gocept.gtimelog-${version}";
version = "1.2.0.dev0";
namePrefix = "";
dontStrip = true;
src = ./.;
propagatedBuildInputs = with pkgs;
[ pygobject
gnome.libglade
pyGtkGlade
];
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment