Skip to content

Instantly share code, notes, and snippets.

@Synthetica9
Created October 10, 2018 22:44
Show Gist options
  • Select an option

  • Save Synthetica9/5944bd5ffd7a1dcc56675c392fcca8dc to your computer and use it in GitHub Desktop.

Select an option

Save Synthetica9/5944bd5ffd7a1dcc56675c392fcca8dc to your computer and use it in GitHub Desktop.
ag --nix python-modules/wxPython --context=10
pkgs/top-level/python-packages.nix
14339- doCheck = false;
14340- propagatedBuildInputs = with self; [ six webob ];
14341-
14342- meta = {
14343- maintainers = with maintainers; [ garbas domenkozar ];
14344- };
14345- };
14346-
14347- wxPython = self.wxPython30;
14348-
14349: wxPython30 = callPackage ../development/python-modules/wxPython/3.0.nix {
14350- wxGTK = pkgs.wxGTK30;
14351- };
14352-
14353- xcaplib = buildPythonPackage rec {
14354- pname = "python-xcaplib";
14355- name = "${pname}-${version}";
14356- version = "1.2.0";
14357- disabled = isPy3k;
14358-
14359- src = pkgs.fetchdarcs {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment