Created
          July 6, 2017 13:44 
        
      - 
      
- 
        Save exarkun/e065ac73a72df043782a90c01a451714 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | "fixtures" = python.overrideDerivation super."fixtures" (old: rec { | |
| # nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.pythonPackages.testtools ]; | |
| # patchPhase = '' | |
| # sed -i -e 's/, "testtools (>=0.9.22)"//' | |
| # ''; | |
| }); | |
| "testtools" = python.overrideDerivation super."testtools" (old: rec { | |
| propagatedNativeBuildInputs = remove "fixtures" old.propagatedNativeBuildInputs; | |
| # nativeBuildInputs = old.nativeBuildInputs ++ [ self."fixtures" ]; | |
| }); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment